v0.0.49
Fixes
- Autostart at login now actually works. The Windows
Runentry was written with a stray trailing space (unquoted), which Windows' logon launcher silently refused to execute — so "Start at login" never started the app even when the toggle, the saved preference, and Task Manager all showed it enabled. It now writes a correct, quoted command.
Maintenance
- Full dependency upgrade. Rust deps refreshed (
cargo update); client toolchain moved to ESLint 9 (flat config), Vite 8, Vitest 4, TypeScript 6, Prettier 3, happy-dom 20. 0 npm vulnerabilities (was 7). - Codebase brought into compliance with the stricter react-hooks v7 (React Compiler) rules — 115 sites, all behavior-preserving.
Verified: cargo test/clippy, tsc, ESLint (0), Prettier, 2762 unit tests, build, check:docs, 34 Playwright e2e.