]> 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:

Release v0.4
[etc/awesome.git] / NEWS
1 0.4 - 2017-12-09
2
3   - Fix timetable normalisation carry bugs (#10, #13)
4   - Clean up of docs
5   - No longer throw errors in parse module on error (now return nil, err)
6   - Support version 3 tzfiles
7
8
9 0.3 - 2015-01-02
10
11   - Lua 5.3 support
12   - Fix bug in rfc-3339 serialisation (#4)
13
14
15 0.2 - 2014-08-29
16
17   - Support for fractional timetable component normalisation
18     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
19   - Top level aliases for common operations
20   - Own implementation of stftime formatting (locales are not yet complete)
21   - Uses ljsyscall for more accurate time when available
22
23
24 0.1 - 2013-11-23
25
26   - provides a `os.date` compatible class "timetable"
27   - timezone conversion
28   - rfc3339 parsing