Release v0.4.0
2 files changed
+9 −1
M
CHANGELOG.md
+8 −0
M
VERSION
+1 −1
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 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.
+- Repo page also gained a branch label (⎇ main), a clone URL with a copy-to-clipboard button, and a real empty-repo state (clone command instead of a blank page) for repos with no commits yet.
+- Navbar redesigned: search (repos by name/topic, `⌘K`/`Ctrl+K` to focus it), a user avatar, and a proper responsive collapse to a hamburger menu below ~720px instead of the old bar just running out of room.
+- New `/search` page.
+- Refined the color palette (a fuller token system — canvas/surface/border/text-dim/accent, etc.) and made every existing table horizontally scrollable instead of overflowing on narrow viewports.
+
## 0.3.0
- File browser (`browse files` on any repo): breadcrumbed directory listing, markdown rendered inline, anything else shown as plain text, binary files detected and not dumped.
VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0