Release v1.1.0
2 files changed
+5 −1
M
CHANGELOG.md
+4 −0
M
VERSION
+1 −1
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
@@ -1 +1 @@
-1.0.4
+1.1.0