New Features
- π·οΈ Archived notes in saved views β Saved view filters can include archived notes again, so those views match what you expect instead of silently dropping them.
Improvements
- β‘ Editor stays responsive while typing β Heavy metadata work moves off the main thread so long notes stay fluid instead of stalling mid-keystroke.
- π§Ύ Type templates apply to new notes β Editing a Type noteβs body template updates notes created afterward instead of leaving the old template in place.
- π·οΈ Tags autocomplete covers vault values β Tag fields suggest existing vault values more reliably, including when several tags fields are present.
- π Settings panel keeps its scroll β Persisting toggles no longer jumps the settings panel back to the top.
- β¨οΈ Raw editor outdent and wikilinks β Shift+Tab stays in the markdown editor for outdenting, and
[[suggestions can be navigated with the keyboard. - π¨ Clearer dark-mode search hits β Text search highlights keep stronger contrast in dark mode so matches are easier to spot.
- π» Bash highlighting in code blocks β Bash/shell code blocks get proper syntax highlighting.
- π§ Code-block language control tracks scroll β The language dropdown stays aligned while you scroll instead of lagging behind.
- π Attachment markdown stays out of Inbox β Markdown files under attachments are no longer listed as Inbox notes.
- π©πͺ German sidebar views label β The sidebar group for views uses the translated ANSICHTEN label.
- π CRLF titles rename cleanly β Notes whose frontmatter titles use Windows line endings rename without mangling the title.
Stability and Fixes
- Contained macOS Tauri event-loop panics that could quit the app unexpectedly.
- Guarded TipTap clicks before the editor view is mounted.
- Hardened WebKit against invalid RegExp crashes and invalid array-length editor renders.
- Recovered malformed nested list containers and restored Notion-like list Backspace (deleting an empty nested parent may promote its child).
- Contained React maximum-update-depth freezes and nested-bullet blockContainer crashes.
- Softened editor focus/scroll jumps and title-focus loss during auto-rename.
- Preserved sheet cell content on blur and guarded sheet boundary navigation.
- Kept first property/type changes during note rename instead of dropping them.
- Localized and surfaced Claude authentication errors more clearly when AI retries are needed.
- Disabled Tauri devtools shortcuts in release builds and set the Linux desktop category to Utility.
- Reduced GCM wakeups from sync and addressed related desktop stability issues from the release queue.
Stable release β manually promoted from main
Includes macOS (Apple Silicon and Intel), Windows x64, and Linux x64 bundles
Built from 83e0c2b8 on 2026-09-24