Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 75 of 127 Next →
February 21, 2026
patch Notes

Remove non-functional AI Suggestions button from Notes toolbar

Details

The per-plugin AI button didn't work. The global AI tray in the status

bar (bottom right) handles AI suggestions across all plugins.

patch Notes

Slash command: debounce 500ms, remove "/" on selection, "//" cancels

Details

Single "/" in a block editor starts a 500ms debounce. If the timer fires

(no second "/"), the "/" is removed from the text and the block type

picker opens. Selecting a block type inserts the new block. Pressing

Escape dismisses the picker and the "/" is already removed.

Typing "//" within 500ms cancels the debounce — both characters remain

in the text and the picker never opens, so code blocks and URLs work.

patch Notes

Hide default TreeViewItem left expander, using custom right-side chevron

patch Notes

Fix slash command: trigger block picker in any block, not just empty ones

patch Notes

Fix empty page tree: correct style selector and binding types

Details

The TreeView style selector used invalid Avalonia syntax causing XAML

parse failure. Changed to target PART_HeaderPresenter for bold scoping.

Fixed Children.Count (int) bound to IsVisible (bool) by adding a proper

HasChildren bool property with CollectionChanged notification.

← Prev Page 75 of 127 Next →

Get notified about new releases