Skip to content

Releases: Bharath-code/git-scope

v1.3.0

17 Dec 12:16
cf1f6ad

Choose a tag to compare

Changelog

  • cf1f6ad In-app workspace switching (#4)
  • d841ec0 feat: Add project governance files, update README with new sections and installation methods
  • 15cf24d feat: Add responsive hero media layout with mobile reordering, a sticky footer with email form, and nav badge styling.

Added

  • Switch workspaces inside git-scope without restarting
  • Support for relative paths and symlinked directories

This release focuses on staying in flow when working across many repos.

v1.2.2

15 Dec 15:09
4f23aff

Choose a tag to compare

Changelog

  • 4f23aff Merge pull request #2 from Amolith/parse-editor-with-args

  • 4025212 Update funding sources in FUNDING.yml

  • 0804138 feat: Add responsive image loading for mobile, enhance copy-to-clipboard UI feedback, and improve analytics tracking.

  • 12c2ec2 fix(tui): support editor commands with arguments

  • 820d500 fix: remove 'docs/' prefix from image paths in index.html

  • Fixed editor command parsing — thanks to @Amolith for improving real-world editor workflows.

v1.2.1

13 Dec 19:13

Choose a tag to compare

Changelog

  • f12d037 feat: Add universal install script, sponsorship links, and responsive documentation improvements.
  • 8e3f7dc feat: add click tracking for key page interactions and new hero/features call-to-action buttons with updated styling.
  • 0f9d7c9 feat: add detailed feature sections and keyboard cheat sheet, simplify installation, update UI styling, and remove a test directory.

v1.2.0

13 Dec 09:25

Choose a tag to compare

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 ./foo in config and git-scope init

🐛 Bug Fixes

  • Fixed repo name showing as . when scanning the current directory
  • Fixed git-scope init failing 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

v1.0.1

12 Dec 10:53

Choose a tag to compare

Changelog

  • d6316d4 Merge pull request #1 from Bharath-code/feature/v2-polish-enhancements
  • 1ccb053 chore: bump version to 1.0.1
  • e0403c7 feat: Add nav-right class, hide navigation links on mobile, and remove auto margins from feature sections.
  • 56a5d92 feat: Add sitemap.xml and robots.txt to improve discoverability.
  • c240f2a feat: add responsive image for mobile demo and adjust minor styling
  • 99f58fa feat: add spinner, improve errors, optimize scan performance
  • 65541f1 feat: enhance website responsiveness with mobile navigation improvements, add a 'Back to Top' button and GitHub CTA, and update feature cards.
  • 8501f67 fix: Resolve sticky nav issue, refine mobile navigation, and improve shield image rendering.

v1.0.0

11 Dec 07:31

Choose a tag to compare

Changelog

  • 5466c0e Refactor: Move GoatCounter initialization to main.js module and reformat count.js.
  • 5cabcbb feat: Add Google site verification, smooth scrolling, and navigation links to page sections.
  • 6774976 feat: Add value proposition to GTM strategy, update hero subtitle, and introduce new Open Graph image.
  • 0413e06 feat: Introduce TUI panels for contribution graph, disk usage, and commit timeline.
  • 8e7fedb feat: add favicon to the documentation site
  • fe71cbb feat: add new 'Resources & Guides' section with blog links and remove commented-out analytics setup instructions.
  • 97a3726 feat: enhance responsive layout and typography by preventing horizontal overflow and adjusting element dimensions and font sizes.

v0.3.1

09 Dec 20:11

Choose a tag to compare

Changelog

  • 9e18443 feat: add demo fallback and regenerate media
  • 936e453 fix: search badge now properly clears on 'c' keypress

v0.3.0

09 Dec 19:19

Choose a tag to compare

Changelog

  • 4cf8e9b chore: update contact details in footer
  • 024db03 feat(ux): add comprehensive error handling and feedback
  • 0441d95 feat: add GoatCounter analytics
  • 74fcbe5 feat: add GoatCounter native event tracking
  • 6afd122 feat: add download badge and analytics tracking to marketing page
  • fee3289 feat: add scan-all command, fix layout, improve UX
  • 38d46fd feat: optimize marketing page (Copy, SEO, Footer)
  • d006bcf feat: refine marketing page (UX, SEO, Trust)
  • 239ea29 fix: exclude third-party tool directories from scan-all
  • c9e3a61 fix: search clear now properly resets UI
  • 39c16a5 fix: self-host GoatCounter script to bypass adblockers
  • 7376ac3 seo: add canonical link for GoatCounter and SEO

v0.2.1

09 Dec 08:27

Choose a tag to compare

Changelog

  • d3c36bf chore: bump version to 0.2.1
  • def0054 ci: add GitHub Pages deployment workflow
  • abc037b fix(tui): resolve layout scrambling and search bugs
  • 038294b fix: add enablement parameter to Pages workflow

v0.2.0

08 Dec 19:47

Choose a tag to compare

Changelog

  • 1ac9ce2 feat: add search, filter, and caching features (v0.2.0)
  • ac25ef1 fix: sorting now properly updates view and legend