Skip to content

Releases: lucassabreu/clockify-cli

v0.7.2

21 Jun 15:33

Choose a tag to compare

Fixed

  • using JSON to notify Netlify, to prevent "malformed url errors"

v0.7.1

21 Jun 15:10

Choose a tag to compare

Fixed

  • snapcraft build/release problems after Travis config update

v0.6.1

17 Jun 01:39
dcd5e07

Choose a tag to compare

Added

  • config command can print the "global" parameters in json or yaml
  • config now accepts a argument, which is the name of the parameter,
    when informed only this parameter will be printed

v0.6.0

17 Jun 00:52
b8f872f

Choose a tag to compare

Added

  • some badges, who does not like they?

Fixed

  • help was showing CLOCKIFY_WROKSPACE as env var for workspace, the right name is
    CLOCKIFY_WORKSPACE
  • fixed some golint warnings

Changed

  • go mod dependencies updated
  • snapcraft package only requires network

Removed

  • Removed GetCurrentUser in favor of GetMe to be closer to the APIs format

v0.5.0

15 Jun 16:53
c38bb80

Choose a tag to compare

Changed

  • in, log and report now don't require you to inform a "user-id", if none is set,
    than will get the user id from the token used to access the api

Added

  • me command returns information about the user who owns the token used to access
    the clockify's api

v0.4.0

01 Jun 13:15
ac9bfb1

Choose a tag to compare

Added

  • table format will show time entry tags

Changed

  • when adding fake entries with --fill-missing-dates, will set end time as equal
    to start time, so the duration will be 0 seconds

v0.3.2

22 May 19:17
1d26e32

Choose a tag to compare

Changed

  • printing duration as "h:mm:ss" instead of the Go's default format,
    because is more user and sheet applications friendly.

v0.3.1

01 Apr 15:58

Choose a tag to compare

Fixed

  • fixed --no-closing being ignored
  • interactive flow of clone was keeping previous time interval

v0.3.0

01 Apr 14:48
41dbd18

Choose a tag to compare

Changelog

41dbd18 (feat): "in clone" is now interactive (#23)

v0.2.2

18 Mar 14:00
b2eeb54

Choose a tag to compare

Fixed

  • the endpoint workspaces/<workspace-id>/tags/<tag-id> does not exist anymore, instead the
    api.Client will get all tags of the workspace (api.Client.GetTags) and filter the response
    to find the tag by its id.