Releases: lucassabreu/clockify-cli
Releases · lucassabreu/clockify-cli
v0.37.0
Added
- build windows binaries
v0.36.2
Fixed
edit-multiple
was not updating time entries without interactive mode.
v0.36.1
Fixed
clone
command was using the start time of the copied time entry to close the current one
instead of the start time of new one being created.
v0.36.0
Added
- support for relative time for time parameters, can be +1:40, or +1h40m
Fixed
- negative duration was printed broken, now it show as a valid negative duration
Changed
- new error types from required fields and invalid entity ids.
- all errors have a minimal context to help on support.
manageEntry
refactored to not have as many control flags- reduce copy of objects on loops
v0.35.1
Fixed
- fake "not found" errors will have more context for the message
Changed
- all
api/client.go
will have stack traces.
v0.35.0
Added
task edit
command allows changing a existing task and changing its status.task delete
command allows removing a existing task.task done
command is a helper fortask edit --done
.
Changed
task add
command now acceptsassignees
andestimate
for task creationend
argument ofreport
command accepts the aliasyesterday
for previous date.
v0.34.0
Changed
end
argument ofreport
command accepts the aliasesnow
andtoday
for current date.
v0.33.1
Fixed
- enabling
show-task
config were hiding the description column for table report format.
v0.33.0
Added
- flag to filter projects on
report
command.
v0.32.2
Fixed
- examples on
README
were out of date with current commands and outputs. - short description of
show
andreport
were too long.