Skip to content

Releases: lucassabreu/clockify-cli

v0.50.1

25 May 19:05
2db3d8a

Choose a tag to compare

Fixed

  • snapcraft requires explicit confinement

v0.50.0

25 May 18:35
5a07483

Choose a tag to compare

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

29 Mar 23:07
042b41d

Choose a tag to compare

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

22 Feb 10:27
dd33e38

Choose a tag to compare

Fixed

  • using name for id options with [ in the name makes the cli panic

v0.48.1

16 Feb 12:36
abbf3bd

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

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

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

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

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

Choose a tag to compare

Fixed

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