Gitfed
bastien-mrq/gitfed/ Commits/ 490e609

Release v1.2.25

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

bastien-mrq 2026-07-30 14:25 commit 490e609d8439a217923612973f38db5236dc8f71 parent 31351ebef4765eac76edb0c40d5df102f159e84d
3 files changed +5 −7
M CHANGELOG.md +4 −0
M ROADMAP.md +0 −6
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 091cdee..8e945c9 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.25 + +- README preview gets a language switcher when sibling files like `README.fr.md` exist next to the main `README.md` — small "orig"/"fr"/"es"... pills above the preview. `?readme_lang=` is validated against the repo's real sibling files first, same "unknown value 404s" treatment used for `?branch=` and `?ref=`. New `ListRepoReadmeLanguages`/`GetRepoReadmeLang` on `admin.Ops`. + ## 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`.
ROADMAP.md
diff --git a/ROADMAP.md b/ROADMAP.md index 221f47a..aa07b41 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -68,12 +68,6 @@ qui ne sont pas des manques identifiés aujourd'hui. Ratio effort/valeur indicatif entre parenthèses, pour se souvenir pourquoi l'ordre est celui-là la prochaine fois qu'on rouvre ce document. -### Interface du dépôt - -- **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)*. - ### Recherche & découverte - **Preview en direct dans la recherche** (debounce ~300ms, résultats
VERSION
diff --git a/VERSION b/VERSION index 95a7a34..8060c02 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.24 +1.2.25