mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- Hyphenation is not needed when words are split with commas. - Unit test added.
This commit is contained in:
parent
d6ce938c4a
commit
4baaf52610
3 changed files with 77 additions and 1 deletions
|
@ -23,6 +23,9 @@ Features
|
|||
+ Fixed the mechanism used for selecting translations (thanks to Fidel Mato).
|
||||
|
||||
Bugs
|
||||
+ Improved hyphenation by splitting on commas (even if no whitespace after).
|
||||
Leads to better output of, for example, 'task show', where comma-separated
|
||||
lists are common.
|
||||
+ Fixed bug #1031, which kept expanding aliases after the '--' operator (thanks
|
||||
to Jim B).
|
||||
+ Fixed bug #1038, which prints blank lines with bulk changes and when the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue