Releases: obay/hevycli
Releases · obay/hevycli
v0.3.0
v0.2.1
Changelog
v0.2.0
What's New
Interactive TUI Prompts
When running commands without required arguments in an interactive terminal, hevycli now presents beautiful Bubble Tea TUI prompts instead of error messages. This makes the CLI more user-friendly and discoverable.
Commands with interactive mode support:
hevycli completion- Shell selection (bash, zsh, fish, powershell)hevycli workout get/update/delete- Workout search & selectionhevycli routine get/update/delete- Routine search & selectionhevycli folder get/create/update/delete- Folder selection/inputhevycli exercise get/search- Exercise search & selectionhevycli stats progress- Exercise selection for progress trackinghevycli config set- Configuration key & value selection
New Commands
hevycli workout events- List workout eventshevycli routine delete- Delete a routinehevycli folder update- Update a folder's titlehevycli folder delete- Delete a routine folder
Bug Fixes
hevycli exercise getnow always shows Custom: Yes/No field
Installation
brew upgrade hevycliOr download the binary for your platform from the assets below.
v0.1.0
Changelog
- 0d13176 feat: add GoReleaser with Homebrew and Scoop deployment
- 4aae0f4 feat: add Phase 3 analytics commands
- d81c2dd feat: add Phase 4 TUI components and shell completion
- 56be23e feat: add interactive routine builder TUI
- f0f2f08 feat: complete Phase 2 write operations for workouts, routines, exercises
- 4270761 feat: implement hevycli Phase 1 & 2 - foundation and core CRUD
- 6530d12 fix: update CI workflow for Go version compatibility