]> git.madduck.net Git - etc/awesome.git/blob - NEWS

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge tag 'v0.4'
[etc/awesome.git] / NEWS
1 UNRELEASED
2
3
4 0.4 - 2017-12-09
5
6   - Fix timetable normalisation carry bugs (#10, #13)
7   - Clean up of docs
8   - No longer throw errors in parse module on error (now return nil, err)
9   - Support version 3 tzfiles
10
11
12 0.3 - 2015-01-02
13
14   - Lua 5.3 support
15   - Fix bug in rfc-3339 serialisation (#4)
16
17
18 0.2 - 2014-08-29
19
20   - Support for fractional timetable component normalisation
21     e.g. .month=6.5, .day=1 (which could be read as "the first day after the middle of June") normalises to .month=2, .day=16
22   - Top level aliases for common operations
23   - Own implementation of stftime formatting (locales are not yet complete)
24   - Uses ljsyscall for more accurate time when available
25
26
27 0.1 - 2013-11-23
28
29   - provides a `os.date` compatible class "timetable"
30   - timezone conversion
31   - rfc3339 parsing