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.
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 tokillall Calendror useActivity 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
Escapeto dismiss the alert. -
You can press
Enterto trigger the primary action, which can either dismiss the screen orJointhe meeting. -
There's a cooldown of
1.5seconds when the alert is presented, to avoid accidentally triggering actions when you are typing.
Full Changelog: v1.20.9...v1.21.0