Release v1.2.29
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 fichiers modifiés
+5 −1
M
CHANGELOG.md
+4 −0
M
VERSION
+1 −1
CHANGELOG.md
@@ -2,6 +2,10 @@
A bullet starting with `**BREAKING:**` flags a change gitfed-ctl's update wizard makes you acknowledge individually before it will let you upgrade past that version.
+## 1.2.29
+
+- Admin view now shows disk usage: a "Storage" card on the dashboard (total across all repos), and a new `/admin/repos` page listing every repo with its owner, visibility and size. New `RepoDiskUsage` on `admin.Ops`, backed by `gitexec.DiskUsage` (sums every regular file under a repo's bare directory — packfiles, refs, objects).
+
## 1.2.28
- Repo page action row: Download and Settings — the two less-frequent actions — now sit right-aligned with a subtler, borderless style, separate from the more frequently used main/Commits/Merge requests group on the left.
VERSION
@@ -1 +1 @@
-1.2.28
+1.2.29