Fixes
- Windows: the native helper now updates itself while the browser is running. Previously, Windows file-locking on the running executable could leave the helper stuck on "Update Available." The updater now swaps the old binary aside and installs the new one in place (the old copy is removed on the next reboot). If the prompt ever persists, fully quit and reopen the browser. (#86)
Maintenance
- Updated vitest to 4.1.0 and resolved the remaining Dependabot security alerts across the Go and npm dependencies (vite, postcss, ws, tmp, fast-uri, defu, brace-expansion, edwards25519). (#85, #82)
Documentation
- Moved the store listing into
docs/to tidy the documentation layout. (#81)
Full Changelog: v0.1.10...v0.1.11