Text beautification

This commit is contained in:
Thomas Lauf 2017-12-15 08:41:07 +01:00
parent a593c90912
commit 874b163f78
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
1.1.0 () - 1.1.0 () -
- TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME - TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME
(Thanks to Jörg Krause, Ben Boeckel). (thanks to Jörg Krause, Ben Boeckel).
- TW-1845 Cygwin build fails, missing get_current_dir_name - TW-1845 Cygwin build fails, missing get_current_dir_name
(thanks to hosaka). (thanks to hosaka).
- TW-1936 Tweak tests to have fuller TAP compliance - TW-1936 Tweak tests to have fuller TAP compliance
@ -51,20 +51,20 @@
(thanks to Thomas Lauf). (thanks to Thomas Lauf).
- TI-70 Timew starts a new interval even if a current interval contains the - TI-70 Timew starts a new interval even if a current interval contains the
same set of tags same set of tags
(Thanks to Thomas Babej). (thanks to Thomas Babej).
- TI-73 timew move with a specific time broken on 1.1.0 - TI-73 timew move with a specific time broken on 1.1.0
(Thanks to A M). (thanks to A M).
- TI-75 The :fill hint not properly detecting the last interval - TI-75 The :fill hint not properly detecting the last interval
(Thanks to Thomas Babej). (thanks to Thomas Babej).
- TI-77 timew track seems to think today is tomorrow - TI-77 timew track seems to think today is tomorrow
(Thanks to A M). (thanks to A M).
- TI-78 Tag parsing broken for tags starting with "or_" - TI-78 Tag parsing broken for tags starting with "or_"
(Thanks to Lukas Barth). (thanks to Lukas Barth).
- TI-85 :adjust creates overlapping interval - TI-85 :adjust creates overlapping interval
(thanks to Tim Ruffing) (thanks to Tim Ruffing)
- TI-90 Let 'continue' accept a date or a date range - TI-90 Let 'continue' accept a date or a date range
- TI-91 Timewarrior does not compile on DragonFly - TI-91 Timewarrior does not compile on DragonFly
(Thanks to Michael Neumann). (thanks to Michael Neumann).
- Fixed Python 3 support of the holiday/refresh script - Fixed Python 3 support of the holiday/refresh script
(thanks to Jelle van der Waa). (thanks to Jelle van der Waa).
- Added missing man page link - Added missing man page link

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# taskwarrior - a command line task list manager. # timewarrior - a command line time tracker.
# #
# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez.
# #