Gitfed
bastien-mrq/gitfed/ Commits/ 889193b

Release v0.4.0

bastien-mrq 2026-07-28 14:34 commit 889193b48104b03f1e3dd52ca361c2023eb20429 parent f9840af24165d3bda92c4f01cb05726745d75bcb
2 files changed +9 −1
M CHANGELOG.md +8 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index d588b81..6b128a8 100644 --- a/CHANGELOG.md +++ b/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
diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0