Releases: Matars/gitfetch
Releases · Matars/gitfetch
Release list
v1.4.0
Changelog
[1.4.0] - 2025-07-05
Added
- Standalone binaries for Linux, macOS (Intel + Apple Silicon), and Windows via PyInstaller
- Tag-based release workflow:
git tag vX.Y.Z && git push origin vX.Y.Zbuilds binaries, creates release, and updates Homebrew tap
Fixed
- SourceHut provider: fixed GraphQL endpoint and stats fetching (#78)
Changed
- Simplified setup.py configuration
- Clarified Homebrew tap uninstall instructions
[1.3.3] - 2025-04-21
v1.3.3
v1.3.2
v1.3.0 For people with empty contribution graphs.
v1.2.6
Repository-Specific Stats
Display contribution statistics for the current local git repository:
gitfetch --local
Shows commit activity over the last year, built from local git history
gitfetch --graph-timeline
Displays git commit timeline, build from local git history
Current Limitations:
Only shows contribution graph and timeline
No repository metadata (stars, forks, issues, etc.)
No language statistics for the repository
Limited to local git history analysis
v1.2.3
v1.2.1
Cache bug fixes
Cache update did not actually happened since the subprocess was not "real" and spawned in the same process, causing it to silently fail.
Now spawning reach subprocess I the background that executes and updates the cache correctly.
v1.2.0
v1.1.7
v1.1.1
Multi-Provider Support
- GitHub, GitLab, Gitea/Forgejo/Codeberg, and Sourcehut
Provider Selection on first call
- Arrow-key navigation with visual circle indicators
Better Docs:
- Dedicated docs folder with detailed guides on various configs
Minor changes
- Align colors in config
- Added color name support for example in
.confyou could setheader = blueinstead of having ANSI as the only option - redesigned the language "prgoress bar" to something nicer.


