Releases: sixteen05/mahnung
Releases · sixteen05/mahnung
Release 0.4.2
Change List:
- There was an issue where notification would be trigger way after clock hit an hour. This happened because it was controlled by cron job.
Fixed it by skipping the notification if it trigger was 10m after the clock hit an hour.
Release 0.4.1
Change List:
- Added minor documentation.
- Major fix for Instead of sending notification every second when clock hits 0th minute. 🦀
Now it only sends notification once
Hourly reminders with stop command
Basic working which creates a notification every hour
Added a option --stop
to stop the notifications.
Fixes:
- Updated cron to run every hour instead of minute.