Release v0.6.0
2 files changed
+8 −1
M
CHANGELOG.md
+7 −0
M
VERSION
+1 −1
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
@@ -1 +1 @@
-0.5.3
+0.6.0