Release v0.8.0
2 files changed
+5 −1
M
CHANGELOG.md
+4 −0
M
VERSION
+1 −1
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
@@ -1 +1 @@
-0.7.1
+0.8.0