Releases: Ian2020/monica_reminder
Releases · Ian2020/monica_reminder
monica_reminder v0.0.4
monica_reminder v0.0.3
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
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
Added
- README: instructions on installing with bin and example systemd timer and
service files.
Changed
DATA_HOME
dir renamedmonica_reminder_data
->monica_reminder
.
monica_reminder v0.0.0
Monica Reminder
First release, basic functionality working.