Gitfed
bastien-mrq/gitfed/ Commits/ 2b1c21c

Release v1.1.0

bastien-mrq 2026-07-29 08:34 commit 2b1c21c349817c9dbf47138f9f15d3d33ee7f20d parent f81d72a08a0860f874723a5d2323302434fce1ee
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 7344d51..8775518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.0 + +- Public profile pages: `/u/{username}` shows a Markdown bio (editable from Settings → Profile), the user's public repos, join date, and recent activity merged across those repos. Repo owners are now clickable links to their profile wherever they're shown (repo page, `/explore`) when the owner is a local account. + ## 1.0.4 - Reverted `gitfed-tui -create-repo` from 1.0.3 — it was a product change made as a side effect of building an unrelated Claude Code skill, without being asked for. `-set-public`/`-set-private` (added separately, for the actual V1 launch request) stay.
VERSION
diff --git a/VERSION b/VERSION index ee90284..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4 +1.1.0