Release v1.2.0
2 files changed
+6 −1
M
CHANGELOG.md
+5 −0
M
VERSION
+1 −1
CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 1.2.0
+
+- One-shot repo import: paste a source repository's HTTPS URL in the dashboard and gitfed clones it once (`git clone --mirror`, then detaches the `origin` remote so it never re-fetches on its own) into a new repo under your own namespace — no separate admin tooling needed. Restricted to `https://` URLs with no embedded credentials, resolving to a public address (same anti-SSRF DNS check as federation discovery). Continuous mirroring is explicitly out of scope — see ROADMAP.md §3.
+- Simplified the homepage's changelog preview from a rendered 3-entry list down to a single "Full changelog" button — the full-list version shipped in 1.1.1 turned out to be more than needed.
+
## 1.1.1
- The homepage now previews the 3 most recent changelog entries, with a link to the full changelog — previously the only way to see what shipped was navigating to `/changelog` directly.
VERSION
@@ -1 +1 @@
-1.1.1
+1.2.0