Commit f39a596ecd
Verified · cmc
CHANGELOG.org +25
| @@ -4,6 +4,31 @@ 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.31.0 — unreleased | |
| 8 | ||
| 9 | The desktop layout (#226): the web UI uses a wide screen. | |
| 10 | ||
| 11 | - One centered container at 100rem; the repository header, main and | |
| 12 | footer align on it. Text keeps its measure. | |
| 13 | - The repository header is two rows: name, description and buttons, | |
| 14 | then the tabs. | |
| 15 | - Issue, merge request, build, explore, search and notification rows | |
| 16 | are one line above 64rem, and those pages render at the container | |
| 17 | width. | |
| 18 | - The dashboard is three columns: pinned repositories with open issue, | |
| 19 | merge request and last-build counts; a tile per queue with the queue | |
| 20 | rows below; the activity feed. | |
| 21 | - A file navigator beside blob, blame and edit pages lists the file's | |
| 22 | directory and marks the file. | |
| 23 | - Side columns: state, labels and open milestones on the issue and | |
| 24 | merge request lists; status, jobs and branches on builds; topics on | |
| 25 | explore; kinds on search; sections on repository settings, account | |
| 26 | settings and admin. | |
| 27 | - Below 64rem the facet and section columns stack after their content, | |
| 28 | the dashboard's pinned repositories return to a chip row above the | |
| 29 | queues, and the navigator hides, since the tree page is the navigator | |
| 30 | on a phone. | |
| 31 | ||
| 7 | 32 | * v1.30.0 — 2026-09-19 |
| 8 | 33 | |
| 9 | 34 | Every command runs on every surface, markup previews before it is |