Journal Feature

- Added change log display to the 'info' command, controlled by the
  'journal.info' configuration setting.
This commit is contained in:
Paul Beckingham 2010-11-27 16:38:36 -05:00
parent 31cf470cc8
commit 4c3354fa50
8 changed files with 219 additions and 16 deletions

View file

@ -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.