X-Git-Url: http://winboard.nl/cgi-bin?p=uci2wb.git;a=blobdiff_plain;f=README.txt;h=97a6549bb0884dfddec8eede227ca47a179400a2;hp=199c2d8dbdb9a7d8224033c3b398a319dcd9fc56;hb=8d90214e278c27dbf72b24383ac9e3ad24d54a27;hpb=f9844d01d1218234ea20bcc172abfa4232b5a526 diff --git a/README.txt b/README.txt index 199c2d8..97a6549 100644 --- a/README.txt +++ b/README.txt @@ -50,6 +50,38 @@ H.G.Muller Change log: +24/12/2016 3.0 +Implement UCI_AnalyseMode option +Support egtpath command for Nalimov, Gaviota and Syzygy +Allow ?, quit, force and result commands to terminate thinking +Stop search during setoption commands, or buffer those until engine is done thinking +Explicitly report when engine dies, through GUI popup (tellusererror) +Make sure reporting of mated-in-0 score causes resign, even without PV +Fix eclipsing of -var option with engines that have UCI_Chess960 option +Fix empty default of string options + +8/11/2016 2.3 +Implement handling of 'UCI_Variant' option for variant announcement and selection +Pass 'info string variant' line as 'setup' command to allow engine-defined variants +Set 'UCI_Opponent' option in accordance with CECP 'name' and 'computer' commands +Fix option setting during analysis (MultiPV!) + +22/11/2016 2.2 +Use USI gameover command to relay game result +Handle USI win claims +Correct wtime/btime for byoyomi + +7/11/2016 2.1 +Make Linux version SIGTERM-proof +Recognize forward Pawn pushes as irreversible in UCCI +Block input from GUI during thinking +Use uxinewgame +Implement support for pre-standard UCI Chess960 engines ('Arena960 dialect') +Fix hash-size setting in UCCI +Combine name and version when engine gives them in separate 'id' commands +Fake time and node count for engines that do not report it +Add interactive options for byoyomi work-around + 28/10/2014 2.0 Implement UCCI support