From 384c752c334c07032637086aa4c238e0036d6076 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Thu, 14 May 2026 18:12:17 +0200 Subject: [PATCH] docs: add release notes for v2026-05-14 --- release-notes/v2026-05-14.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 release-notes/v2026-05-14.md diff --git a/release-notes/v2026-05-14.md b/release-notes/v2026-05-14.md new file mode 100644 index 00000000..c19eb77d --- /dev/null +++ b/release-notes/v2026-05-14.md @@ -0,0 +1,17 @@ +## New Features + +- πŸ—‚οΈ **Custom Vault Order** β€” Reorder your vaults so the switcher and workspace controls match the way you actually work. +- πŸ”Œ **Smarter External MCP Setup** β€” Register Tolaria’s external MCP server with dynamic vault resolution, including mounted-workspace guidance for AppImage users. + +## Improvements + +- ⚑ **Faster Large-Note Opens** β€” Warm parsed editor blocks ahead of note switches so large notes feel more responsive. +- 🧭 **Clearer Vault and Status Controls** β€” Use cleaner status-bar sections, vault menus, and workspace settings rows when managing multiple vaults. +- 🐧 **Stronger Linux AppImage Support** β€” Improve AppImage launch, packaging, FUSE, fcitx input, and MCP subprocess handling across Linux setups. +- 🎨 **More Consistent Interface Icons** β€” Standardize icons on the Phosphor set for a cleaner and more coherent UI. + +## Stability and Fixes + +- This release fixes relationship equality filters, externally moved inbox notes, selected-vault note creation, and duplicate vault folder pickers. +- Editor reliability is improved around pulled changes, file attachments, CJK code-block copying, table handles after reload, Mermaid errors, and procedure editor schema recovery. +- Whiteboard dialogs, native commit messages, AutoGit author failures, fullscreen navigation, Linux Wayland safeguards, and release history links were hardened.