Releases: lucassabreu/clockify-cli
Releases · lucassabreu/clockify-cli
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
--clientwithout using
--project
v0.48.2
Fixed
- using name for id options with
[in the name makes the cli panic
v0.48.1
Fixed
- match how strings are compared when using
allow-name-for-idand filtering on interactive mode.
v0.48.0
Added
- new config
search-project-with-clientto set whether or not the cli should lookup projects using the
client's name too
v0.47.0
Added
- new flag
--clientto filter projects by client when managing time entries
Changed
mockeyupdate and its configuration has changed- github actions steps updated to node20
v0.46.0
v0.45.0
Added
- new function
sinceto be used on the time entry format to help working with time - new function
untilto be used on the time entry format to help working with time
v0.44.2
Fixed
- when searching for task names with special characters ("-" for example), this was fixed for the filter