Gitfed
bastien-mrq/gitfed/ Commits/ a0ccd65

Release v1.2.31

Thomas-PEYROT 2026-08-08 08:10 commit a0ccd65a0f1e40dac514042600696cd6fc48a887 parent 8facb5f148bab6294305d5610895160a8abb2d27
2 files changed +5 −1
M CHANGELOG.md +4 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc0b28..c5cfbc2 100644 --- a/CHANGELOG.md +++ b/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.31 + +- The Settings icon (nav link and repo page button) was redrawn as an actual gear — the previous glyph (a circle with rays) read as a sun and was easy to confuse with the theme switcher's sun icon. + ## 1.2.30 - Fixed: a repo whose bare HEAD points at a branch that was never actually pushed (e.g. created before `main` became the ambient default, only ever pushed to `master`) could look completely empty when browsing it — `resolveDefaultRef` now prefers `main` or `master` (whichever actually exists) over a dangling HEAD, and falls back to the alphabetically-first branch rather than reporting the repo as empty when there's neither and HEAD still doesn't resolve. Found live on a real collaborator's repo.
VERSION
diff --git a/VERSION b/VERSION index d20e748..0848465 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.30 +1.2.31