Releases: dominikbraun/timetrace
Releases · dominikbraun/timetrace
v0.8.0
Added
- Introduce the
--revert
flag for edit record
, delete record
, edit project
and delete project
(#93)
- Add the overall break time for
timetrace status
(#100)
v0.7.2
Fixed
- Fix critical error when starting tracking if there are no existing records (#103)
v0.7.1
Fixed
- Fix unhandled error in
edit record
command if there are no tracked records (#96)
v0.7.0
Added
- Add support for project modules
Changed
- Consider project modules when filtering projects (#63)
- Display project modules when listing projects (#70)
- Require parent projects to exist when creating a module (#80)
v0.6.1
Fixed
- Fix
timetrace stop
command (#86)
v0.6.0
Added
- Add
timetrace edit record
command (#51)
- Add
latest
alias for timetrace edit record
(#73)
Changed
- Use an info output for
timetrace status
when there's no active tracking (#65)
- Always adhere to the
use12hours
setting for date- and time input and output (#67)
Fixed
- Don't allow edting of incomplete records (#69)
- Don't allow re-creation of existing projects (#79)
v0.5.0
Added
- Add record key to
list records
output (#44)
- Add
--project
filter to list records
(#62)
Changed
- Make command syntax and help sensible to
use12hours
in config.yaml
(#44, #54)
Fixed
- Fix Docker image labels (#35)
v0.4.0
Added
- Add support for Bash autocompletion (#25)
- Add support for Snap (#31)
- Add filter for billable records (#33)
Changed
- Use non-error output for
timetrace version
(#45)
- Colorize and stylize tables (#26, #48, #49)
v0.3.1
Changed
- Introduce the
today
and yesterday
aliases for timetrace list records
(#32)
- Preview the target record and ask for confirmation when deleting a record (#37)
v0.3.0
Added
timetrace delete record
command (#22)
Changed
- Add project name to the output of
list records
(#24)