Gitfed
bastien-mrq/gitfed/ Commits/ 869b92c

Release v0.6.0

bastien-mrq 2026-07-28 16:49 commit 869b92cfae7784dca2df6348084808696dc21c4a parent 912e741979ccb0890d53f592eb5a2611999dcbcb
2 files changed +8 −1
M CHANGELOG.md +7 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6737761..211a8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.6.0 + +- Multi-language UI: French and English, with a switcher in the nav (persisted in a cookie, otherwise detected from the browser's `Accept-Language`). Every existing page was translated, not just new ones. +- New home page at `/` explaining what gitfed is for — self-hosted ownership, federation, control — instead of jumping straight to the repo browser, which moved to `/explore`. +- New `/security` page: how gitfed is actually secured, in plain language, with diagrams (SSH-only transport, certificate issuance, federation trust states, web/git isolation). +- Replaced every emoji (📁 📄 ⎇ ⧉ ⚙ 🛡 ↪ ✓) with a small SVG line-icon set drawn in the same square-cornered style as the logo, via a single sprite shared across pages. + ## 0.5.3 - Reverted the repo page to its normal reading-width column (980px) — only the file table's rows needed to stretch, not the whole page, which is what 0.5.2 actually fixed.
VERSION
diff --git a/VERSION b/VERSION index be14282..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.3 +0.6.0