Commit a32f7f2001
Verified · cmc ci/build: success ci/test: success
CHANGELOG.org +9 −3
| @@ -4,9 +4,16 @@ 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.30.0 — unreleased | |
| 7 | * v1.30.0 — 2026-09-19 | |
| 8 | 8 | |
| 9 | The web findings from the forge comparison (#232). | |
| 9 | Every command runs on every surface, markup previews before it is | |
| 10 | written, and the web findings from the forge comparison (#232, #233, | |
| 11 | #234, #235). | |
| 12 | ||
| 13 | *Upgrade note.* Dropping =SSHOnly= widens what a full-scope API token | |
| 14 | can do: it can now administer the instance and mint further tokens. | |
| 15 | Review the tokens you have issued and re-mint as =--scope read= any | |
| 16 | that only need to read. | |
| 10 | 17 | |
| 11 | 18 | - *Every command now runs on every surface.* The registry's =SSHOnly= |
| 12 | 19 | flag is gone, and with it the refusal that met build secrets, mirror |
| @@ -30,7 +37,6 @@ The web findings from the forge comparison (#232). | ||
| 30 | 37 | release create and edit, the profile about text, and the file editor |
| 31 | 38 | on a path the forge renders. It renders the draft above the textarea |
| 32 | 39 | and writes nothing (#235). |
| 33 | ||
| 34 | 40 | - Links inside running text are underlined: the meta lines on issues, |
| 35 | 41 | merge requests and releases no longer tell a link apart by colour |
| 36 | 42 | alone. |