Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 65 of 117 Next →
February 20, 2026
patch SDK

Add IConnectionConsumer capability interface to SDK (1.46.1)

SDK 1.46.0 → 1.46.1 | 672523f1
Details

Introduces IConnectionConsumer and ConnectionRequirement types that allow plugins to declare which OAuth providers they require. The shell uses this to conditionally show connection sections in Settings, keeping the UI clean when no plugins need a particular provider.

patch SDK

Add ImportConnectionAsync to IConnectionService for token migration

Details

Add ImportConnectionAsync method to the SDK IConnectionService interface,

allowing plugins to migrate existing refresh tokens to shell-level

connections during the transition from plugin-managed to shell-managed OAuth.

patch Desktop Shell

Add Google and Microsoft connection UI to Settings panel

Details

Expand ConnectionsViewModel with Google/Microsoft connection management:

ObservableCollection of OAuthConnectionItem for each provider, connect/disconnect

commands, scope summarization (Gmail, Calendar, Outlook). Add Google and Microsoft

sections to SettingsPanel.axaml with connected accounts list showing email, scope

summary, connected date, and disconnect button per account. Both sections support

multiple accounts with connecting state indicators.

patch UI Components

Match MiniCalendarPicker popup width to trigger button

Details

The calendar popup now inherits the width of the trigger button so

the dropdown looks uniform and aligned with the field it belongs to.

patch Desktop Shell

Include sticky_note in graph ShowNotes filter

Desktop 1.45.14 → 1.45.15 | 73e2fe9d
Details

The ShowNotes toggle in the graph view now also includes sticky_note

in the allowed node types, so sticky notes appear alongside pages

and wiki sources when the Notes filter is enabled.

← Prev Page 65 of 117 Next →

Get notified about new releases