Releases: Disservin/fastchess
Releases · Disservin/fastchess
v1.4.0-alpha
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
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
- @87flowers made their first contribution in #794
- @JoostHouben made their first contribution in #817
Full Changelog: v1.2.0-alpha...v1.3.0-alpha
v1.2.0-alpha
- 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
- fix ctrl-c not stopping a tournament
v1.0.0-alpha
- Support multiple engines for round-robin tournaments
v0.9.0-alpha
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
v0.8.1-alpha
v0.8.0-alpha
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
- @gahtan-syarif made their first contribution in #222
Full Changelog: v0.7.0-alpha...v0.8.0-alpha
v0.7.0-alpha
chore: add missing files to artificat