mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Regex
- Regular expressions are now enabled by default.
This commit is contained in:
parent
eb6c38ac17
commit
49d39984d9
3 changed files with 3 additions and 1 deletions
|
@ -70,6 +70,7 @@
|
|||
- Removed debugging code.
|
||||
- Added details in debug mode, for unrecognized data (thanks to Kosta H).
|
||||
- Removed unused 'patterns' configuration variable.
|
||||
- Regular expressions are now enabled by default.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
|
1
NEWS
1
NEWS
|
@ -7,6 +7,7 @@ New Features in taskwarrior 2.4.0
|
|||
- Better handling for deletion of recurring tasks.
|
||||
- New virtual tags: YESTERDAY, TOMORROW, READY, PENDING, COMPLETED, DELETED.
|
||||
- The '_get' command properly uses exit codes.
|
||||
- Regular expressions are now enabled by default.
|
||||
|
||||
New commands in taskwarrior 2.4.0
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ std::string Config::_defaults =
|
|||
"recurrence.limit=1 # Number of future recurring pending tasks\n"
|
||||
"undo.style=side # Undo style - can be 'side', or 'diff'\n"
|
||||
"burndown.bias=0.666 # Weighted mean bias toward recent data\n"
|
||||
"regex=no # Assume all search/filter strings are regexes\n"
|
||||
"regex=yes # Assume all search/filter strings are regexes\n"
|
||||
"xterm.title=no # Sets xterm title for some commands\n"
|
||||
"expressions=infix # Prefer infix over postfix expressions\n"
|
||||
"dom=on # Support DOM access\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue