Skip to content

Releases: lucassabreu/clockify-cli

v0.54.0

15 Jun 17:21
1980be1
Compare
Choose a tag to compare

Changed

  • markdown output now tries to resemble the time entry calendar dialog

v0.53.1

14 Jun 12:52
a292ee7
Compare
Choose a tag to compare

Fixed

  • was printing the language before the duration as float

v0.53.0

14 Jun 12:23
26f1302
Compare
Choose a tag to compare

Added

  • new config lang to allow setting the number format to be used when printing
  • support to using client's name or id for autocompletion on bash
  • new config timezone to allow setting which timezone to use when reporting the time of a time entry

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