Skip to content

Releases: ejwa/gitinspector

gitinspector 0.4.4

03 Feb 13:28
Compare
Choose a tag to compare

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

gitinspector 0.4.3

29 Oct 00:39
Compare
Choose a tag to compare

Minor release with updated language locales.

gitinspector 0.4.2

11 Oct 22:52
Compare
Choose a tag to compare

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.

gitinspector 0.4.1

08 Sep 00:06
Compare
Choose a tag to compare

Maintenance release fixing several issues found in the previous version.

gitinspector 0.4.0

01 Sep 01:02
Compare
Choose a tag to compare

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.

gitinspector 0.3.2

24 Aug 09:09
Compare
Choose a tag to compare

Maintenance release that adds several new features and bug fixes.

  • Better handling of terminals that have no encoding configured.
  • File extensions .cc and .hh scanned by default.
  • Support for bare repositories.
  • Support for comments in .xhtml, .jspx, and .scala files.
  • The ability to filter out statistics from specific authors or emails.
  • The flag --since now behaves correctly.
  • Italian translation.
  • Polish translation.

gitinspector 0.3.1

24 Aug 09:10
Compare
Choose a tag to compare

Minor release which adds support for gravatars.

  • A few minor bug fixes.
  • Chinese translation.
  • Support for gravatars in the HTML and XML outputs.
  • Improved responsibilities section in the HTML output.
  • Debian package now properly depends on git.

gitinspector 0.3.0

24 Aug 09:10
Compare
Choose a tag to compare

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.

gitinspector 0.2.2

24 Aug 09:22
Compare
Choose a tag to compare

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

gitinspector 0.2.1

24 Aug 09:19
Compare
Choose a tag to compare

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