Skip to content

v3.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 14:49
· 16 commits to main since this release
v3.10.0
9b8c834

Description

Introduced scalable local document storage, complete workspace backup and recovery, and a rebuilt GitHub importer with secure private-repository access.

  • Workspace Storage: Removed the document-count limit, migrated browser workspaces to per-document IndexedDB records with on-demand loading, a bounded memory cache, and paged Explorer rendering, and stored desktop documents as ordinary Markdown files in the fixed Documents/Markdown Viewer Vault location.
  • Backup & Recovery: Added folder-preserving ZIP backup and restore for web and desktop, optional encrypted Secret Workspace files, exact usage and document counts, safer import and reset confirmations, and clearer browser-data and Private mode behavior.
  • GitHub Import: Discovered every Markdown file including truncated repository trees, resolved branches, tags, slash-containing refs, and commits to immutable SHAs, and added named fine-grained or classic PAT access stored in an AES-GCM-encrypted local credential vault.
  • Interface, Localization & Desktop: Added searchable responsive import selection, staged loading feedback, import-without-tab-flooding, and batched tab closing; audited all 14 interface catalogs, synchronized offline desktop resources, and made tagged prereleases publish with the correct metadata.

What's Changed

Full Changelog: v3.9.4...v3.10.0