Skip to content

Releases: casperdcl/git-fame

git-fame v3.1.1 stable

24 Jul 14:05
6c758af
Compare
Choose a tag to compare
  • support blank email (#116 <- #115)
  • misc tidy: simple .dockerignore (#117)
  • CI: fix warnings (#117)
  • tests: bump pre-commit (fixes #114)

git-fame v3.1.0 stable

29 May 22:26
7d0598e
Compare
Choose a tag to compare
  • add --format=svg (#112 <- #110)
  • add --min=<val> for truncating table rows on value of --sort=<key>
  • update bash completions
  • snap: upgrade core22 -> core24
  • tests: increase coverage

Live server (https://git-fame.cdcl.ml/docs) for public repos:

![contributions](https://git-fame.cdcl.ml/gh/casperdcl/git-fame)

contributions

git-fame v3.0.0 stable

28 May 20:18
8e39c3d
Compare
Choose a tag to compare
  • support Python 3.13, drop Python 3.7 (#109)
    • linting & syntax updates
  • fix man pages syntax
  • tests
    • quicker pre-commit with pytest-xdist
    • add pyupgrade
    • bump pre-commit (closes #107)
  • misc minor framework updates

git-fame v2.2.1 stable

27 May 12:27
216607a
Compare
Choose a tag to compare
  • misc fixes & linting (#111)
    • fix --incl & --excl when --loc=ins,del (fixes #89)
    • fix --bytype not working (from #108)
    • fix missing first commit per author
  • docs: fix "dubious ownership" warning in docker (#106)

git-fame v2.2.0 stable

26 May 15:35
6c3311c
Compare
Choose a tag to compare
  • add --show=name,email (#108 <- #96)

git-fame v2.1.0 stable

06 Feb 08:24
866ef22
Compare
Choose a tag to compare
  • filter binary files for --loc=surv (#95 <- #76)
  • update docs (#100)
    • document --until (#93 <- #92)
    • fix minor typo (#105)
    • update badge URLs
    • update manpages
  • misc framework updates (#100)
    • fix CI (pin Python 3.7 to Ubuntu 22.04)
    • bump linters (closes #103)

git-fame v2.0.2 stable

06 Oct 22:57
c482316
Compare
Choose a tag to compare
  • add --until (#92 <- #93)
  • replace pkg_resources => importlib.resources (#90)
  • add py311, py312 support (#90)
  • upgrade framework (#90)
    • migrate setup.{cfg,py} => pyproject.toml
    • CI: overhaul workflows
    • CI: bump workflow actions
    • CI: use PyPI trusted publishing
    • tests: bump pre-commit
    • use PyPI trusted publishing

git-fame v2.0.1 stable

09 Mar 20:51
b18ffe2
Compare
Choose a tag to compare
  • fix wrong loc (#88 <- #85 <- #32)
  • misc code linting & framework tidy

git-fame v2.0.0 stable

02 Mar 02:18
606ecb2
Compare
Choose a tag to compare
  • misc build framework updates (#87)
    • update CI workflows
    • update pre-commit
    • drop py<=3.6
    • add linting
    • bump snap core18 => core22
    • bump Dockerfile base
    • rerender manpages

git-fame v1.15.2 stable

23 Jul 18:14
045a5de
Compare
Choose a tag to compare
  • update man pages
  • misc test & build framework updates (#80)
    • fix windows tests
    • bump docker py version (#65, #68, #69, #70, #71)
    • use pytest <= nose