From 858876464609a0f744a01e89f21123ef16ae42af Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 14 Jan 2021 16:36:31 +0100 Subject: NEWS.md: update for 0.5 --- NEWS.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 73381e1..6af044c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,23 +1,29 @@ ## HEAD +## 0.5 (2021-01-14) + +* Feature: add `-J` for jitter. +* Bugfix: fix verbose output when no command is passed. +* Bugfix: change timefile calculations to respect slack. + ## 0.4 (2020-02-07) * Feature: include runit service files to run cron drop-in scripts. -* Bug: force stdout line-buffered. +* Bugfix: force stdout line-buffered. ## 0.3 (2018-05-05) -* Bug: off-by-one for month and day of month. -* Bug: weird scheduling across DST changes. +* Bugfix: off-by-one for month and day of month. +* Bugfix: weird scheduling across DST changes. ## 0.2 (2017-08-29) -* Bug: Enforce POSIX option processing (stop argument parsing after +* Bugfix: Enforce POSIX option processing (stop argument parsing after first nonoption). -* Bug: off-by-one during week of year parsing. -* Bug: in a leap year, finding the next event can take longer than 365 days. +* Bugfix: off-by-one during week of year parsing. +* Bugfix: in a leap year, finding the next event can take longer than 365 days. * Feature: `-X/` now works like `-X*` for all time fields. ## 0.1 (2016-01-05) -* Initial release +* Initial release. -- cgit 1.4.1