v1.2.0
Changelog
- 890b299 feat: Enhance path resolution, set current directory as default scan root, and update version to v1.2.0.
- 1d6e6c8 feat: introduce Tuimorphic styling with active panel borders, updated color palette, and enhanced keybinding hints.
✨ v1.2.0 — Tuimorphic Redesign & UX Improvements
This release focuses on visual clarity, discoverability, and zero-config usability.
✨ Tuimorphic Redesign
Major visual overhaul inspired by modern TUI design patterns (Bagels, Calendar TUI, Token dashboards).
🎨 UI Improvements
- Persistent keybindings bar — always-visible shortcuts at the bottom using
│separators - GitHub-style dark theme — improved contrast and text hierarchy
- Inline cycling hints —
(s)and(f)hints show how to interact with badges - Compact legend — single-line status legend:
● dirty ○ clean - Enhanced panel borders — purple when active, subtle gray when inactive
🔧 UX Improvements
- Works out of the box — scans the current directory by default (no config required)
- Correct repo names — shows actual folder names instead of
. - Relative path support — use
.or./fooin config andgit-scope init
🐛 Bug Fixes
- Fixed repo name showing as
.when scanning the current directory - Fixed
git-scope initfailing with.path - Fixed relative paths not expanding to absolute paths
📦 Installation / Upgrade
# Homebrew
brew upgrade git-scope
# From source
go install github.com/Bharath-code/git-scope/cmd/git-scope@latest