Skip to content

Releases: lucassabreu/clockify-cli

v0.37.0

17 May 18:01
Compare
Choose a tag to compare

Added

  • build windows binaries

v0.36.2

13 May 16:15
Compare
Choose a tag to compare

Fixed

  • edit-multiple was not updating time entries without interactive mode.

v0.36.1

10 May 13:38
Compare
Choose a tag to compare

Fixed

  • clone command was using the start time of the copied time entry to close the current one
    instead of the start time of new one being created.

v0.36.0

10 May 02:57
Compare
Choose a tag to compare

Added

  • support for relative time for time parameters, can be +1:40, or +1h40m

Fixed

  • negative duration was printed broken, now it show as a valid negative duration

Changed

  • new error types from required fields and invalid entity ids.
  • all errors have a minimal context to help on support.
  • manageEntry refactored to not have as many control flags
  • reduce copy of objects on loops

v0.35.1

04 May 14:27
Compare
Choose a tag to compare

Fixed

  • fake "not found" errors will have more context for the message

Changed

  • all api/client.go will have stack traces.

v0.35.0

03 May 03:27
Compare
Choose a tag to compare

Added

  • task edit command allows changing a existing task and changing its status.
  • task delete command allows removing a existing task.
  • task done command is a helper for task edit --done.

Changed

  • task add command now accepts assignees and estimate for task creation
  • end argument of report command accepts the alias yesterday for previous date.

v0.34.0

27 Apr 13:43
Compare
Choose a tag to compare

Changed

  • end argument of report command accepts the aliases now and today for current date.

v0.33.1

25 Apr 18:57
Compare
Choose a tag to compare

Fixed

  • enabling show-task config were hiding the description column for table report format.

v0.33.0

21 Apr 22:24
Compare
Choose a tag to compare

Added

  • flag to filter projects on report command.

v0.32.2

25 Feb 21:36
Compare
Choose a tag to compare

Fixed

  • examples on README were out of date with current commands and outputs.
  • short description of show and report were too long.