Timewarrior 1.9.0 brings back the fill
command, and adds support for the :fill
hint to the modify
command. Also, the output of charts and reports can now be filtered by ids.
There is also a new import
command (mainly intended for database migrations) and the DOM reference got updated to simplify queries about tag sets.
Important info about Timewarrior's default configuration
New users of Timewarrior will have their configuration set up to include the following settings:
reports.summary.ids = yes,
reports.summary.annotations = yes
which will display the ID
and Annotation
column in the summary report by default (before you had to specify the hints :ids
and :annotations
respectively when calling timew summary
).
The configuration of upgrading users will be left untouched, but they might want to add those lines to their config.
Simply call
$ timew config reports.summary.ids yes
$ timew config reports.summary.annotations yes
to update your configuration.
New Features
- Enable :fill hint for command 'modify' by @lauft in #697
- Re-enable the fill command by @lauft in #699
- Add import command by @lauft in #676
- Add DOM references to query all tags by @lauft in #696
- id filtering for charts and reports by @lauft in #669
Changes
- Fix man page section numbers and reference formatting by @lauft in #660
- fix typo in URL in README.md by @kabu03 in #664
- Set defaults of summary report for new users by @lauft in #661
- Improve documentation on DOM references by @lauft in #694
- Document report hints with the respective commands by @lauft in #682
Bugfixes
New Contributors
See the ChangeLog for all the details and bugfixes.
See AUTHORS for a list of all contributors.