Releases: belaytzev/git-scoper
Releases · belaytzev/git-scoper
v0.1.0
Changelog
- 8fdacab Add CI workflow, case-insensitive config keys, and dry-run support
- 83376f4 Add Homebrew tap support via GoReleaser (#4)
- 8e145f3 Initial commit
- 795eca7 Merge pull request #2 from belaytzev/git-scoper-go-cli
- dabbad9 Merge pull request #3 from belaytzev/git-scoper-go-cli
- 94da76c add plan: git-scoper-go-cli
- 38c3ea8 add website
- 40b684c chore: add checkboxes to tasks 9 and 10 for tracking
- 18f8772 chore: verify acceptance criteria (all green)
- 5e28b67 feat: add config resolution with local-file and ~/.gitconfig fallback
- ddc2ea8 feat: add directory scanner with repo detection and depth limiting
- 5cc9cf0 feat: add git config applicator with tests
- ce52fb8 feat: add key=value config file reader with tests
- 20c832c feat: add parallel worker pool for applying git config
- 8c40a41 feat: add ~/.gitconfig INI reader with tests
- 74cee6f feat: scaffold go module and main entry point
- bb60850 feat: wire full pipeline in main — config, scan, apply, output
- a2963a1 fix: address code review findings
- 5d4183d fix: address code review findings
- fd7d011 fix: address code review findings
- 9c24d34 fix: address code review findings
- be63edd fix: address code review findings
- 752208f fix: address code review findings
- 80e6054 fix: address code review findings
- f29ae00 fix: address code review findings
- aae11b1 fix: address code review findings
- d7747c6 fix: address codex review findings
- 0ca762b improve website accessibility, responsiveness, and interactions