Bump version to 1.12

This commit is contained in:
Sebastian Lague 2023-07-22 22:05:52 +02:00
parent 5dc587694c
commit d4dd023852
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,8 @@ I also plan to make a small game that features these most interesting/challengin
## Change Log
I unfortunately missed a serious bug in the board.GetPiece() and PieceList functions and have had to update the project. Please keep an eye on the change log here in case I've made any other horrifying mistakes. Apologies for the inconvenience. The version you are currently using will be printed to the console when running the program (unless you are using v1.0, in which case nothing will be printed).
* V1.1 Bug fix for board.GetPiece() and PieceList functions. Added Board.CreateBoardFromFEN() function.
* V1.11 (cosmetic changes only) Added coordinate names to board UI. Fixed human player input bug.
* V1.11 UI changes: Added coordinate names to board UI and fixed human player input bug.
* V1.12 Small fixes to board.IsDraw(): Fifty move counter is now updated properly during search, and insufficient material is now detected for lone bishops on the same square colour.
## Submission Due Date
October 1st 2023.<br>