Release v1.2.25
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 files changed
+5 −7
M
CHANGELOG.md
+4 −0
M
ROADMAP.md
+0 −6
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.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
@@ -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
@@ -1 +1 @@
-1.2.24
+1.2.25