Skip to content

Releases: lucassabreu/clockify-cli

v0.48.1

16 Feb 12:36
abbf3bd
Compare
Choose a tag to compare

Fixed

  • match how strings are compared when using allow-name-for-id and filtering on interactive mode.

v0.48.0

16 Feb 11:58
74dbf63
Compare
Choose a tag to compare

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

09 Feb 23:43
844eac3
Compare
Choose a tag to compare

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

06 Dec 14:49
0de2dec
Compare
Choose a tag to compare

Added

  • support for the formats HMM and HHMM for time input

Fixed

  • update github actions workflows to use newer actions

Thanks

Thank you to @aVolpe for implementing new time formats as input
on PR #251.

v0.45.0

05 Aug 23:22
ae51973
Compare
Choose a tag to compare

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

04 Apr 12:46
f3f250b
Compare
Choose a tag to compare

Fixed

  • when searching for task names with special characters ("-" for example), this was fixed for the filter

v0.44.1

06 Mar 15:21
97ec682
Compare
Choose a tag to compare

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

18 Dec 19:27
fc7f587
Compare
Choose a tag to compare

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

13 Dec 23:42
5d6d801
Compare
Choose a tag to compare

Added

  • support to last alias when deleting a time entry.

Thanks

Thank you to @jjnilton for fixing the issue
#229 on PR
#238.

v0.42.2

06 Dec 16:43
7e13810
Compare
Choose a tag to compare

Fixed

  • duration and estimate of a task can be null, and when the estimate where null the cli was failing
    with: "duration null is invalid"