Releases: dhth/hours
Releases · dhth/hours
v0.3.0
This release includes the following updates 🚀
-
Timestamps in the "Task Log Entry" view can be moved forwards/backwards by a minute using
j
/k
respectively (or by 5 minutes usingJ
/K
) -
Timestamps in "Task Log" view show up differently based on the end timestamp
-
The TUI now shows the start time of an active recording
-
An active task log recording can now be cancelled(using
ctrl+x
) -
active
subcommand supports a time placeholder, eg.hours active -t 'working on {{task}} for {{time}}'
Changelog
v0.2.0
This release brings the ability to view reports/logs/stats interactively (using the --interactive
/-i
flag). It also adds the gen
subcommand that is intended for new users of hours
so they can generate dummy data and see if hours
works for them.
Changelog
v0.1.0
Changelog
- 9a39ed1 feat: add 3d report
- 3161324 feat: add db migration support
- 1e71d8e feat: add inactive task view
- 84e2af8 feat: add initial help message
- 7784b94 feat: add report and active commands
- 3e30c49 feat: add reports for tasks and logs
- c137140 feat: add stats subcommand
- 2679a87 feat: add support for dynamic reports
- 0359a98 feat: add time period arg to report
- 35b95a7 feat: add weekly report
- b6115b7 feat: allow tweaks to time while saving
- e3758ae feat: build task log description once
- d909896 feat: dynamic width for reports
- bd69278 feat: initial working setup
- 4b01b45 feat: log based on user provided date range
- ce665ea feat: make db migrations implicit
- 941e1f4 feat: use cobra for the cli interface
- 4004168 fix: convert back to local tz for view