github GothenburgBitFactory/timewarrior v1.9.0
Timewarrior 1.9.0

latest release: v1.9.1
19 days ago

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

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

  • Prevent the CLI to canonicalize the binary by @lauft in #681
    (thanks to @ftambara for reporting)

New Contributors

See the ChangeLog for all the details and bugfixes.
See AUTHORS for a list of all contributors.

Don't miss a new timewarrior release

NewReleases is sending notifications on new releases.