Skip to content

Releases: casperdcl/git-fame

git-fame v1.7.0 stable

21 Jan 00:43
5aa2741
Compare
Choose a tag to compare
  • add custom --format backends:
    • md|markdown
    • yaml|yml
    • json
    • csv (#10)
    • tsv
    • tabulate
  • major framework overhaul
    • testing (tox)
    • CI (travis)
    • documentation updates
    • packaging
      • replace setup.py make -> py-make>=0.1.0
      • add extras_require[dev]
  • add unit tests
  • misc tidy & optimisations
  • linting fixes (flake8)

git-fame v1.6.1 stable

04 Jan 19:44
649b05d
Compare
Choose a tag to compare
  • minor documentation updates
  • fix CI py26

git-fame v1.6.0 stable

27 Nov 13:57
4ec3568
Compare
Choose a tag to compare
  • fix author chunks counting as one loc (#14 -> #15)
  • move manpages to package_data
  • add --manpath option
  • add unit tests
  • minor documentation updates
  • fix CI for py26

git-fame v1.5.0 stable

20 Jul 16:42
7934b01
Compare
Choose a tag to compare
  • add --since=<date> (#13)
    • --line-porcelain -> --porcelain for only relevant commits
  • travis: drop py33
  • minor author whitespace tweak
  • update documentation

git-fame v1.4.2 stable

02 Feb 19:02
de1824a
Compare
Choose a tag to compare
  • pin requirement argopt>=0.3.5
  • documentation updates
    • man pages
    • licence text

git-fame v1.4.1 stable

28 Jan 22:53
a569a45
Compare
Choose a tag to compare
  • neater logging with tqdm progress bar
  • update framework (build, CI, badges)

git-fame v1.4.0 stable

22 Jan 18:34
97b85e0
Compare
Choose a tag to compare
  • unicode -> '?' on error (#11)
  • docopt -> argopt
  • logging (--log)
  • update documentation and tests

git-fame v1.3.0 stable

20 Dec 16:26
42419ab
Compare
Choose a tag to compare
  • -C option automatically duplicated (#9)
  • --branch option (#8)
  • friendlier messages about optional dependencies (#7)
  • use sys.executable (#5)
  • framework, doc, badges, linting, CI updates

git-fame v1.2.0 stable

09 Dec 16:24
dae29a0
Compare
Choose a tag to compare
  • unicode and py2/py3 fixes
  • tests & CI
  • optional tabulate
  • console script auto-registration

git-fame v1.1.0 stable

09 Dec 16:22
Compare
Choose a tag to compare
  • added console script
  • better bash completions