Skip to content

Releases: Disservin/fastchess

v1.4.0-alpha

15 Apr 17:56
Compare
Choose a tag to compare
v1.4.0-alpha Pre-release
Pre-release

What's Changed

  • fix: stoi exception when nps is too high by @gahtan-syarif in #824
  • fix: compilation with zlib
  • fix: avoid crash with invalid opening book
  • fix: always use UTC offset in pgn headers for datetime values
  • feat: add support for gzipped books by @robertnurnberg in #829

Full Changelog: v1.3.0-alpha...v1.4.0-alpha

v1.3.0-alpha

30 Mar 12:06
70a183d
Compare
Choose a tag to compare
v1.3.0-alpha Pre-release
Pre-release

Changes

  • Couple of minor bug fixes
  • Couple of QoL changes
  • Added crc32 checksum verification
  • Only use LF for PGN Files
  • Fixed Windows Support for more than 64 threads
  • Added Syzygy TB

New Contributors

Full Changelog: v1.2.0-alpha...v1.3.0-alpha

v1.2.0-alpha

11 Jan 14:03
d053a83
Compare
Choose a tag to compare
v1.2.0-alpha Pre-release
Pre-release
  • A few quality of life improvements
  • added restart option
  • bug fixes

Full Changelog: v1.1.0-alpha...v1.2.0-alpha

v1.1.0-alpha

01 Oct 22:27
945ab38
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release
  • fix ctrl-c not stopping a tournament

v1.0.0-alpha

01 Oct 20:36
d0ecd7d
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
  • Support multiple engines for round-robin tournaments

v0.9.0-alpha

23 Jun 15:22
84b7a70
Compare
Choose a tag to compare
v0.9.0-alpha Pre-release
Pre-release

What's Changed

  • multiple different fixes to how matches are played
  • improved logging
  • improved debug functionality for engine devs

Full Changelog: v0.8.2-alpha...v0.9.0-alpha

v0.8.2-alpha

28 Apr 20:01
a085af7
Compare
Choose a tag to compare
v0.8.2-alpha Pre-release
Pre-release

What's Changed

  • fix issues regarding timelosses

Full Changelog: v0.8.1-alpha...v0.8.2-alpha

v0.8.1-alpha

28 Apr 16:47
1503439
Compare
Choose a tag to compare
v0.8.1-alpha Pre-release
Pre-release

What's Changed

  • fix compilation error and timelosses

Full Changelog: v0.8.0-alpha...v0.8.1-alpha

v0.8.0-alpha

28 Apr 14:43
68240df
Compare
Choose a tag to compare
v0.8.0-alpha Pre-release
Pre-release

What's Changed

  • various bug fixes
  • log stderr and exit code (linux only, windows will come later)
  • fix linux arguments parsing for the engine
  • give more detailed errors and logs
  • add normalized sprt
  • fix a few uci inaccuracies

New Contributors

Full Changelog: v0.7.0-alpha...v0.8.0-alpha

v0.7.0-alpha

16 Mar 14:42
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release
chore: add missing files to artificat