Release v0.5.0
2 files changed
+8 −1
M
CHANGELOG.md
+7 −0
M
VERSION
+1 −1
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 0.5.0
+
+- Profile (avatar + username) moved to a dropdown at the right of the nav — Settings, Admin (if admin) and Log out live there now instead of cluttering the main nav links.
+- Dashboard: a repos/public/shared-with-you stat strip, and the repo list is icon+role+topics rows instead of a bare table; creating a repo is a disclosure ("+ New repo") instead of an always-open form.
+- Settings: split into Profile / SSH keys / Password tabs. Tab selection survives the redirect after adding/removing a key or changing your password.
+- Admin: the index page is stat cards with real counts (users by role, trust store total/pending, audit event count) and a 5-event recent-activity preview, instead of a bare list of links.
+
## 0.4.0
- Repo page rebuilt GitLab-style: the file browser and the README/LICENSE view are one page now — the file table sits directly above the rendered README, no separate "browse files" click. Directories only show README/LICENSE/tags at the repo root, matching how GitLab scopes it.
VERSION
@@ -1 +1 @@
-0.4.0
+0.5.0