Bump version to 1.19

This commit is contained in:
Sebastian Lague 2023-08-02 11:27:18 +02:00
parent 1315551493
commit 4ef9025ebf
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ It has been necessary to make some bug fixes to the original project, and I've a
* <b>V1.16</b> Added `timer.GameStartTimeMilliseconds`, `timer.OpponentMillisecondsRemaining`, `board.ForceSkipTurn()`.
* <b>V1.17</b> Added `BitboardHelper.GetPieceAttacks()` and optimized `board.SquareIsAttackedByOponent()`. Writing `#DEBUG` in a comment will now exclude code in that line from counting towards the token limit (for testing only of course).
* <b>V1.18</b> Added `timer.IncrementMilliseconds` (this will be 0 for the main tournament, but a small increment may be used in the final playoff games). Fixed a bug in the repetition handling, and optimized check/stalemate detection.
* <b>V1.19</b> Fixed potential out of bounds exception. Fixed bug in stalemate detection.
[There will be no API changes after August 1]