mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #960
- Fixed bug #960, which caused tab-completion to fail after any non-ASCII alpha characters were used in a description (thanks to Hyde Stevenson).
This commit is contained in:
parent
858c95e557
commit
30d3a36f47
2 changed files with 3 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -142,4 +142,5 @@ suggestions:
|
|||
Bryan Kam
|
||||
Nicholas Rabenau
|
||||
Bruno Bigras
|
||||
Hyde Stevenson
|
||||
|
||||
|
|
|
@ -71,6 +71,8 @@ Bugs
|
|||
+ Fixed incorrect Lua API return value (thanks to Oleksii Tsai).
|
||||
+ Fixed bug #956, which prevents 'ids', 'uuids' and helper commands to be used
|
||||
directly by external script when a variable is override.
|
||||
+ Fixed bug #960, which caused tab-completion to fail after any non-ASCII alpha
|
||||
characters were used in a description (thanks to Hyde Stevenson).
|
||||
+ Fixed bug #990, which prevents color precedence to be applied correctly for
|
||||
tagged tasks.
|
||||
+ Fixed bug #1008, which failed to remove tasks with the special tag '+nocal'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue