Releases: lucassabreu/clockify-cli
Releases · lucassabreu/clockify-cli
v0.64.1
v0.64.0
Added
- CLAUDE.md project guidance documentation with codebase overview and development patterns
editcommand now validates that all time entries share the same project when only changing the task without--projectflag
Fixed
editcommand now correctly applies--billableflag when editing multiple time entries in non-interactive mode
Changed
editandedit-multiplecommands merged into a singleeditcommand that accepts one or more time entry IDs
v0.63.2
Fixed
- use bash/composite github action to install snapcraft
v0.63.0
v0.62.0
Added
- prompt for API URL on
config initcommand 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
Fixed
- when initializing the config the folder might not exist yet
v0.61.0
Added
- support to config file to be at
$HOME/.configalso, instead of just$HOME.
Changed
- hugo theme to be compatible with newer versions
v0.60.0
v0.59.0
Changed
- change url for API token creation
Thanks
Thank you to @davidsneighbour for the implementing the improvements on #283.
v0.58.0
Added
- reporting custom fields for the time entries
Thanks
Thank you to @calebtrepowski for the implementing
the improvements on #282.