Release v1.2.6
2 files changed
+6 −1
M
CHANGELOG.md
+5 −0
M
VERSION
+1 −1
CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 1.2.6
+
+- The Go module now has a real, resolvable path instead of the bare `gitfed` it had since the start, and gitfed-web answers Go tooling's module-discovery request for any public repo it hosts — `go install <domain>/<owner>/<repo>/cmd/x@ref` now works directly, no `git clone` needed first. `gitfed-renew-cert` is the first beneficiary: `go install git.neuromancer.ovh/bastien-mrq/gitfed/cmd/gitfed-renew-cert@main`.
+- Added `FEDERATION.md`: a practical, step-by-step guide to actually setting up a working cross-instance collaboration, including the trust-approval step that's easy to miss (see 1.2.5).
+
## 1.2.5
- Granting a federated collaborator now says explicitly when their domain is left pending trust approval, instead of a generic "granted" message that gave no hint their first clone would fail. A persistent nav badge for admins (next to the notification bell) also shows as long as any domain is pending, pointing at Admin → Trust store.
VERSION
@@ -1 +1 @@
-1.2.5
+1.2.6