Curio 5.0.2 Release Notes
Release Date
August 26, 2008
Requirements
Curio runs on macOS Leopard (10.5). OS X Tiger (10.4) is no longer supported!
Notable Fixes
- Fixed problem with the scribble inspector's "size is pressure sensitive" checkbox.
- Fixed problem where turning off "support level styles" for lists didn't really remove all associations with existing level styles.
- When mailing selected idea spaces via File > Mail As or via the Idea Space Templates shelf, Curio will now make sure the exported projects are as condensed as possible.
- Setting a note for a mind map or list sets the central figure of a mind map or the title of a list, instead of setting the note for all items within the collection.
- Checking or unchecking a parent figure is now confirmed before taking effect so children figures are not inadvertently changed.
- The tags inspector is now a bit taller so it's more usable.
- Moved the idea space Notes inspector to its own tab.
-
Power User Preference: You can now override the list hierarchy indicator (the expand/collapse/bullet) with a custom color (it normally uses the current prefix/enumerator color) using the "List Hierarchy Symbol Color" preference which can be set using Terminal and the defaults command. The color can be either a common html color string (with a "html." prefix, like html.blue or html.red), a hex color (like #ff00aa -- note the # is required), or a CSS standard rgba color (like rgba(aa,bb,cc,0.5)). Here are some examples:
defaults write com.zengobi.curio "List Hierarchy Symbol Color" -string "#999999" defaults write com.zengobi.curio "List Hierarchy Symbol Color" -string "html.khaki" defaults write com.zengobi.curio "List Hierarchy Symbol Color" -string "rgba(33,66,99,0.3)" defaults delete com.zengobi.curio "List Hierarchy Symbol Color"
- Adjusted the user agent string for WebViews to "Safari/525.20.1" instead of just "Safari" so Google Maps works.