Commit c10d966bf7

c10d966bf7deb48a41707bcb7cac3448e36f6900

parent: f18de02456

Verified · cmc ci/build: success ci/test: success

cmc <hello@cleberg.net> · 2026-09-18 21:32 UTC

CHANGELOG: v1.25.0
CHANGELOG.org +15
@@ -4,6 +4,21 @@ Versioning follows semver from v0.1.0. Database migrations run
44automatically on daemon start; upgrade notes appear per release when
55anything beyond "replace the binary and restart" is needed.
66
7* v1.25.0 — 2026-09-18
8
9The 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
722* v1.24.1 — 2026-09-18
823
924The dashboard feed and the phone-width rail strip (#222, #220).