mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Performance improvements:
- Added parse-free convenience functions
This commit is contained in:
parent
53d829cfc1
commit
873376c287
6 changed files with 61 additions and 25 deletions
|
@ -9,10 +9,10 @@ Features
|
|||
+ Added the new 'indented' format for the 'project' attribute.
|
||||
+ The 'projects' report now uses 'project.indented' format.
|
||||
+ The 'summary' report now uses 'project.indented' format.
|
||||
+ 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.
|
||||
+ Performance improvements:
|
||||
+ Added parse-free convenience functions
|
||||
+ Filter optimization: with no 'OR' or 'XOR' operators, no UUIDS but with IDs
|
||||
the completed.data file is not referenced
|
||||
|
||||
Bugs
|
||||
+ Fixed bug #954, which caused bulk deletions when using a UUID filter term and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue