diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-01-14 16:36:31 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-01-14 16:36:31 +0100 |
commit | 858876464609a0f744a01e89f21123ef16ae42af (patch) | |
tree | e3536f8e8d5357ddbf8da8fab1944422d85e4153 | |
parent | 05b1deee7eb53f9a44f984bc2b6945e91af2581c (diff) | |
download | snooze-858876464609a0f744a01e89f21123ef16ae42af.tar.gz snooze-858876464609a0f744a01e89f21123ef16ae42af.tar.xz snooze-858876464609a0f744a01e89f21123ef16ae42af.zip |
NEWS.md: update for 0.5 v0.5
-rw-r--r-- | NEWS.md | 20 |
1 files 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. |