Gitfed
bastien-mrq/gitfed/ Commits/ fa43aa7

Release v1.2.32

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

bastien-mrq 2026-08-13 09:20 commit fa43aa78ebc899b55a3da930d538659980ee707a parent 3d0adc6a7506684815bd0151d5ad17d4791088f1
2 files changed +6 −1
M CHANGELOG.md +5 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cfbc2..ff526f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.32 + +- Markdown files opened from the file tree now show their syntax-highlighted source (the code view) by default, with a small Code/Preview toggle above the file — `?render=1` opts into the rendered view. The repo page's README preview stays rendered as before. +- Images referenced in rendered markdown (README included) now actually display — an animated gif in a README plays. Relative image destinations used to rewrite to `/repo-blob`, an HTML page an `<img>` can never render; they now point at a new `GET /repo-raw/{repo}?path=` route that serves the file's real bytes with a proper image content-type (same access checks and "unknown branch 404s" treatment as the blob page). Clicking an image file in the tree shows the image instead of "Binary file — not shown." Raw responses carry a locked-down per-response CSP (`default-src 'none'; sandbox`) so a pushed SVG opened directly can't run scripts on gitfed's origin. + ## 1.2.31 - The Settings icon (nav link and repo page button) was redrawn as an actual gear — the previous glyph (a circle with rays) read as a sun and was easy to confuse with the theme switcher's sun icon.
VERSION
diff --git a/VERSION b/VERSION index 0848465..3725851 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.31 +1.2.32