Releases: pakerwreah/Calendr
Release list
v1.22.3
Bug 🐛
- Fix macOS calendar button only working 1st time #700
(broken in v1.22.1)
Thanks @btthle for reporting 🙇🏻♂️
Full Changelog: v1.22.2...v1.22.3
v1.22.2
Features 🧙🏻♂️
- Add map blacklist regex field #695
- Add outline style for the menu bar date #698
( suggested by @mocatex in #697 )
Localization 🌐
- Update Japanese translations by @CutterKnife in #694
Full Changelog: v1.22.1...v1.22.2
v1.22.1
Features 🚢
Full Changelog: v1.22.0...v1.22.1
v1.22.0
v1.21.4
Features 🐣
- Fullscreen transparency slider #652, #654
- Fullscreen calendar-color bar #661
- Fullscreen auto close & switch to next event #665
- Fullscreen only when screen is unlocked #666
Bugs 🐜
- Fix fullscreen missing date for multi-day duration #652
- Fix fullscreen link ignoring calendar preferred browser #652
- Fix fullscreen grouped events skip #659
- Fix crash when account source is missing #657
Clean up 🍂🧹
- Allow sudden termination #655
Full Changelog: v1.21.3...v1.21.4
v1.21.3
Improvements 🎨
Replace hacky thin background with macOS native thick material.
Stick with dark mode and make texts pure white for more contrast.
Thanks @mega-joe for the feedback 🙇🏻♂️
Full Changelog: v1.21.2...v1.21.3
v1.21.2
Improvements 🔧
- Always show skip button in full screen alert #643
- Show link button in full screen alert #642
- Persist launch agent logs #644
Bugs 🐛
- Prevent replaying full screen alerts #641
Full Changelog: v1.21.1...v1.21.2
v1.21.1
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
Bugs 🐛
- Settings layout was slightly broken on v1.21.0 #636
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.1
v1.20.9
Features ☕
Bugs 🪲
- Fix video/link button style when in-progress event auto-switches to upcoming #625
- Clear caches to avoid silent termination under heavy load with low disk space #628
Full Changelog: v1.20.8...v1.20.9