Skip to content

Releases: lucassabreu/clockify-cli

v0.52.0

02 Jun 17:44
5fd78be
Compare
Choose a tag to compare

Added

  • new command split to allow break a time entry into others with break points

v0.51.1

30 May 13:12
9e4a989
Compare
Choose a tag to compare

Fixed

  • when using show-client without show-task column headers became unaligned

v0.51.0

29 May 23:01
261ae6b
Compare
Choose a tag to compare

Added

  • new config show-client that sets the reports/output of time entries to show its client, if exists

v0.50.1

25 May 19:05
2db3d8a
Compare
Choose a tag to compare

Fixed

  • snapcraft requires explicit confinement

v0.50.0

25 May 18:35
5a07483
Compare
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
Compare
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
Compare
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
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