From 0e81f20e3110cf0e249fcba93a2dc26305f0a48c Mon Sep 17 00:00:00 2001 From: lucaronin Date: Sat, 6 Jun 2026 11:32:51 +0200 Subject: [PATCH] docs: add release notes for v2026-06-06 --- release-notes/v2026-06-06.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release-notes/v2026-06-06.md diff --git a/release-notes/v2026-06-06.md b/release-notes/v2026-06-06.md new file mode 100644 index 00000000..94cca6f4 --- /dev/null +++ b/release-notes/v2026-06-06.md @@ -0,0 +1,18 @@ +## New Features + +- πŸ“ **AI Agents Can Create Notes Directly** β€” OpenAI-backed note creation now works inside Tolaria, making agent-driven capture and drafting feel more complete. +- 🧠 **Built-in MCP Note Creation** β€” Tolaria now exposes a native MCP tool for creating notes, improving automation workflows that operate on the vault. +- πŸ—ΊοΈ **Fullscreen Whiteboards** β€” Whiteboards can now open in a dedicated fullscreen workspace for more focused visual work. + +## Improvements + +- ✨ **Markdown Highlights Render Properly** β€” Highlight syntax now displays correctly in the editor, with matching toolbar copy and better visual consistency. +- 🌍 **Better Localization Coverage** β€” More menus, feedback text, and Chinese file-manager labels are now translated and aligned with the rest of the app. +- πŸ”§ **Shared MCP Orchestration Internals** β€” MCP tool execution now runs through a more unified internal path, reducing inconsistency across tools. + +## Stability and Fixes + +- Copying from the rich editor is more reliable, inline math sits correctly in text, Mermaid raw-edit access is restored, and table-row parsing is more resilient. +- Focus and refresh behavior were hardened across note editing, active-note refreshes, title focus, and view filters across multiple workspaces. +- Git identity handling, symlinked gitignored vault paths, sync history surfaces, drag-and-drop guards, Pi agent config recovery, and shell AI-provider inheritance all received targeted fixes. +- MCP and editor error recovery were tightened, including null editor transform handling, stale config tolerance, and lockfile synchronization.