Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 62 of 117 Next →
February 21, 2026
patch Desktop Shell

Style AI Suggestions tray close button for visibility

Desktop 1.48.2 → 1.48.3 | 23805458
Details

The × close button was transparent with no hover state, making it

nearly invisible. Give it a secondary background, bold text, rounded

corners, and a hand cursor so it reads as an interactive control.

The button was already wired to ToggleIntentTrayCommand. Bumps to

1.48.3.

patch Desktop Shell

Fix missing using PrivStack.Sdk in MainWindow.axaml.cs

Details

Add missing import for IResponsiveLayoutService which lives in the

SDK namespace.

patch Desktop Shell

Replace hardcoded quick action shortcuts with generic shortcut routing

Desktop 1.48.1 → 1.48.2 | 0176c7bd
Details

Remove plugin-specific action ID lookups (tasks.new_quick_task,

calendar.new_quick_event) from the keyboard handler. Instead, the

shell now generically resolves Cmd+letter combos against all registered

QuickActionDescriptor.DefaultShortcutHint values via

QuickActionService.FindActionByShortcut(). Shell-owned shortcuts

(Cmd+K, Cmd+I, etc.) are checked first and take priority. Bumps

desktop to 1.48.2.

patch Desktop Shell

Add Cmd+T global shortcut for quick task creation

Desktop 1.48.0 → 1.48.1 | 1ecda24c
Details

Wire Cmd+T in the tunnel-phase keyboard handler to invoke the

tasks.new_quick_task quick action via QuickActionService. Bumps

desktop version to 1.48.1.

patch CoreDesktop Shell

Resolve Linux and Windows CI build failures

Desktop 1.47.2 → 1.47.3 | f83466c3
Details

Linux: LlamaSharp.Backend.Cpu ships multiple native .so variants

(avx/avx2/avx512/base) that produce NETSDK1152 duplicate publish output

errors. Set ErrorOnDuplicatePublishOutputFiles=false to allow the SDK

to resolve the conflict.

Windows: cacert.pem was excluded by the blanket *.pem gitignore rule,

causing include_bytes! in s3_transport.rs to fail at compile time.

Added a negation rule to track the CA bundle file.

Version bump: 1.47.2 → 1.47.3

← Prev Page 62 of 117 Next →

Get notified about new releases