
OmniFocus 1.10.1 for Mac corrects a problem which resulted in repeated keychain access prompts on OS X 10.6 and earlier.
OmniFocus 1.10.1 for Mac corrects a problem which resulted in repeated keychain access prompts on OS X 10.6 and earlier.
OmniFocus 1.10 for Mac adds flexible weekly repeats, updates the application icon, and fixes a handful of reported issues.
Added flexible weekly repeats. When a project or action repeats every week, you can specify the days of the week the item should repeat on.
For example:
Repeat every week on Monday, Wednesday, and Friday
will create actions due on:
Important: Please update to OmniFocus 1.14 for iPhone and OmniFocus 1.5 for iPad before using these new weekday repeats.
OmniFocus 1.9.4 for Mac is a maintenance release which includes minor bug fixes and improvements.
The Omni Sync Server beta badge has been removed. We’ve got lots of people using it, but it is still in beta. We expect to change that very soon. If you want to know when the sync server leaves beta, you can follow @omnisyncserver on Twitter or watch for changes on https://sync.omnigroup.com/.
Worked around an issue in when using full-screen mode on OS X Lion which would cause certain AppleScripts attempting to target the front window to fail.
If you are the author of a script which uses the following idiom:
tell application "OmniFocus"
tell front document
tell (first document window whose index is 1)
...
end tell
end tell
end tell
Please discontinue using it. This idiom will fail in situations other than full-screen mode on OS X Lion. The correct template to use is:
tell application "OmniFocus"
tell first document window of front document
...
end tell
end tell
OmniFocus 1.9.3 for Mac includes support for full-screen mode when running on OS X Lion.
OS X Lion Compatibility
Miscellaneous
OmniFocus 1.9.2 for Mac improves stability.
• Fixed a crash on launch when restoring certain saved window/view state configurations.