Skip to content

Releases: lucassabreu/clockify-cli

v0.64.1

10 Jun 13:40
v0.64.1
083fe2a

Choose a tag to compare

Fixed

  • update goreleaser action version
  • update netlify build

v0.64.0

04 Jun 12:44
v0.64.0
b0bab90

Choose a tag to compare

Added

  • CLAUDE.md project guidance documentation with codebase overview and development patterns
  • edit command now validates that all time entries share the same project when only changing the task without --project flag

Fixed

  • edit command now correctly applies --billable flag when editing multiple time entries in non-interactive mode

Changed

  • edit and edit-multiple commands merged into a single edit command that accepts one or more time entry IDs

v0.63.2

21 May 19:10
v0.63.2
a3d1295

Choose a tag to compare

Fixed

  • use bash/composite github action to install snapcraft

v0.63.0

26 Mar 12:45
v0.63.0
fd1bfdd

Choose a tag to compare

Added

  • when not informed in the command new time entries will read the billable flag from the Task or Project set

Fixed

  • updated github workflows to use the newest versions of the actions
  • removed unused code
  • fixed assorted lint errors

Thanks

Thank you to @reva for the improvements on
#292.

v0.62.0

20 Mar 15:56
v0.62.0
04ff1ab

Choose a tag to compare

Added

  • prompt for API URL on config init command to allow configuring different Clockify datacenters
  • new script cmd/release/main.go to help with new releases

Fixed

  • changelog was not showing on the site

v0.61.1

21 Feb 15:36
v0.61.1
e4da20c

Choose a tag to compare

Fixed

  • when initializing the config the folder might not exist yet

v0.61.0

21 Feb 15:22
v0.61.0
0855497

Choose a tag to compare

Added

  • support to config file to be at $HOME/.config also, instead of just $HOME.

Changed

  • hugo theme to be compatible with newer versions

v0.60.0

11 Feb 12:16
v0.60.0
474c357

Choose a tag to compare

Added

  • support to set which api to use with the client, this became necessary because of the EU datacenters

Thanks

Thank you to @mbosc for the improvements on
#285.

v0.59.0

20 Jan 21:26
d9a7920

Choose a tag to compare

Changed

  • change url for API token creation

Thanks

Thank you to @davidsneighbour for the implementing the improvements on #283.

v0.58.0

24 Nov 11:58
76408df

Choose a tag to compare

Added

  • reporting custom fields for the time entries

Thanks

Thank you to @calebtrepowski for the implementing
the improvements on #282.