mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Bug Fix - #368 Recur until date in task info
table displays epoch seconds
- Fixed bug. - Added unit tests to prevent recurrence.
This commit is contained in:
parent
c37f36510a
commit
47f5a45e47
3 changed files with 75 additions and 1 deletions
|
@ -73,6 +73,8 @@
|
|||
+ Fixed bug #299 which prevented excluding multiple projects from a report,
|
||||
by using "task list project.isnt:foo project.isnt:bar" (thanks to John
|
||||
Florian).
|
||||
+ Fixed bug #368 which caused recurring tasks 'until' dates to be rendered as
|
||||
epoch numbers instead of dates (thanks to Cory Donnelly).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue