Commit 2f6b4f2de7
Verified · cmc ci/build: success ci/test: success
CHANGELOG.org +13
| @@ -4,6 +4,19 @@ Versioning follows semver from v0.1.0. Database migrations run | ||
| 4 | 4 | automatically on daemon start; upgrade notes appear per release when |
| 5 | 5 | anything beyond "replace the binary and restart" is needed. |
| 6 | 6 | |
| 7 | * v1.24.1 — 2026-09-18 | |
| 8 | ||
| 9 | The dashboard feed and the phone-width rail strip (#222, #220). | |
| 10 | ||
| 11 | - Build events record their commit; the dashboard's activity feed folds | |
| 12 | a commit's jobs into one line per run with the combined state and a | |
| 13 | state dot. A status outside the known set is never shown as success. | |
| 14 | - Feed times are relative, with the exact UTC time in a title, as the | |
| 15 | tree listings already do. | |
| 16 | - Under 52rem the rail strip keeps the brand on its first row, shows | |
| 17 | pinned repositories as a compact labelled sub-row, and New repository | |
| 18 | is a =+= button at every width. | |
| 19 | ||
| 7 | 20 | * v1.24.0 — 2026-09-18 |
| 8 | 21 | |
| 9 | 22 | The web follow-ups to the design foundation (#219, #220, #221, #222, |