mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update NEWS and ChangeLog files with the info about the context
This commit is contained in:
parent
070fdf60fa
commit
e8d385119a
2 changed files with 6 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
(thanks to Renato Alves).
|
||||
- Eliminated some code that is not UTF8-safe.
|
||||
- Removed pthreads linkage.
|
||||
- Implemented the context feature.
|
||||
- Closed dangling pipes in execute (), resolving problems when a hook script
|
||||
forks (thanks to Jens Erat).
|
||||
|
||||
|
|
8
NEWS
8
NEWS
|
@ -1,15 +1,17 @@
|
|||
|
||||
New Features in taskwarrior 2.4.2
|
||||
|
||||
- None
|
||||
- Ability to set context, which serves as a permanent user-defined filter.
|
||||
|
||||
New commands in taskwarrior 2.4.2
|
||||
|
||||
- None
|
||||
- The 'context' command has been added, along with it subcommands 'define',
|
||||
'delete', 'show', 'list' and 'none'.
|
||||
|
||||
New configuration options in taskwarrior 2.4.2
|
||||
|
||||
- None
|
||||
- 'context' to store the current context applied.
|
||||
- 'context.<name>' to store the definition of context 'name'
|
||||
|
||||
Newly deprecated features in taskwarrior 2.4.2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue