Commit 1f2d5bc590
Verified · cmc ci/build: success ci/test: success
CHANGELOG.org +13
| @@ -4,6 +4,19 @@ 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.35.1 — 2026-09-23 | |
| 8 | ||
| 9 | The landing page's recording (#253). | |
| 10 | ||
| 11 | - The landing page plays a recording of signup to release from a | |
| 12 | terminal on gitbay.org, muted with controls, in place of the merged | |
| 13 | merge request picture. The quickstart block drops its comment. The | |
| 14 | tapes and the render script are in =docs/demo/=. | |
| 15 | - =/static/img/= serves gif, webm and mp4 with their own types and | |
| 16 | answers Range requests, which Safari needs to play video. | |
| 17 | - The Quickstart wiki page shows the recording as a gif. | |
| 18 | - The footer's iOS link goes to the App Store listing. | |
| 19 | ||
| 7 | 20 | * v1.35.0 — 2026-09-23 |
| 8 | 21 | |
| 9 | 22 | Following a running build (#250, #251), and the web interface |