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.