Gitfed
bastien-mrq/gitfed/ Commits/ 6e1b5e4

Release v0.7.1

bastien-mrq 2026-07-28 19:23 commit 6e1b5e4a0520e968e343c479a4bb5f2fc502df57 parent 5f7a65b7ce6ba61c4aa86b5db0b8b694c812320f
2 files changed +5 −1
M CHANGELOG.md +4 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9004a7..e995542 100644 --- a/CHANGELOG.md +++ b/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
diff --git a/VERSION b/VERSION index faef31a..39e898a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1