Skip to content

Tags: bpauli/gccli

Tags

v1.8.0

Toggle v1.8.0's commit message
Release v1.8.0

v1.7.3

Toggle v1.7.3's commit message
docs: add v1.7.3 changelog

v1.7.2

Toggle v1.7.2's commit message
docs: add v1.7.2 changelog

v1.7.1

Toggle v1.7.1's commit message
docs: add v1.7.1 changelog

v1.7.0

Toggle v1.7.0's commit message
docs: add v1.7.0 changelog

v1.6.0

Toggle v1.6.0's commit message
docs: add v1.6.0 changelog

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #34 from bpauli/feat/per-set-duration-rest

feat: per-set duration and rest time for exercise sets

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: retry auth requests on HTTP 429 and add token export/import (#33)

Wrap the auth HTTP client with RetryTransport so login requests
automatically retry on 429 (rate limit) and 5xx responses with backoff.
This fixes headless login failures when Garmin's OAuth endpoints are
rate-limited.

Add `auth export` and `auth import` subcommands to transfer credentials
between machines without re-authenticating. Export outputs a base64
string; import accepts it as an argument or from stdin.

Closes #30

v1.3.2

Toggle v1.3.2's commit message
fix: update garmin-trainer skill homepage URL

v1.3.1

Toggle v1.3.1's commit message
docs: add v1.3.1 changelog entry