Skip to content

v1.3.0

Choose a tag to compare

@winapiadmin winapiadmin released this 27 Mar 15:08
· 5 commits to main since this release
d020de1

What's Changed

  1. improved repetition check (NOTE: this is repetition count not distance)
  2. removing timeout of tests
  3. clean illegal castling in FEN (this shouldn't be, yet it's fine)
  4. tidied up code
  5. replaced HeapAllocatedValueList with std::vector with reserve
  6. replaced some ASSUMEs with asserts
  7. added START_FEN and START_CHESS960_FEN
  8. basically implementing multiple FEN parsers

Full Changelog: v1.2.0...v1.3.0