Skip to content

Releases: obay/hevycli

v0.3.0

19 Dec 08:54

Choose a tag to compare

Changelog

  • 0a309a5 feat: add interactive TUI table for exercise list

v0.2.1

19 Dec 08:37

Choose a tag to compare

Changelog

v0.2.0

19 Dec 08:03

Choose a tag to compare

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 & selection
  • hevycli routine get/update/delete - Routine search & selection
  • hevycli folder get/create/update/delete - Folder selection/input
  • hevycli exercise get/search - Exercise search & selection
  • hevycli stats progress - Exercise selection for progress tracking
  • hevycli config set - Configuration key & value selection

New Commands

  • hevycli workout events - List workout events
  • hevycli routine delete - Delete a routine
  • hevycli folder update - Update a folder's title
  • hevycli folder delete - Delete a routine folder

Bug Fixes

  • hevycli exercise get now always shows Custom: Yes/No field

Installation

brew upgrade hevycli

Or download the binary for your platform from the assets below.

v0.1.0

19 Dec 01:53

Choose a tag to compare

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