Commit 98b0b03d44
Verified · cmc ci/build: success ci/test: success ci/vuln: success
CHANGELOG.org +17
| @@ -4,6 +4,23 @@ 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.27.0 — 2026-09-19 | |
| 8 | ||
| 9 | The follow-ups from the forge benchmark (#226) and two profile fixes. | |
| 10 | ||
| 11 | - On a wide repository overview the About block (counts, licence, latest | |
| 12 | release, build, contributors, languages) and the clone commands sit in | |
| 13 | a column beside the file table; under 62rem the order is unchanged | |
| 14 | (#228). | |
| 15 | - The landing page's Explore and Create an account routes sit above the | |
| 16 | picture, and the picture is capped so the first screen carries a call | |
| 17 | to action (#229). | |
| 18 | - Each row of the merge request list shows the combined check state of | |
| 19 | its head, linking to the diff, and a comment count (#230). Labels on | |
| 20 | merge requests do not exist yet (#231). | |
| 21 | - The profile page lists repositories after the activity graph, and a | |
| 22 | table in rendered prose keeps its last row's bottom border (#225). | |
| 23 | ||
| 7 | 24 | * v1.26.0 — 2026-09-18 |
| 8 | 25 | |
| 9 | 26 | A closed merge request can name the request that carried its change |