Gitinspector Versions Save

:bar_chart: The statistical analysis tool for git repositories

v0.4.4

8 years ago

Maintenance release with localization fixes and recent bug fixes included from the development master branch.

v0.4.3

8 years ago

Minor release with updated language locales.

v0.4.2

8 years ago

Minor release with many small, but great improvements.

  • The changes module is now threaded and uses all available cores. This results in a significant speed up.
  • Printed extensions are now alphabetically sorted.
  • Ability to exclude commits with certain comments from statistics.
  • Support for C# code and comments.
  • Extensionless files can now be included in statistics.
  • Ability to include all file extensions by specifying "**".
  • Spanish translation.

v0.4.1

8 years ago

Maintenance release fixing several issues found in the previous version.

v0.4.0

8 years ago

Major update with many fixes and new features.

  • Support for remote repositories (git://, http(s)://, ssh://).
  • Code stability and age shown in blame output.
  • Support for cyclomatic complexity and cyclomatic complexity density metrics.
  • Ability to exclude commit hashes (revisions) from statistics.
  • Improved HTML output.
  • Support for ADA, OCaml and Haskell comments.
  • Improved localization support for languages with multi-column characters.
  • Many (big and small) bug fixes.
  • French translation.
  • German translation.

v0.2.2

8 years ago

This is a maintenance release that fixes several bugs; many related to character encoding. This version also adds table sorting to the HTML output.

v0.2.1

8 years ago

Maintenance release that fixes compatibility with Python 3 and introduces the --since and --until interval flags.

v0.2.0

8 years ago

This release includes several bug fixes and introduces HTML and XML output formats.

v0.1.0

8 years ago

First public release. While incomplete, this release fulfills the most important feature requirements that were originally outlined.

v0.3.0

8 years ago

This is a major release with many new features.

  • Support for comments in LaTex (.tex) and PHP files.
  • Many bugfixes.
  • Localization support (English and Swedish for now).
  • Support for setting gitinspector options via git-config.
  • Support for regular expressions in conjunction with -x/--exclude.
  • New output format; "htmlembedded".
  • Support for Python packaging via setuptools.
  • Improved HTML output with new JQuery and flot versions.