- Reverted (
@done) strikethrough formatting
- Rows could briefly go blank while type/return quickly
- Document windows weren’t being released after closing
- Filtered (hidden) rows now stay hidden when printing
- The filter field’s cancel button now highlights on mouse over
- The find/filter current-match highlight (yellow) only shows when editor is not first responder
Extensions
- New lifecycle hooks:
window.onClose, document.onClose, outline.onClose.
- New Session/CLI observe streams:
observeOutlineEditor and observeEditors
- Heads-up — breaking API changes:
getCommands(), evaluateScript(), and observeOutline()
- Added session automation docs to cover
bike cli and DOM context session.d.ts. Trying to keep documentation bike -h and man bike and session.d.ts documentation minimal to avoid drift and duplication.