mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Journal Feature
- Added change log display to the 'info' command, controlled by the 'journal.info' configuration setting.
This commit is contained in:
parent
31cf470cc8
commit
4c3354fa50
8 changed files with 219 additions and 16 deletions
10
ChangeLog
10
ChangeLog
|
@ -2,11 +2,13 @@
|
|||
------ current release ---------------------------
|
||||
|
||||
1.9.4 ()
|
||||
+ Added burndown charts - burndown.daily, burndown.weekly, burndown.monthly,
|
||||
that use color.burndown.pending, color.burndown.started and
|
||||
color.burndown.done colors.
|
||||
+ Added highlighting for the show command that indicates which values differ
|
||||
+ Added burndown charts - 'burndown.daily', 'burndown.weekly',
|
||||
'burndown.monthly', that use 'color.burndown.pending', 'color.burndown.started'
|
||||
and 'color.burndown.done' colors.
|
||||
+ Added highlighting for the 'show' command that indicates which values differ
|
||||
from the defaults.
|
||||
+ Added change log display to the 'info' command, controlled by the
|
||||
'journal.info' configuration setting.
|
||||
+ Added feature #158, regular expression support for filters and substitutions.
|
||||
+ Added feature #247, providing infinite width reports when redirecting output
|
||||
to a file, by setting defaultwidth to 0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue