Commit c10d966bf7
Verified · cmc ci/build: success ci/test: success
CHANGELOG.org +15
| @@ -4,6 +4,21 @@ 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.25.0 — 2026-09-18 | |
| 8 | ||
| 9 | The site rail is an icon column (#220). | |
| 10 | ||
| 11 | - At desktop the rail is a 3.5rem column of inline glyphs: dashboard, | |
| 12 | explore, search, notifications with the unread count as a badge, | |
| 13 | bookmarks, new repository, then settings and admin, then the account | |
| 14 | and sign-out. The search field leaves the rail; =/search= has its own. | |
| 15 | - Under 52rem the rail is one 48px row that neither wraps nor scrolls. | |
| 16 | - Every icon link carries an accessible name (=aria-label=, a title and | |
| 17 | visually hidden text) and hides its SVG from assistive tech; a test | |
| 18 | enforces it. | |
| 19 | - Pinned repositories are a chip row under the dashboard heading; the | |
| 20 | review queue is the dashboard's section. Neither is in the rail. | |
| 21 | ||
| 7 | 22 | * v1.24.1 — 2026-09-18 |
| 8 | 23 | |
| 9 | 24 | The dashboard feed and the phone-width rail strip (#222, #220). |