Skip to content

Releases: Matars/gitfetch

v1.3.2

26 Oct 15:31

Choose a tag to compare

  • Added GITFETCH_DEBUG=1 env variable to toggle full debug tracing
  • Fixed Overflow bug regarding cache date calcultations
  • improved docs

v1.3.0 For people with empty contribution graphs.

25 Oct 18:40

Choose a tag to compare

Change Log

  • added --text and --shape
  • improved formatting on --help
  • fixed bug where colors would not be read correctly from .confg

You might want to delete the config file to re innit with correct values

rm ~/.config/gitfetch/gitfetch.conf

image image

v1.2.6

24 Oct 01:46

Choose a tag to compare

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

24 Oct 00:34

Choose a tag to compare

Fixed issues when install with brew

v1.2.1

22 Oct 20:15

Choose a tag to compare

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

21 Oct 21:01

Choose a tag to compare

QoL

An overall better experience with fewer bugs and more customisations.

v1.1.7

21 Oct 03:48
f696a69

Choose a tag to compare

Lots of customisations through the cli, read more with gitfetch --help

Quick overview

  • Use any ASCII character as "day" in the graph
  • Chose to hide sections with --no-*
  • Custom width and height for contribution graph
Screenshot 2025-10-21 at 05 32 27

v1.1.1

20 Oct 23:50
a3bccb8

Choose a tag to compare

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 .conf you could set header = blue instead of having ANSI as the only option
  • redesigned the language "prgoress bar" to something nicer.

v1.0.20

20 Oct 22:28

Choose a tag to compare

  • Updated cache location to ~/.local/share/gitfetch/cache.db

#5

v1.0.19

20 Oct 20:13

Choose a tag to compare

AUR support

Need to experiment with GitHub workflow that updates my AUR based on releases.

Update readme to use the real package name and not fake alias