Gitfed
bastien-mrq/gitfed/ Commits/ 0ecfd20

Release v1.2.0

bastien-mrq 2026-07-29 08:59 commit 0ecfd20b46fca943d8fc954dac28ad3c43f79cdc parent 341d3fecea37c70f994aab5fa298cf0b3d31a34f
2 files changed +6 −1
M CHANGELOG.md +5 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index c379321..fe4251b 100644 --- a/CHANGELOG.md +++ b/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
diff --git a/VERSION b/VERSION index 524cb55..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.2.0