From eed307f3d5b62100fa85cd5e839da12afe017717 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Thu, 7 May 2026 14:41:37 +0200 Subject: [PATCH] docs: add release notes for v2026-05-07 --- release-notes/v2026-05-07.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release-notes/v2026-05-07.md diff --git a/release-notes/v2026-05-07.md b/release-notes/v2026-05-07.md new file mode 100644 index 00000000..baf62001 --- /dev/null +++ b/release-notes/v2026-05-07.md @@ -0,0 +1,19 @@ +## New Features + +- 📑 **Table of Contents Shortcut** — Open a note outline more quickly when navigating longer notes. +- 🤖 **Built-in Agent Docs** — Tolaria now bundles product documentation for local AI agents so guidance is available inside the app. + +## Improvements + +- 🌐 **More Reliable AI Setup** — Local model connections, Gemini launch paths, Windows shims, and Linux MCP server discovery are handled more consistently. +- 🔗 **Better Attachment and Media Paths** — PDF attachments, vault media links, and shared attachment handling now resolve more predictably across editor flows. +- 📚 **Clearer Public Docs and Downloads** — The documentation site, release pages, and download links were polished so new users land in the right place faster. +- 🎨 **Sharper Editor Details** — Wikilink suggestions, saved-view sort indicators, and type-derived quick-open behavior received focused UI polish. + +## Stability and Fixes + +- Git remotes now use macOS Keychain credentials more reliably. +- Switching vaults clears stale editor state more safely, reducing cross-vault confusion. +- Editor rendering is more resilient around stale BlockNote IDs, normalized note openings, and missing whiteboard text measurements. +- Release automation now keeps documentation-site updates out of app releases and preserves download assets more reliably. +- The contributor instructions now make release-readiness checks explicit for CodeScene, coverage, Codacy, localization, analytics, docs, and QA cleanup.