mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 23:46:42 +02:00
Parser
- Modified ':' to perform partial matches, which means dates now match on same day.
This commit is contained in:
parent
47cfe515e6
commit
5c485f6c53
3 changed files with 9 additions and 7 deletions
|
@ -201,6 +201,9 @@
|
|||
- File format 3 (used in version 1.6.0 - 1.7.1) is no longer supported.
|
||||
- If the 'taskd.trust' setting contains a bad value, the 'diag' command will
|
||||
indicate this, and the 'sync' command will error out.
|
||||
- The filter form 'name:value' now maps to the partial match operator '=',
|
||||
rather than the exact match operator, '=='. This means that dates now
|
||||
match on the day by default, not the time also.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue