Releases: Hyper-Dragon/ChessStats
ChessStats-v0.8.2
Fix for issue #26 - Cloudflare blocking requests to CDC
ChessStats-v0.8.1
- Improved HTML Report
- Only display stats graphs for the time controls played by the CDC user
ChessStats-v0.8.0
- Full CAPS Scores for all games analysed on Chess.com
- All games graph
- 3 Game Rolling Average
- 10 Game Rolling Average
- Improved Graph Rendering (.svg)
- Removed the dependency on libgdiplus (linux only)
- Changed the report section ordering
- Added a linux arm build
ChessStats-v0.7.2
As of this release, a working Linux binary is now available for download.
(Linux Only) If you receive the following error you are missing 'libgdiplus'.
The type initializer for 'Gdip' threw an `exception.`
To resolve run the following:
> apt-get update > apt-get install -y libgdiplus
ChessStats-v0.7.1
Fix for the column formating on the index page.
ChessStats-v0.7
- CAPS scores, limited to the last 20 games, now included
- Openings for the last 40 games table added
- Various Html improvements including:
-- Favicon added to pages
-- Image used for the background
-- Embedded fonts
-- Dark tables - The index file is only generated once per run
- Fixed v0.6 missing assembly issue
- Removed Microsoft.CodeAnalysis.FxCopAnalyzers (deprecated)
- Switched to .Net 6.0
ChessStats-v0.6
Version 0.6
- Graphs for ratings and monthly win/loss averages (included in Html Reports)
- Html index file generation
- Several minor fixes
- CAPS scores removed due to chess.com site changes
ChessStats v0.5 (beta)
Version 0.5 is a major release with numerous improvements over v0.4 including:
- Output files written to a reporting directory ([location of executable]/ChessStatsResults/[Username]) containing:
- A full (self-contained) HTML Report
- The original text report
- Full PGN files (all games) for each time control
- CAPs Data in TSV format for easy spreadsheet import
- A refresh data option (for each user in the reporting directory)
- Caching for previously retrieved game and CAPs data at ([location of executable]/ChessStatsCache/CacheV1/[Username])
- Error handling improvements
- Several minor display fixes
ChessStats v0.4 (beta)
The version 0.4 update includes additional 'time by month' columns and CAPS averages broken down by time control. The latter are available for games that have been analysed on the chess.com website (games with no analysis are marked with '-' on ingest).
This archive contains a single, self contained, ready to run executable file (ChessStats.exe).
ChessStats v0.2 (beta)
Initial public release tested on Win10/Ubuntu (gunzip -N ChessStats-v0.2-linux-x64.gz) - extract and use from the command line.