github krelltunez/dayGLANCE v2.7.1

latest release: v2.7.2
9 hours ago

v2.7.1 — Mac Desktop App Fixes

Cloud sync & calendar sync now work on the desktop app
Both features were silently failing because they relied on server-side proxy endpoints that only exist in the hosted web app. The desktop app now routes these requests through the Electron main process, which has no CORS restrictions.

Auto backup now works on the desktop app
Same root cause — WebDAV backup requests were going through the web proxy and failing silently. Fixed alongside the sync issues.

Browser notifications now work on the desktop app
Reminder notifications were being routed through the service worker, which doesn't register in the desktop app. Notifications now fire directly without requiring a service worker.

Softer Gatekeeper prompt on first launch
The DMG is now ad-hoc signed, replacing the hard "damaged and can't be opened" block with the standard "unidentified developer" prompt. You only need to click Open Anyway once in System Settings, no Terminal command required.

Ollama CORS setting corrected for desktop
The Ollama setup instructions were showing OLLAMA_ORIGINS=null for desktop users (because file:// origins appear as null). Now correctly shows OLLAMA_ORIGINS=*.

Don't miss a new dayGLANCE release

NewReleases is sending notifications on new releases.