Some checks are pending
Auto-update PR branches / Update open PR branches (push) Waiting to run
CI / Frontend Static Quality Checks (push) Waiting to run
CI / Frontend Tests & Coverage (push) Waiting to run
CI / Rust Tests & Quality Checks (push) Waiting to run
CI / Linux build verification (push) Waiting to run
Deploy docs / Build VitePress site (push) Waiting to run
Deploy docs / Deploy to GitHub Pages (push) Blocked by required conditions
Release (Alpha) / Compute alpha version (push) Waiting to run
Release (Alpha) / Build release artifacts (push) Blocked by required conditions
Release (Alpha) / GitHub Release (alpha) (push) Blocked by required conditions
Release (Alpha) / Update docs and release pages (push) Blocked by required conditions
Source snapshot: 514ab1975951d94342ea38e64101d5a0f1c51c77
1.6 KiB
1.6 KiB
Improvements
- 🧭 Sharper Menus and Tooltips — Sidebar, folder, type, and note-list context menus now stay better constrained in narrow or zoomed layouts, with shared positioning logic and more resilient tooltip rendering.
- 🧪 Stronger Release Gates — Frontend coverage can now run in shards through the chunk sidecar lane, with hardened local sidecar scripts and hook behavior for faster, more reliable pre-release validation.
- 📝 More Reliable Editing — Title focus/selection, fresh-title paste handling, IME punctuation, image links, AI input scrolling, and frontmatter undo after note rename all received targeted stability fixes.
- 🔗 Better Path Resolution — Windows MCP script paths, Windows wikilinks, note-relative attachment images, and vault image lookup now resolve more consistently across platforms.
Stability and Fixes
- Code block handling is safer: markdown highlighting preserves equality operators and the outline ignores headings inside fenced code blocks.
- WebKit compatibility was improved for AI responses, GFM markdown rendering, and NotFoundError recovery variants.
- Git author identity lookup is now asynchronous and preserved more reliably in the commit dialog.
- Stale Tldraw block lookups, stale Tauri listener cleanup reports, action tooltip render failures, referenced type deletion, block type mismatch transforms, folder rename blur state, and raw editor tab-swap restore guards were hardened.
- Linux builds now include a desktop category, and stable release workflow coverage around chunk sidecar lanes was expanded.