]> git.netwichtig.de Git - user/henk/code/snooze.git/blob - NEWS.md
Change value because st.st_mtime might not be set, see above
[user/henk/code/snooze.git] / NEWS.md
1 ## HEAD
2
3 ## 0.4 (2020-02-07)
4
5 * Feature: include runit service files to run cron drop-in scripts.
6 * Bug: force stdout line-buffered.
7
8 ## 0.3 (2018-05-05)
9
10 * Bug: off-by-one for month and day of month.
11 * Bug: weird scheduling across DST changes.
12
13 ## 0.2 (2017-08-29)
14
15 * Bug: Enforce POSIX option processing (stop argument parsing after
16   first nonoption).
17 * Bug: off-by-one during week of year parsing.
18 * Bug: in a leap year, finding the next event can take longer than 365 days.
19 * Feature: `-X/` now works like `-X*` for all time fields.
20
21 ## 0.1 (2016-01-05)
22
23 * Initial release