Unreleased - ReleaseDate
0.6.1 - 2025-03-17
- Ensure compatability with rust 1.82
0.6.0 - 2025-03-16
- man files and shell completions (they can be generated using
cargo xtask)
- timings with spaces now work without enclosing them in quotation marks
- The day after "monthly" is now optional
- Fixed next notification date in list command
0.5.0 - 2024-10-05
-
Procrastinate now differentiates between Time and Day based notification delays. A delay of "1d" will now be the same as tomorrow and will notify at the first time notifications are checked on the next day. It will no longer notify in exactly 24 hours. To notify in 24 hours use "24h" instead.
This change comes with a update to the ron file format.
Delay(( secs: <secs>, nanos: 0))will need to be changed toDelay(Seconds(<secs>))orDelay(Days(<days>)). For ease of conversion there are 86400 seconds in a day and 2592000 seconds in a month (30 days).
- added "--ron" format option for "procrastinate list"
0.4.1 - 2024-09-29
- Changed
procrastinate listoutput text from "last notified" to "last notification"
0.4.0 - 2024-09-17
- Added changelog
procrastinate listcommand to print all scheduled notifications- sleep repeating notifications - repeat them once at a different interval
- allow for sticky notification that only vanish when clicked
0.3.2 - 2024-09-13
- schedule one-time and repeating notifications
- support for local(directory based) and user notifications
- background daemon to display scheduled notifications