From 53dbaa1d4ee87874fe37bc59c6a85434a94e9b0b Mon Sep 17 00:00:00 2001 From: Danny Date: Sat, 18 Apr 2026 19:26:58 +0200 Subject: [PATCH] docs: tick off #1 and version display; leave semver tags open Co-Authored-By: Claude Opus 4.7 (1M context) --- ROADMAP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index f037f37..c9082a2 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,8 +4,9 @@ - [x] **#6** Can't save workout with only one exercise — investigate structured editor save path ## Next -- [ ] **#1** Hide "next exercise" affordance until current exercise has ≥1 set -- [ ] Semantic versioning — tag releases (`v0.1.0`, `v0.2.0`, ...) and display current version string in the Mini App. *Priority: needed to confirm which version the live bot is running.* +- [x] **#1** Hide "next exercise" affordance until current exercise has ≥1 set +- [x] Version display in Mini App footer — SHA from `git describe`, falls back to `.git/HEAD` when git isn't on PATH. +- [ ] Semantic versioning tags — start tagging releases (`v0.1.0`, `v0.2.0`, ...) so the footer shows a human version instead of a SHA. - [ ] **#7** Per-user workout numbering display (global ID stays as real key, just display transform) ## Soon