Skip to content

Releases: sixteen05/mahnung

Release 0.4.2

23 Aug 07:50
Compare
Choose a tag to compare

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

26 Jul 06:44
Compare
Choose a tag to compare

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

25 Jul 13:58
Compare
Choose a tag to compare

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.