Release v0.7.1
2 files changed
+5 −1
M
CHANGELOG.md
+4 −0
M
VERSION
+1 −1
CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.7.1
+
+- Fixed relative links inside rendered README/LICENSE/markdown files (e.g. `docs/HOW_IT_WORKS.md`, `README.fr.md`) — they were left as plain relative hrefs, which the browser resolved against the current page URL instead of the repo's own file tree, so they 404'd. They now resolve through gitfed's own file browser, the same way GitHub/GitLab resolve relative README links.
+
## 0.7.0
Pre-production security hardening, from a full defensive audit (`docs/security/AUDIT.md`, fix plan in `docs/security/FIX_PLAN.md`). Nothing critical was found — this closes the gaps expected before putting real accounts on the instance:
VERSION
@@ -1 +1 @@
-0.7.0
+0.7.1