
v3.9 [Oct 24, 2022]
• New for macOS Ventura
• Added ability to style based on item's `bodyContent`
• Added branch move commands (Option to see in Item menu)
• Updated instructions in user's guide for debugging scripts
• Fixed crash when failing to decode utf8 TaskPaper document
• Improved select existing tab behavior when selecting item in sidebar
With the styling addition you can now invent your own mini syntaxes in TaskPaper. For example the following style rule makes it so that any item that starts with `>>` will have red text:
```
item[bodyContent^=">>"] {
color: red;
}
```
v3.7 [Feb 5, 2017]
- Fixes copying to include last item in a filtered view when selected.
- Fixes comparing against empty string ("") in search syntax. For example to find empty items //@text = "" should now work.
v3.6 [Oct 27, 2016]
- Reminders: Quickly import items from (or export to) Reminders.app. Create reminders on the go with Siri then move them into TaskPaper at your Mac. Or export TaskPaper items to Reminders on your Phone.
- Palettes: Create new items or select multiple items from the standard palette UI. Use Edit > Tag With… to apply multiple tags at once. Use Item > Move to Project… to both create a new project and move items to it in a single step.
- Added Edit > Insert Date.
- Added File > Import Reminders… to import from Reminders.app.
- Added Item > Export to Reminders… to export items to Reminders.app.
- Tag > Tag With… prompts for date when tagging with @due and @start.
- Edit > Find commands now work when sidebar has focus, redirecting focus to editor.
- Removed category text for each command when showing command palette.
- Maintain focus item and search when open TaskPaper file is modified by another app.
- Removed unused font, color, orientation items from editor context menu.
- Fixed iCloud Drive to include TaskPaper folder.
- Fixed Refresh of “Hoisted” item search works correctly.
- Fixed Date parsing to support ISO week and day formats like 2016-W51-4.
- Fixed top-padding-percent stylesheet attribute.
- Fixed scrollbar jumping in cases involving wrapped lines.
- Fixed search case where union, intersect, and except caused problems.
- Fixed problem in palettes where filtering could place items in wrong group.
v2.3 [Nov 5, 2011]
* Fixed: Quick Entry box would not show in full screen apps
* Fixed: Quick Entry shortcut could not be set to 'no shortcut'
* Fixed: Drag handle visual glitch after dragging a task between multiple documents