Skip to content

Releases: roskakori/pygount

v1.8.0

13 May 17:59
79b061f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

12 May 23:22
9d645b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

02 Jul 16:55
e2f267b
Compare
Choose a tag to compare
  • Fixed missing check for seekable file handles (issue #114).
  • Fixed the ReadTheDocs documentation build by switching to the built-in alabaster Sphinx theme (issue #116).

v1.6.0

25 Jun 23:30
Compare
Choose a tag to compare
  • Remove support for Python 3.7.
  • Add support for analysis of remote git URL's in addition to local files (contributed by Rojdi Thomallari, issue #109).
  • Improve API: Add option to pass a file handle to SourceAnalysis.from_file() (contributed by Dominik George, issue #100).

v1.5.1

02 Jan 08:33
fac7f7b
Compare
Choose a tag to compare
  • Removed progress bar for --format=sloccount because it resulted into blank lines when running on Windows and could cause interwoven output on Unix (#91).

v1.5.0

30 Dec 18:18
0e51f62
Compare
Choose a tag to compare

Removed support for Python 3.6 and updated dependencies (#93)

v1.4.0

09 Apr 20:28
49ca668
Compare
Choose a tag to compare
  • Added progress bar during scan phase and improved visual design of --format=summary (contributed by Stanislav Zmiev, issue #73).
  • Added percentages to API. For example in addition to code_count now there also is code_percentage.