ID list and range parsing improvements
VladimirMarkelov
released this
14 Oct 07:30
·
135 commits
to master
since this release
- Fixed: ID
1
was always ignored when list of IDs was passed to TTDL - Fixed: generate list of unique IDs. Before
1,2,2
or1,1-3
sent duplicated ID with number2
to todo_lib. - New: list and ranges of IDs can be mixed
- New: range of IDs now detect low and high ends automatically. Now
list 1-3
andlist 3-1
prints the same tasks in the same order.