Changelog
v1.4.1
Latest release.
- Added a native SwiftUI macOS beta build under the download page beta section
- Published native Mac beta zip artifacts from the tagged release workflow
- Kept the Electron macOS build as the recommended stable download
v1.4.0
- Redesigned sidebar mode navigation with a simpler, more focused menu
- Added coverage for menu shortcuts and destroyed-window handling
- Prevented stale folder scans from updating sidebar state after navigation
- Bounded render caches for steadier memory use during long reading sessions
- Fixed Mermaid SVG caching so edited diagrams rerender with the latest source
v1.3.0
- Improved desktop startup performance and memory behavior
- Reduced large-document rendering work with lazy markdown features
- Tightened folder/sidebar loading behavior and markdown render caching
- Updated desktop and web dependencies
v1.2.1
- Enabled the automatic update settings flow on macOS
- Documented the in-app update download and restart flow across supported platforms
v1.2.0
- App-wide error boundary and clearer startup/read error handling
- TTL-based render cache eviction for steadier memory use
- Refined desktop scaling, spacing, typography, and warm paper palette
- Restored the smaller Geist Mono font asset for leaner packages
- Web theme switching fixes with system preference sync
- Markdown rendering split into focused components and hooks
v1.1.0
- macOS code signing and notarization — no more Gatekeeper warnings
- Multi-window support
- Vault UX and security improvements
- New UI primitives and Lucide icons
- Document loading skeleton and content fade-in
- Performance improvements
v1.0.5
- Improved tab bar accessibility and keyboard navigation
- Zoom indicator with stable layout across zoom levels
- Refined sidebar modes (Recents, Outline, Folder)
- Command palette and search polish
- Settings for theme, content font, and code font
v1.0.0
Initial release.
- Markdown rendering with md4x (WASM)
- Syntax highlighting for 30+ languages via Shiki
- Mermaid diagram support
- Light and dark themes
- File tree sidebar with folder browsing
- Tabbed reading for multiple documents
- Drag-and-drop file opening
- Command palette (
Cmd+K) and find in document (Cmd+F) - Available for macOS, Windows, and Linux