Releases: stozo04/speediance-cli
Releases · stozo04/speediance-cli
Release list
v2.0.0
Changelog
Features
- 3b68166: feat!: autonomous, faithful session detail (program/free/rowing) + today one-shot (#23) (#24) (@stozo04)
Install
Download a binary from the assets below, or with Go:
go install github.com/stozo04/speediance-cli/cmd/speediance-cli@v2.0.0See the bundled SKILL.md / AGENTS.md for usage and the JSON + exit-code contract.
v1.1.0
Changelog
Bug fixes
- c5b5f41: fix: token cache → per-user non-roaming cache dir; wire up token_cache_path (#17) (@stozo04)
Other changes
- 87bd1c8: Add community-friendly paths rule to ClawHub standards (@stozo04)
- 06aa179: Bump golangci-lint to v2.12.2 and drop lint toolchain pin (#15) (@stozo04)
- e2bc5d8: Harden .env loading; add ClawHub security standards (@stozo04)
- 1073450: Merge pull request #12 from stozo04/dependabot/github_actions/golangci/golangci-lint-action-9 (@stozo04)
- 6f29c2e: Merge pull request #13 from stozo04/dependabot/github_actions/actions/checkout-6 (@stozo04)
- df97a2c: Merge pull request #14 from stozo04/dependabot/go_modules/go-dependencies-fd6f5276e4 (@stozo04)
- c1d8360: Merge pull request #16 from stozo04/remove-sync-command (@stozo04)
- 1aa412b: Merge pull request #18 from stozo04/bugfix/clawhub-feedback (@stozo04)
- c8c5871: Merge pull request #19 from stozo04/fix/issue-15-bump-golangci-lint (@stozo04)
- 8bc5389: Merge pull request #20 from stozo04/docs/no-doctor-troubleshooting (@stozo04)
- 8892c7d: Remove sync command: make speediance-cli a pure data collector (@stozo04)
- c334551: add Releasing.md (@stozo04)
- 72c315c: ci: bump actions/checkout from 4 to 6 (@dependabot[bot])
- 2b0c3be: ci: bump golangci/golangci-lint-action from 7 to 9 (@dependabot[bot])
- bd5701c: deps: bump the go-dependencies group with 2 updates (@dependabot[bot])
Install
Download a binary from the assets below, or with Go:
go install github.com/stozo04/speediance-cli/cmd/speediance-cli@v1.1.0See the bundled SKILL.md / AGENTS.md for usage and the JSON + exit-code contract.
v1.0.0
Changelog
- ed15628: Add ClawHub skill definition, pyproject.toml, and gitignore plans/ (Steven Gates gates.steven@gmail.com)
- bd1fed2: Add
libraryandpushcommands: build & create Speediance programs (Steven Gates gates.steven@gmail.com) - 5160fc8: Add exercise catalog reference (library.json) (Steven Gates gates.steven@gmail.com)
- a495aea: Add workflow_dispatch trigger to ClawHub publish workflow (Steven Gates gates.steven@gmail.com)
- f8500bd: Fix CI: authenticate clawhub before publishing (Steven Gates gates.steven@gmail.com)
- bcdfa4f: Fix CI: use direct clawhub CLI instead of reusable workflow (Steven Gates gates.steven@gmail.com)
- e511549: Fix security audit findings: token hardening and skill transparency (Steven Gates gates.steven@gmail.com)
- d8a9f0d: Fix workout date: Speediance sends seconds, not milliseconds (Steven Gates gates.steven@gmail.com)
- 5a77b94: Initial commit (Steven Gates gates.steven@gmail.com)
- 9daf4af: Initial commit: Speediance CLI (login, workouts, sync-to-sheet) with offline test (Steven Gates gates.steven@gmail.com)
- 943c3ea: Make CLI agent-friendly: decouple weeks_dir, add --json + session, AGENTS.md (Steven Gates gates.steven@gmail.com)
- cc1be83: Make device_type configurable (env) + note Gym Monster 1 vs 2 (Steven Gates gates.steven@gmail.com)
- 59c9ae2: Merge pull request #1 from stozo04/fix/record-timestamp-seconds (Steven Gates gates.steven@gmail.com)
- 6b11a95: Merge pull request #10 from stozo04/fix/workflow-dispatch (Steven Gates gates.steven@gmail.com)
- b0e49b6: Merge pull request #11 from stozo04/go-rewrite (Steven Gates gates.steven@gmail.com)
- 12eec56: Merge pull request #2 from stozo04/feat/build-and-push-programs (Steven Gates gates.steven@gmail.com)
- e954e74: Merge pull request #3 from stozo04/fix/library-names-and-muscle (Steven Gates gates.steven@gmail.com)
- 8e78937: Merge pull request #4 from stozo04/feat/agent-friendly (Steven Gates gates.steven@gmail.com)
- c6f7498: Merge pull request #5 from stozo04/add-library-catalog (Steven Gates gates.steven@gmail.com)
- 08004d1: Merge pull request #6 from stozo04/feat/clawhub-skill (Steven Gates gates.steven@gmail.com)
- f67a561: Merge pull request #7 from stozo04/feat/clawhub-skill (Steven Gates gates.steven@gmail.com)
- 70d3654: Merge pull request #8 from stozo04/feat/clawhub-skill (Steven Gates gates.steven@gmail.com)
- 89387ef: Merge pull request #9 from stozo04/feat/clawhub-skill (Steven Gates gates.steven@gmail.com)
- ac80020: Merge remote-tracking branch 'origin/main' into go-rewrite (Steven Gates gates.steven@gmail.com)
- c611885: Rename entry point to speediance-cli, fix hatchling package path (Steven Gates gates.steven@gmail.com)
- 107ca17: Rewrite speediance-cli in Go (drop-in replacement) (Steven Gates gates.steven@gmail.com)
- ac810cb: Track library.json (commit the exercise catalog as a reference) (Steven Gates gates.steven@gmail.com)
- 9a7eb12: Update docs and add automated ClawHub publishing workflow (Steven Gates gates.steven@gmail.com)
- fea1fe6: ci: bump golangci-lint-action v6 -> v7 for golangci-lint v2 support (Steven Gates gates.steven@gmail.com)
- 351cf38: ci: pin lint toolchain to go.mod version to match golangci-lint binary (Steven Gates gates.steven@gmail.com)
- 3421596: library: populate exercise name (title) and muscle (mainMuscleGroupName) (Steven Gates gates.steven@gmail.com)