- Added Sidebar (actions, index, pinned, queries)
- Added View > Hide Interface (⌘.)
- Added Outline > Move to Index Row
- Added Go > Focus Index Row
- UI Reversal, dropped glass, added more theming
- Removed
+shortcut for unordered list replacement (use-) - Standardized on term
levelacross AppleScript, API, and internal code - Fixed crash when opening links in Hebrew text (out-of-bounds index)
- Expanded theme support (see
bike-theme.jsonin bike-extension-kit)
API
- Added
Outline.observeChangesto see fine grained outline changes - Added accessors to row including
Row.ancestors, etc - Added
AttributedString.countto get character count - Renamed editor style
editor.focusModetowritingFocusMode - Limited Sidebar API to new
addActioncall - Updated
bike-extension-kitextensions to use new APIs.