Releases: lucassabreu/clockify-cli
Releases · lucassabreu/clockify-cli
v0.7.2
Fixed
- using JSON to notify Netlify, to prevent "malformed url errors"
v0.7.1
Fixed
- snapcraft build/release problems after Travis config update
v0.6.1
Added
configcommand can print the "global" parameters injsonoryamlconfignow accepts a argument, which is the name of the parameter,
when informed only this parameter will be printed
v0.6.0
Added
- some badges, who does not like they?
Fixed
- help was showing
CLOCKIFY_WROKSPACEas env var for workspace, the right name is
CLOCKIFY_WORKSPACE - fixed some
golintwarnings
Changed
- go mod dependencies updated
snapcraftpackage only requires network
Removed
- Removed
GetCurrentUserin favor ofGetMeto be closer to the APIs format
v0.5.0
Changed
in,logandreportnow 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
mecommand returns information about the user who owns the token used to access
the clockify's api
v0.4.0
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
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
Fixed
- fixed
--no-closingbeing ignored - interactive flow of
clonewas keeping previous time interval
v0.3.0
v0.2.2
Fixed
- the endpoint
workspaces/<workspace-id>/tags/<tag-id>does not exist anymore, instead the
api.Clientwill get all tags of the workspace (api.Client.GetTags) and filter the response
to find the tag by its id.