mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Performance
- Sped up task sorting by skipping re-interpretation of certain data types.
This commit is contained in:
parent
e16b33745e
commit
8cbacdacf7
2 changed files with 17 additions and 21 deletions
|
@ -12,6 +12,7 @@ Features
|
|||
+ Introduced a new filter optimization that recognizes filters with no 'OR', or
|
||||
'XOR' operators, includes IDs, but does not include UUIDs. This combination
|
||||
means completed.data is not referenced.
|
||||
+ Sped up task sorting by skipping re-interpretation of certain data types.
|
||||
|
||||
Bugs
|
||||
+ Fixed bug #964, where the 'projects' command showed the wrong priority labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue