What's Changed
Fixes
- Fixed guest recovery cookie handling in desktop authentication flows, resolving errors during anonymous sign-in and improving reliability of guest session recovery.
- Resolved an issue causing "Anonymous user" errors on the desktop sign-in page.
- Fixed desktop offline session recovery cookie handling to ensure sessions persist correctly when switching between online and offline modes.
Improvements
- Enabled desktop offline app bootstrap: the app now initializes properly in offline mode while preserving cloud capabilities for later reconnection.
- Restored desktop sessions automatically after cloud sign-in, improving continuity for users transitioning from offline to online workflows.
- Refreshed the sign-in page after guest logout to ensure UI consistency and prevent stale state.
Internal
- Updated dependencies:
hono(v4.12.10 → v4.12.12) and@hono/node-server(v1.19.12 → v1.19.13). - Added logic to copy web
node_modulesinto standalone Electron builds for improved bundling reliability.