v1.1.1
v1.1.1
Patch release focused on stability, test coverage, and build reliability.
Fixes
- Stabilized searched note rendering when markdown rerenders while highlights are active.
- Moved search highlighting into the markdown rendering pipeline for more reliable hit navigation.
- Gated vault path helper re-exports to tests to remove a runtime warning.
Build
- Updated Docker builder images to current slim Trixie-based Rust and Node images.
Tests
- Expanded backend handler, cache, router, and SPA integration coverage.
- Added frontend regression coverage for navigation, search, links, downloads, storage, and note rendering.
- Enabled frontend coverage thresholds in Vitest.
Internal
- Split large backend, vault, frontend, note page, style, and test files into focused modules without intended behavior changes.
- Updated repository agent protocol documentation.