Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 24 of 53 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.

February 20, 2026
minor Desktop Shell

Unified universal search bar replacing command palette overlay

Desktop 1.46.3 → 1.47.0 | 58e66672
Details

Replace the standalone CommandPalette overlay with an integrated

UniversalSearchDropdown that anchors below each plugin's toolbar search

pill. Cmd+K now focuses the toolbar search bar instead of opening a

separate modal. New UniversalSearchService bridges toolbar events to

CommandPaletteViewModel. Added context-aware ranking that boosts results

from the active plugin. Increased max search results from 12 to 15.

Deleted CommandPalette.axaml/.cs (UI ported to UniversalSearchDropdown).

Desktop version bumped to 1.47.0.

minor UI Components

Add universal search bar API to PluginToolbar

SDK 1.46.1 → 1.47.0 | 6c6cf791
Details

PluginToolbar now exposes SearchGotFocus, SearchLostFocus, SearchKeyDown

events and ActiveSearchPill/FocusSearchBox() for shell-level search

integration. Adds a platform-aware keyboard shortcut badge (⌘K / Ctrl+K)

to the search pill that hides on focus. Default watermark changed to

"Search..." for consistency across plugins. SDK version bumped to 1.47.0.

← Prev Page 24 of 53 Next →

Get notified about new releases