Releases · flashcode/gitchart · GitHub
Skip to content

Releases: flashcode/gitchart

v2.0.2

Choose a tag to compare

@flashcode flashcode released this 24 Nov 19:59
  • Fix CI.

v2.0.1

Choose a tag to compare

@flashcode flashcode released this 24 Nov 19:59
  • Add gitchart module.

v2.0.0

Choose a tag to compare

@flashcode flashcode released this 24 Nov 19:44
  • Drop Python 2 support, Python 3.6 is now required.
  • Add option -S / --style to choose Pygal style, defaults to custom style gitchart_light.
  • Convert README and ChangeLog to markdown.

v1.5

Choose a tag to compare

@flashcode flashcode released this 07 Mar 14:28
  • Switch from Travis CI to GitHub actions.
  • Add file requirements.txt.

v1.4

Choose a tag to compare

@flashcode flashcode released this 13 Jul 20:42
  • Add chart "tickets_author".
  • Add option -m/--no-merges to not count merge commits in git log commands.
  • Add setup.py.

v1.3

Choose a tag to compare

@flashcode flashcode released this 13 Jul 20:43
  • Fix check of javascript command line argument (issue #3).
  • Add argument --all for git log commands.

v1.2

Choose a tag to compare

@flashcode flashcode released this 13 Jul 20:43
  • Add option -j/--js to customize javascript files/links.
  • Fix the working directory for the second git command.

v1.1

Choose a tag to compare

@flashcode flashcode released this 13 Jul 20:43
  • Fix PEP8 warnings.

v1.0

Choose a tag to compare

@flashcode flashcode released this 13 Jul 20:44
  • Fix parsing of authors.

v0.9

Choose a tag to compare

@flashcode flashcode released this 13 Jul 20:44
  • Ignore UTF-8 decoding errors.