- [FIXED] A more general method of identifying OmniFocus Today widgets.
- [FIXED] Will no longer recognise applications with id "com.omnigroup.OmniFocus.Today" (OmniFocus' new widget).
- [NEW]
JROmniFocus
now contains instance methodsofVersion
andbuildNumber
to determine the version of OmniFocus it's talking to.
- [FIXED]
-[JROmniFocus version]
now returns a sane and proper value.
- Changed name of values in
JROmniFocusVersion
enum: ChangedJROmniFocusVersion2
toJROmniFocusVersion2Standard
to make it more obvious which version it is.
- Fixed a bug where projects with deferral dates in the past may still be marked "Deferred"
- Added
-[JRProject remainingTasks]
- only returns those tasks which aren't complete. - Added
-[JRProject deferralType]
and-[JRProject deferralLabel]
- determine whether the project or its first task (or neither) are deferred.
Initial release to public. Exciting stability improvements, overall more flexible code, even closures in some places.
Initial release.