dayGLANCE v3.1.1
What's new
Desktop (Electron): Faster startup
Translations are now bundled at build time instead of loaded at runtime, eliminating the blank-screen delay some users saw on first launch.
Self-hosted: Local network WebDAV and calendar sync
Users running dayGLANCE via Docker can now connect to WebDAV servers and calendar feeds on their local network (e.g. Nextcloud at 192.168.x.x) without any extra configuration. The SSRF protection that blocked private IP ranges only applies on the hosted Vercel deployment.
Bug fixes
DAY view: task title hidden on overlapping cards (rolling 24h)
When a task or event straddled the top boundary of the leftmost column in rolling 24-hour mode, the title and action buttons were hidden. They now appear at the top of the visible card.
Recurring tasks: user assignment was a no-op
The multi-user assignment UI in the Edit Chore modal accepted input but didn't save it. Assignments are now correctly persisted for individual recurring instances and propagated when converting a regular task to recurring.