Add DefaultShortcutHint to Calendar quick action descriptor
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.
Add IQuickActionProvider to Tasks plugin with quick task form
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.
Add IQuickActionProvider to Notes plugin (v1.51.0)
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.
Unified universal search bar replacing command palette overlay
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.
Add universal search bar API to PluginToolbar
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.
Get notified about new releases