Skip to content

Tags: Bharath-code/git-scope

Tags

v1.2.1

Toggle v1.2.1's commit message
feat: Add universal install script, sponsorship links, and responsive…

… documentation improvements.

v1.2.0

Toggle v1.2.0's commit message
feat: Enhance path resolution, set current directory as default scan …

…root, and update version to v1.2.0.

v1.0.1

Toggle v1.0.1's commit message
Release v1.0.1 - Polish features

Features:
- Animated spinner during repo scanning
- Improved error messages with actionable suggestions
- Smart default ignore patterns for faster scans
- Performance fix for home directory scanning

v1.0.0

Toggle v1.0.0's commit message
feat: Introduce TUI panels for contribution graph, disk usage, and co…

…mmit timeline.

v0.3.1

Toggle v0.3.1's commit message
v0.3.1 - Fix search badge clear

- Search badge now properly clears when pressing 'c'
- Split render functions for better separation of concerns
- Added explicit empty check guard

v0.3.0

Toggle v0.3.0's commit message
v0.3.0 - Bug fixes and Marketing improvements

- Fixed search clear 'c' not properly resetting UI
- Search bar no longer persists after clearing

- Updated hero copy: Stop CD-ing. Start Coding.
- Added Schema.org JSON-LD for AI search
- Added social icons in footer (GitHub, Twitter, Email)
- Expanded SEO keywords

- Version bump to 0.3.0

v0.2.1

Toggle v0.2.1's commit message
chore: bump version to 0.2.1

v0.2.0

Toggle v0.2.0's commit message
feat: add search, filter, and caching features (v0.2.0)

New features:
- / : Fuzzy search repos by name, path, or branch (live search-as-you-type)
- f : Toggle filter between All/Dirty Only/Clean Only
- c : Clear all search and filter settings
- JSON caching in ~/.cache/git-scope/repos.json (5 min TTL)
- Search bar UI with active query display
- Filter badge in stats bar
- Updated help text for all modes

v0.1.3

Toggle v0.1.3's commit message
fix: resolve 5 TUI issues and add sorting

Fixes:
1. Editor now opens correctly using proper repo selection
2. Added column sorting (s to cycle, 1-4 for specific sort)
3. Added legend showing dirty/clean indicators + current editor
4. Strong row highlighting with contrasting colors
5. Sort mode badge in stats bar
6. Re-scan after editor closes to update status

New keyboard shortcuts:
- s: cycle sort modes
- 1: sort by dirty first
- 2: sort by name
- 3: sort by branch
- 4: sort by recent commits
- e: show current editor

v0.1.2

Toggle v0.1.2's commit message
feat: enhance TUI design with modern lipgloss styling

- Add styles.go with modern color palette (purple, green, amber)
- Status badges showing repo counts (total, dirty, clean)
- Styled loading screen with path indicators
- Enhanced error display with bordered box
- Improved table with status indicators (● dirty, ○ clean)
- Better help footer with styled key descriptions