dayGLANCE v2.11.0
Cloud sync improvements
- Configurable sync folder — the folder where your sync file is stored on your WebDAV server can now be set in sync settings. New users default to
GLANCE/dayglance/; existing users keep their current path automatically. - Better compatibility with stricter WebDAV servers — fixed an issue where sync setup would fail on servers that return a non-standard response when creating a missing sync directory, resulting in a FORBIDDEN error on first sync.
- Fixed a header issue with WebDAV requests — a
Content-Typeheader was incorrectly being sent on read-only WebDAV requests (GET, PROPFIND, etc.), which could cause rejections on strict servers.
Docker / self-hosted
- Fixed WebDAV and calendar sync for HTTPS targets — the nginx proxy used by the Docker image was unable to handle HTTPS upstream URLs, causing all sync and calendar requests to return 500. Replaced with a Node.js proxy that handles these correctly.
GLANCE Integrations (preview)
The groundwork for GLANCE Integrations is included in this release. It doesn't do anything yet — you may see a new section in Settings, but no integrations are active.
Other
- Updated the contact email in Help & Feedback to support@glance-apps.com