Release v1.2.32
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 files changed
+6 −1
M
CHANGELOG.md
+5 −0
M
VERSION
+1 −1
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
@@ -1 +1 @@
-1.2.31
+1.2.32