What's Changed
Fixes
- Fixed sign-in state persistence after guest logout: the sign-in page now correctly refreshes to reflect the logged-out state.
Improvements
- Enabled offline-first bootstrap for the desktop (Electron) app: the app can now initialize and display core UI even without network connectivity.
- Improved standalone Electron build reliability by copying
web/node_modulesinto the bundled app, ensuring consistent dependency resolution.
Internal
- Updated dependencies:
honobumped from4.12.10to4.12.12@hono/node-serverbumped from1.19.12to1.19.13