github krelltunez/dayGLANCE v1.2.5

latest releases: v2.7.2, v2.7.1, v2.7.0...
one month ago

dayGLANCE v1.2.5

Bug Fixes

  • Fixed voice-to-task input on Android (follow-up) — v1.2.4 fixed the permission flow but users could still hit "could not start audio source" after granting microphone access. This was caused by the Android WebView renderer process capturing permission state at creation time — if RECORD_AUDIO hadn't been granted yet when the renderer started, the audio hardware layer would refuse access even after the permission was later granted. The app now requests microphone permission at startup alongside calendar and notification permissions, ensuring the renderer always has access when voice input is used.

Android

  • versionCode bumped to 5

Upgrade Notes

If you installed v1.2.4 and are still seeing "could not start audio source", you need to reset the microphone permission so the new startup prompt can fire:

  1. Go to Settings → Apps → dayGLANCE → Permissions
  2. Tap Microphone and set it to Don't allow
  3. Reopen dayGLANCE — it will prompt for microphone access on launch
  4. Tap Allow — voice input will now work correctly

Users installing fresh (or upgrading from v1.2.3 or earlier) will see the microphone permission prompt automatically on first launch and do not need to take any extra steps.

Don't miss a new dayGLANCE release

NewReleases is sending notifications on new releases.