Releases: megamaz/GitStats
v2.0.5 Beta
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
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
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
Changes
- Changed filtering from effective
OR
toAND
Running
Download the below zip, extract it, and run the GitStats.exe
.
v2.0.1 Beta
Changes
- Improved SQL Database (#6)
- inadvertently changed filters from
AND
operation toOR
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
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
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.