Gitfed
bastien-mrq/gitfed/ Commits/ a59499b

Release v0.8.0

bastien-mrq 2026-07-28 19:51 commit a59499bc101f7fec62caf24cab84afe40f69473d parent 6eb3fafb6f2955a13e034b9a8866333b5c65440e
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 e995542..fd4c901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.0 + +- Public repos can now be cloned anonymously over HTTPS — `git clone https://<domain>/<owner>/<repo>.git` works with no account, no SSH key, nothing. Strictly read-only: there is no `git-receive-pack` route over HTTP, `repo.Public` is re-checked on every request, and private/nonexistent repos 404 identically. Push still only ever works over SSH. The repo page shows both the HTTPS and SSH clone URLs for public repos now. + ## 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.
VERSION
diff --git a/VERSION b/VERSION index 39e898a..a3df0a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 +0.8.0