Releases: lucassabreu/clockify-cli
Releases · lucassabreu/clockify-cli
v0.48.1
Fixed
- match how strings are compared when using
allow-name-for-id
and filtering on interactive mode.
v0.48.0
Added
- new config
search-project-with-client
to set whether or not the cli should lookup projects using the
client's name too
v0.47.0
Added
- new flag
--client
to filter projects by client when managing time entries
Changed
mockey
update and its configuration has changed- github actions steps updated to node20
v0.46.0
v0.45.0
Added
- new function
since
to be used on the time entry format to help working with time - new function
until
to 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
v0.44.1
Fixed
- time entries were created as billable without user input.
- bump golang.org/x/text from 0.3.7 to 0.3.8 (#244)
go get
is not a supported option to install the cli
(#245)
Added
- test coverage for interactive mode components and
in
command.
Thanks
Thank you to @diegoquintanav for reporting and fixing the documentation
on PR #245.
v0.44.0
Added
- new flag and config
interactive-page-size
to set how many entries should be shown on select prompts. - new command
task quick-add
to easily create multiple tasks on a project.
v0.43.0
v0.42.2
Fixed
duration
andestimate
of a task can benull
, and when theestimate
where null the cli was failing
with: "duration null is invalid"