Tags: Bharath-code/git-scope
Tags
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
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
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
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
PreviousNext