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.7 KiB
1.7 KiB
New Features
- 🔎 Create Notes from Quick Open — Start a new note directly from Quick Open when your search does not already match an existing note.
- 🌓 Theme-Matched App Icons — Tolaria can now switch its application icon to match the current light or dark appearance.
- 🧭 Multi-Vault Type Visibility — Sidebar type controls now distinguish vault and workspace context more clearly when several vaults are open.
Improvements
- 🔄 Smarter Multi-Vault Git Sync — Sync actions now target the active Git-backed vaults more consistently, including mounted workspaces.
- 🪟 Better Desktop Window Chrome — Custom window chrome now exposes the desktop menu more reliably and behaves better on Windows.
- 🤖 More Reliable Local Agent Detection — Codex, Claude, and OpenCode launch detection handles Windows command shims and Homebrew-style runtime paths more consistently.
- ✂️ Safer Code Block Copying — Large fenced-code copies are bounded more carefully so editor clipboard actions stay responsive.
Stability and Fixes
- Editor recovery was hardened around stale BlockNote references, invalid table transforms, insertion-depth errors, side-menu actions, emoji suggestions, and selection toolbar placement.
- Vault and workspace behavior is steadier around empty startup vault reloads, missing frontmatter write paths, active-note refresh focus, and sidebar type visibility across vaults.
- Git and AI workflows are more predictable around selected-repository sync, multi-vault autosync, retained AI panel sessions, and agent target selection.
- Status-bar layout, external URL cancellation, light icon assets, release CodeScene thresholds, native QA guidance, and new smoke coverage were addressed before promotion.