Gitfed
bastien-mrq/gitfed/ Commits/ 0d5628f

Release v1.2.24

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

bastien-mrq 2026-07-30 14:18 commit 0d5628f589ded9eb20767eab44b570fd0877b326 parent ca2be6aecb5eea1bf89634732e347a8a5cf8676c
3 files changed +5 −4
M CHANGELOG.md +4 −0
M ROADMAP.md +0 −3
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5f1b7..091cdee 100644 --- a/CHANGELOG.md +++ b/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
diff --git a/ROADMAP.md b/ROADMAP.md index b033cd9..221f47a 100644 --- a/ROADMAP.md +++ b/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
diff --git a/VERSION b/VERSION index a93a6f7..95a7a34 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.23 +1.2.24