Skip to content

Releases: Hyper-Dragon/ChessStats

ChessStats-v0.8.2

21 Sep 17:41
2f2e3b2
Compare
Choose a tag to compare

Fix for issue #26 - Cloudflare blocking requests to CDC

ChessStats-v0.8.1

13 Jun 14:33
86e02e2
Compare
Choose a tag to compare
  • Improved HTML Report
    • Only display stats graphs for the time controls played by the CDC user

ChessStats-v0.8.0

09 May 06:01
51304f8
Compare
Choose a tag to compare
  • 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

27 Jul 18:09
6b034fc
Compare
Choose a tag to compare

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

26 Jul 04:56
Compare
Choose a tag to compare

Fix for the column formating on the index page.

ChessStats-v0.7

24 Jul 19:30
b7b7d2c
Compare
Choose a tag to compare
  • 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

24 Oct 01:51
c7767ab
Compare
Choose a tag to compare

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)

21 Apr 04:38
9a553af
Compare
Choose a tag to compare

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)

09 Apr 20:20
5be44bd
Compare
Choose a tag to compare

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)

20 Mar 14:03
Compare
Choose a tag to compare

Initial public release tested on Win10/Ubuntu (gunzip -N ChessStats-v0.2-linux-x64.gz) - extract and use from the command line.