github pakerwreah/Calendr v1.21.0

latest release: v1.21.1
pre-release5 hours ago

Features 😱

  • Add launch agent to restart the app if it gets killed #632
    (this replaces the hacky cache cleaning method)
  • Show full screen alert when the next event starts #634
    (better late than never)

These features are optional, so you have to enable them in the app settings.

600557563-3bf7d5fd-047d-4c03-b484-7cd885cdcc86

Improvements 🔨

  • Bind calendar scaling to title #633

More details 🕵🏻‍♂️

Launch agent
  • The app won't restart if you cleanly exit from the app's menu or about page.
    To trigger a restart you have to killall Calendr or use Activity Monitor.

  • To confirm that the agent is running, you can inspect the debug logs:
    log stream --level debug --style compact --predicate 'subsystem == "br.paker.Calendr.launcher"'
    This only shows real-time activity, so you have to do something to produce logs, like killing / quitting the app or toggling its checkbox in the app settings.

Full screen alert
  • You can press Escape to dismiss the alert.

  • You can press Enter to trigger the primary action, which can either dismiss the screen or Join the meeting.

  • There's a cooldown of 1.5 seconds when the alert is presented, to avoid accidentally triggering actions when you are typing.

 

Full Changelog: v1.20.9...v1.21.0

Don't miss a new Calendr release

NewReleases is sending notifications on new releases.