From d4e66443bd541b33c5e3e959e9b29aacfa9c7e2d Mon Sep 17 00:00:00 2001 From: lucaronin Date: Fri, 29 May 2026 18:36:36 +0200 Subject: [PATCH] docs: add release notes for v2026-05-29 --- release-notes/v2026-05-29.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/v2026-05-29.md diff --git a/release-notes/v2026-05-29.md b/release-notes/v2026-05-29.md new file mode 100644 index 00000000..ce0a3daa --- /dev/null +++ b/release-notes/v2026-05-29.md @@ -0,0 +1,21 @@ +## New Features + +- 🤖 **Side AI Workspace** — Work with AI in a dedicated side workspace that keeps conversations and context closer to the note you are editing. +- â†Šī¸ **Action History Undo and Redo** — Note actions now participate in a clearer undo/redo history, making structural edits easier to reverse. +- 📁 **Create Notes Inside Folders** — New notes can be created directly inside the selected folder instead of always starting at the vault root. +- 🌏 **Indonesian Language Support** — Tolaria now includes an Indonesian translation alongside the existing supported languages. + +## Improvements + +- 🔎 **Search Note Body Content** — Note-list search can now find matches inside note bodies, not only titles and visible metadata. +- 🧭 **Vault Item Deep Links** — Links to specific vault items route more reliably across notes, folders, and workspace surfaces. +- ⚡ **Faster AI Agent Startup** — Local AI agent discovery is deferred and parallelized so opening Tolaria does less blocking work up front. +- đŸĒŸ **Refined AI Workspace Layout** — The AI workspace side panel, floating button, conversation titles, and shared sessions feel more stable and focused. +- 🔄 **More Reliable Git Remote Handling** — Git remote detection now treats local-only and name-only configurations more consistently. + +## Stability and Fixes + +- Editor saves, malformed nested blocks, table rendering, math source editing, KaTeX radicals, and whiteboard permission errors were hardened before promotion. +- Search keyboard navigation, quick-open note creation, favorite hover states, sort dropdown positioning, and full app note windows were stabilized. +- Release automation now reuses artifact build workflows more cleanly and handles Windows signing/authenticode paths more defensively. +- Packaged macOS MCP server paths, pending-change filenames with spaces, vault guidance edit status, and multi-vault autosync behavior were repaired.