Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.57 KB

File metadata and controls

73 lines (48 loc) · 2.57 KB

Unreleased - ReleaseDate

0.6.1 - 2025-03-17

Fixed

  • Ensure compatability with rust 1.82

0.6.0 - 2025-03-16

Added

  • man files and shell completions (they can be generated using cargo xtask)

Fixed

0.5.0 - 2024-10-05

Breaking

  • 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 to Delay(Seconds(<secs>)) or Delay(Days(<days>)). For ease of conversion there are 86400 seconds in a day and 2592000 seconds in a month (30 days).

Added

  • added "--ron" format option for "procrastinate list"

0.4.1 - 2024-09-29

Changed

  • Changed procrastinate list output text from "last notified" to "last notification"

0.4.0 - 2024-09-17

Added

0.3.2 - 2024-09-13

Features

  • schedule one-time and repeating notifications
  • support for local(directory based) and user notifications
  • background daemon to display scheduled notifications