Timew

Latest version: v0.1.1

Safety actively analyzes 626604 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.7.1

This is a bugfix release addressing an issue with tags containing hyphens.

If you experience errors like the following after the upgrade

Datafile::deleteInterval failed to find 'inc 20240123T081545Z "TASK-0001"'

you can fix the database by wrapping the respective tag (here: `TASK-0001`) with double quotes where missing.

Join the [discussion of this release](https://github.com/GothenburgBitFactory/timewarrior/discussions/585) for further help.

Bugfixes
* internal parsing of tags starting with number broken (580)
* Retrieval of intervals with tags containing hyphens is broken (582)

See the [ChangeLog](ChangeLog) for all the details and bugfixes.
See [AUTHORS](AUTHORS) for a list of all contributors.

1.7.0

New Features
* `timew summary` can now also filter by ids
* Added hint `:today` (alias for hint `:day`
* Summary table no longer truncates annotations (566)

Changes
* Bash completion script now uses DOM query to retrieve tags ([timew-bashcompletion/3](https://github.com/lauft/timew-bashcompletion/issues/3))
* Updated `on-modify.timewarrior` hook ([task-timewarrior-hook/34](https://github.com/GothenburgBitFactory/task-timewarrior-hook/pull/34))

See the [ChangeLog](ChangeLog) for all the details and bugfixes.
See [AUTHORS](AUTHORS) for a list of all contributors.

1.6.0

New Features
* New command 'retag'
* Fish shell-completion

The new command 'retag' allows to replace all tags in an interval with the newly provided tags.
See [`timew help retag`](https://timewarrior.net/reference/timew-retag.1/) for more information.

Changes
* Extend support for [XDG Base Directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) to macOS

See the [ChangeLog](ChangeLog) for all the details and bugfixes.
See [AUTHORS](AUTHORS) for a list of all contributors.

1.5.0

New Features
- The `export` command now also accepts ids as input arguments
- It is now possible to configure the display of columns 'Wk', 'Day', 'ID', 'Tags', and 'Annotation' in the `summary` report.
For columns 'ID', 'Tags', and 'Annotation', this can be overridden on the command line via hints `:ids`/`:no-ids`, `:tags`/`:no-tags`, and `:annotations`/`:no-annotations`, respectively.
- One can configure a global and an individual default time range (value has to correspond to a range hint, e.g. `day` or `month`) for reports (This includes commands `summary`, `month`, `week`, `day`, and `gaps`). The default range is used when a report is called without specifying a time range.
- Add support for [XDG Base Directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) on Linux

Changes
- When calling a report, Timewarrior now returns the exit code of the report
- Show error message if command `track` is called with an id
- Improved range handling in `totals` report
- Add colors to summary
- Improved command documentation and man pages
- Minor cleanup and memory leak fixes

The `on-modify.timewarrior` hook script has now moved to a separate repository. All concerning PRs and issues have been migrated there. The new repository has a E2E test suite to test the hook script against all combinations of `stable` and `develop` branches of Timewarrior and Taskwarrior.

See the [ChangeLog](ChangeLog) for all the details and bugfixes.
See [AUTHORS](AUTHORS) for a list of all contributors.

1.4.3

Bugfixes
- Tags enclosed in escaped double-quotes are now handled correctly
- CmdSummary: Fixed calculation of display start in summary table
- Fixed failed encode / decode check when doing undo

Other Changes
- Replace roff man pages with asciidoctor

See the [ChangeLog](ChangeLog) for all the details and bugfixes

1.4.2

Changes

We have ironed out a few minor errors...

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.