Skip to content

Releases: gricha/workout-cli

v0.5.0

02 Feb 06:35

Choose a tag to compare

What's Changed

  • feat: add templates edit command by @gricha in #5
  • feat: integrate warden for automated code review by @gricha in #6
  • feat: add per-side weight input for volume calculations by @gricha in #7

Full Changelog: v0.4.1...v0.5.0

v0.4.1

25 Jan 06:39

Choose a tag to compare

New Commands

  • workout undo [exercise] - Remove the last logged set
  • workout edit <exercise> <set#> [weight] [reps] - Edit a specific set
  • workout delete <exercise> <set#> - Delete a specific set

These commands allow fixing mistakes when logging sets without having to cancel and restart your workout.

What's Changed

  • feat: add undo, edit, and delete commands for logged sets by @gricha in #4

Full Changelog: v0.4.0...v0.4.1

v0.4.0

25 Jan 05:33

Choose a tag to compare

What's Changed

  • feat: add multi-user profile support by @gricha in #3

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jan 01:36

Choose a tag to compare

What's New

Session Notes

Add notes to your workout sessions or specific exercises with the new note command:

  • Session notes: workout note "Felt strong today"
  • Exercise notes: workout note bench-press "Adjusted grip width"

Exercise Management During Workouts

Two new commands for on-the-fly workout modifications:

Swap: Replace an exercise with another (keeps existing sets)

workout swap bench-press dumbbell-press

Add: Add an exercise to your current workout

workout add lateral-raise

Full Changelog

https://github.com/anomalyco/workout-cli/compare/v0.2.0...v0.3.0

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Jan 23:25
0bfc406

Choose a tag to compare

What's Changed

  • Phase 2: Analytics - PR tracking, volume analysis, progression by @gricha in #2

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Jan 23:15
becf83f

Choose a tag to compare

What's Changed

  • Phase 1: Core CLI implementation by @gricha in #1

New Contributors

  • @gricha made their first contribution in #1

Full Changelog: https://github.com/gricha/workout-cli/commits/v0.1.0