Releases: lucassabreu/clockify-cli
Releases · lucassabreu/clockify-cli
v0.54.0
v0.53.1
Fixed
- was printing the language before the duration as float
v0.53.0
Added
- new config
lang
to allow setting the number format to be used when printing - support to using client's name or id for autocompletion on bash
- new config
timezone
to allow setting which timezone to use when reporting the time of a time entry
v0.52.0
Added
- new command
split
to allow break a time entry into others with break points
v0.51.1
Fixed
- when using
show-client
withoutshow-task
column headers became unaligned
v0.51.0
Added
- new config
show-client
that sets the reports/output of time entries to show its client, if exists
v0.50.1
Fixed
- snapcraft requires explicit confinement
v0.50.0
Added
- more unit tests
Changed
- using throttle/ticket providing system to limit requests per second to the clockify's api to prevent the
error message:Too Many Requests (code: 429)
- upgrade go version to 1.19
v0.49.0
Added
- report subcommands now allowing passing multiple projects to search/filter
- report subcommands now will search all the time entries of a client with the flag
--client
without using
--project
v0.48.2
Fixed
- using name for id options with
[
in the name makes the cli panic