Skip to content

Releases: Ian2020/monica_reminder

monica_reminder v0.0.4

31 Jan 11:46
Compare
Choose a tag to compare

Fixed

  • Logging was always defaulting to stdout due to a bug that crept in 0.0.3.
    Test added to prevent recurrence.

monica_reminder v0.0.3

30 Jan 16:34
Compare
Choose a tag to compare

Added

  • Cope with all frequencies of events Monica supports: N yearly, N monthly, N
    weekly and one-offs. Note that our hard-coded seting of 7/30 day reminders
    means for any event that occurs more frequently than 30 days will always have
    a late 30 day reminder. We should fix this in future.

monica_reminder v0.0.2

26 Jan 14:47
Compare
Choose a tag to compare

Added

  • Reminder emails now include the date of the event in the body.
  • We now clean up old state to prevent DATA_HOME growing forever. Anything older
    than 500 days as we should remember things we sent a bit over a year ago.

Removed

  • Our dependency on msmtp is no longer needed. Now we use Monica's own
    mechanism to send email. This means no need to change your Monica
    system/container at all simplifying installation.

monica_reminder v0.0.1

25 Jan 15:12
Compare
Choose a tag to compare

Added

  • README: instructions on installing with bin and example systemd timer and
    service files.

Changed

  • DATA_HOME dir renamed monica_reminder_data -> monica_reminder.

monica_reminder v0.0.0

25 Jan 13:04
Compare
Choose a tag to compare

Monica Reminder

First release, basic functionality working.