Release v1.2.24
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 files changed
+5 −4
M
CHANGELOG.md
+4 −0
M
ROADMAP.md
+0 −3
M
VERSION
+1 −1
CHANGELOG.md
@@ -2,6 +2,10 @@
A bullet starting with `**BREAKING:**` flags a change gitfed-ctl's update wizard makes you acknowledge individually before it will let you upgrade past that version.
+## 1.2.24
+
+- Commit list now paginates for real (`?page=`, 50 per page) instead of the old hard `maxCommitsShown = 200` cutoff with nothing visible beyond it. A page number past the last one 404s, same "unknown value 404s" treatment used elsewhere, instead of silently rendering an empty list that looks like a repo with no commits. New `ListCommitsPage` on `admin.Ops`.
+
## 1.2.23
- Public profile pages now show each account's SSH key fingerprints (SHA256, the standard `ssh-keygen -lf` format) — lets a visitor verify "is this the same key I already trust" without the page ever handing out the full public key material.
ROADMAP.md
@@ -70,9 +70,6 @@ celui-là la prochaine fois qu'on rouvre ce document.
### Interface du dépôt
-- **Pagination de la liste des commits** — plafonnée en dur à 200
- aujourd'hui (`maxCommitsShown`), rien de visible au-delà. *(effort
- moyen)*.
- **Switch de langue directement dans la preview d'un README** quand un
fichier sœur existe (`README.md` / `README.fr.md`) — aucune détection
de ce type n'existe aujourd'hui, à construire. *(effort moyen)*.
VERSION
@@ -1 +1 @@
-1.2.23
+1.2.24