From 41121ebf707f58282ab43b06e6f564ad61c7f8a3 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 25 May 2026 10:02:26 +0200 Subject: [PATCH] docs: add release notes for v2026-05-25 --- release-notes/v2026-05-25.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release-notes/v2026-05-25.md diff --git a/release-notes/v2026-05-25.md b/release-notes/v2026-05-25.md new file mode 100644 index 00000000..4a59db4a --- /dev/null +++ b/release-notes/v2026-05-25.md @@ -0,0 +1,19 @@ +## 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.