Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 77 of 127 Next →
February 21, 2026
minor Calendar

Add DefaultShortcutHint to Calendar quick action descriptor

Calendar 1.12.5 → 1.13.1 | 31f68ae9
Details

Declare Cmd+E as the shortcut hint on the calendar.new_quick_event

quick action so the shell's generic shortcut router can resolve it.

Bumps Calendar plugin to 1.13.1.

minor Tasks

Add IQuickActionProvider to Tasks plugin with quick task form

Tasks 1.17.1 → 1.18.0 | 573d0b44
Details

Implement IQuickActionProvider on TasksPlugin with a "New Quick Task"

action (tasks.new_quick_task). The QuickTaskForm provides title,

description, priority selector, and due date picker fields. On save,

creates the task via TaskService and closes the overlay. Bumps Tasks

plugin version to 1.18.0.

minor Notes

Add IQuickActionProvider to Notes plugin (v1.51.0)

Notes 1.50.7 → 1.51.0 | f5651810
Details

Implements IQuickActionProvider on NotesPlugin, registering a "New Sticky

Note" global quick action. The action shows a modal overlay with a

QuickStickyNoteForm control (title, content, color picker) that creates a

sticky note via StickyNoteService from any plugin tab. The form is built

programmatically as a self-contained ContentControl to keep the quick action

lightweight and independent of the Notes view state.

patch Notes

Fix AI suggestions panel overlapping toolbar buttons

Notes 1.50.6 → 1.50.7 | da31b3ec
Details

Lift AiSuggestionPanel out of the inner DockPanel (which only pushed the

editor content) and into a new outer DockPanel wrapping the entire editor

Grid column. When the AI panel opens it now pushes everything — toolbar,

editor, and footer — to the left, preventing the right-side toolbar

buttons from overlapping with AI suggestion cards.

patch Notes

Notes sidebar UI fixes: indentation, filter, data sources styling

Notes 1.50.5 → 1.50.6 | 269dbd17
Details
  • Remove page tree over-indentation (Margin 8→0)
  • Fix selected page bold text selector to match nested TextBlocks
  • Add "Filter pages..." search box above page tree with debounce
  • Collapse all Data Source groups by default (expanded=false)
  • Persist Data Source group expanded state via plugin settings
  • Bind TreeViewItem IsExpanded to model for two-way sync
  • Remove jarring Data Sources background color (→Transparent)
  • Make "Data Sources" header larger, bold, and primary color
  • Bump version to 1.50.6
← Prev Page 77 of 127 Next →

Get notified about new releases