Releases: rooklift/ogatak
Releases · rooklift/ogatak
v2.0.8
v2.0.7
- Fix Fox SGF handicap stones appearing at depth 1 instead of 0.
- The secret GTP mode will be less inclined to transmit the entire history to the engine when not needed. If there was a secret GTP mode, which there is not.
- Fixed sending unneeded "stop" commands to the engine. Hopefully we still send all the needed ones, please report any bugs.
v2.0.6
- Fix a bug when playing vs the engine, where it might analyse even when it's the human's turn. Thanks to @MianmianYingxiang
v2.0.5
v2.0.3
- [2.0.2] Handle some oddities around SGF files from OGS (and conceivably other sources). In particular, move numbers from handicap 1 (i.e. no komi) games will be shown correctly (not out-by-1).
- [2.0.3] Slightly reduce wasted space in the infobox when showing 3 different stats on the board. This means more space for the tree, if you use a small graph.
v2.0.1
v1.9.9
v1.9.8
- [1.9.4] Ogatak will now only request the number of visits necessary from KataGo when doing autoanalysis. This should result in a speedup for most people (because KataGo will return results the instant it reaches the required number).
- [1.9.5 - 1.9.8] Various bugfixes and GUI logic fixes related to the above.
The change to visits complicates the logic somewhat -- hence the bugfixes -- so please report any unexpected behaviour, here or on the Computer Go Discord. Thanks!
v1.9.3
- [1.9.2] Added
Autoscroll
, which moves to the next position in the game at a regular interval. This is independent of whether the engine is running or not. Find it in theMisc
menu. Note that the recommended away to analyse a whole game is still via theAutoanalysis
command in theAnalysis
menu. - [1.9.3] Fix to the logic of when this gets automatically turned off.
v1.9.1
- Fix for buggy GoQuest SGF files.
- Hotkey (ctrl-E) to make KataGo takeover playing as the current colour.
- Can now display basic ownership information for any analysed position, even if the setting wasn't enabled when it was analysed.
- Fix a crash for misconfigured GTP engines in the secret GTP mode - if there was such a mode, which there is not.