Skip to content

Commit

Permalink
Release Version 3.4g
Browse files Browse the repository at this point in the history
  • Loading branch information
MetatransApps committed Jul 30, 2022
1 parent e65917d commit 2267c84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.4g (29 July 2022)
* Bugfixing (not related with FRC), of an issue introduced with version 3.4f. It is related with the extraction of moves from Transposition Table and building the PV to show as output.
* Bugfixing (not related with FRC), sometimes in mate positions, after repetition of move 2 times, Bagatur evaluation jumps between 0 and +-Mate score.

Version 3.4f (24 July 2022)
* Fix for FRC: send castling moves to GUI always as "king capture own rook"

Expand Down
2 changes: 1 addition & 1 deletion Sources/UCI/src/bagaturchess/uci/impl/Protocol.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class Protocol {


public static final String COMMAND_TO_GUI_ID_VERSION_STR = "3.4f";
public static final String COMMAND_TO_GUI_ID_VERSION_STR = "3.4g";

public static final String COMMAND_TO_ENGINE_UCI_STR = "uci";
public static final String COMMAND_TO_ENGINE_ISREADY_STR = "isready";
Expand Down

0 comments on commit 2267c84

Please sign in to comment.