Skip to content

Releases: jlinoff/git2dot

v0.8.3 - Added --font-size and --font-name

16 Sep 17:56
Compare
Choose a tag to compare

Release Notes

  1. Added --font-size.
  2. Added --font-name.
  3. Fixed the tests.

v0.8.2 - minor changes

24 Feb 01:10
Compare
Choose a tag to compare
  1. Modified the version format slightly.

v0.8.1 - Handle unicode decode error

09 Feb 18:22
Compare
Choose a tag to compare

Added code to handle a unicode decode error in the git log output.

v0.8 - python3 compatible

08 Feb 23:27
Compare
Choose a tag to compare

Minor changes to make the script work under Python 2.7 or 3.x.

v0.7 - Summary data

04 Feb 17:29
Compare
Choose a tag to compare

This release introduces summary data at the end of the dot file that can be used for post processing.

v0.6 - clean up release

03 Feb 18:21
Compare
Choose a tag to compare
  1. Removed some dead code in the options handling.
  2. Added the -c option.
  3. Updated the documentation.

v0.5

31 Jan 23:28
Compare
Choose a tag to compare

Added --topo-order to the default settings.
Added copyright and license information.

Added support for pruning the graph.

31 Jan 01:48
Compare
Choose a tag to compare

This release introduced the --choose-branch and --choose-tag options.

They were provided so that if you want to limit the analysis to a small set of branches or tags.

These options prune the graph so that only parents of commits with the choose branch
or tag ids are included in the graph. This gives you more detail controlled that the git options
allowed in the --range command. It is very useful for determining where branches occurred.

Initial release

30 Jan 17:01
Compare
Choose a tag to compare

Fully functional version with basic real-world testing.