Skip to content

Releases: megamaz/GitStats

v2.0.5 Beta

23 Jan 19:35
Compare
Choose a tag to compare

Changes

  • Made the login page more helpful
  • Small fix regarding hyperlink page loading

Running

Download the below zip, extract it, and run the GitStats.exe.

I am currently working on finding and getting a better electron builder working. For now, zip will have to do. I apologize for the sheer size of the final output.

v2.0.4 Beta

06 Jan 01:31
a5314cb
Compare
Choose a tag to compare

Changes

  • Fixed an issue with LoadURL that prevented URLs from loading
  • Postrelease hotfix: Changed from maker-squirrel to maker-zip. This is the same as the previous installs. I will try to find a better maker for the future.
  • Postrelease hotfix: removed dev testing userdata.

Running

Running has changed. Download the below zip, extract it, and run the GitStats.exe

v2.0.3 Beta

07 Nov 20:26
Compare
Choose a tag to compare

Changes

  • Added new stats
  • Changed the filter from effective OR to effective AND
  • My token is no longer contained in the final build
    • Older builds will no longer work with my token either.

Running

Download the below zip, extract it, and run the GitStats.exe.

v2.0.2 Beta

31 Oct 20:25
Compare
Choose a tag to compare

Changes

  • Changed filtering from effective OR to AND

Running

Download the below zip, extract it, and run the GitStats.exe.

v2.0.1 Beta

26 Oct 18:04
Compare
Choose a tag to compare

Changes

  • Improved SQL Database (#6)
  • inadvertently changed filters from AND operation to OR operation.
    • This means filtering by "bug,question" will filter using "bug or question" rather than "bug and question". This may get fixed in the future, or added as an option.
  • Added "Remove" button when creating a new chart

Running

Download the below zip, extract it, and run the GitStats.exe.

v2.0.0 Beta

19 Oct 00:40
Compare
Choose a tag to compare

Complete Rewrite

This is a complete rewrite from v1 that is simply better, except for the UI.

Changes

  • Rewrite to TypeScript
  • Using SQL as database
  • Added filtering
  • Progress bar when loading issues

Running

Download the below zip, extract it, and run the GitStats.exe.

V1.0.1-beta

19 Mar 23:38
Compare
Choose a tag to compare
V1.0.1-beta Pre-release
Pre-release

Release

This is the initial release (other release was on a private repo)

This is the beta release! While alpha release did not last very long (only about a day), this app is already out of its alpha state and has entered beta state. The app may be unstable or buggy. Report all issues here.

Bug Fix

  • Fixed a bug that would cause the data folder to not be created if it doesn't already exists.