Changelog

March 30, 2023

v 3.9.1

• Fixed sidebar search selections and tab titles when restoring a window

Oct. 24, 2022

v 3.9

• 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;
}
```

Feb. 15, 2022

v 3.8.17

• Added Window > Float on Top menu option
• Fixed email highlighter to recognize longer extensions such as `legal`
• Fixed disable multiple range text selection since it's not supported by TaskPaper's model.

March 18, 2021

v 3.8.16

• Added support for clickable relative "~/" file paths
• Fixed clickable file paths that contain non ascii characters
• Fixed cases where Copy Link wasn't working correctly (some path syntaxes)
• Fixed cases where Open/Copy Link was showing in context menu when it shouldn't (tags, leading dash in task)
• Fixed "Export Reminders" to always show list picker when no default list is set in Reminders.app
• Fixed AppleScript read/write access to document's "textContent"