Releases: rooklift/ogatak
Releases · rooklift/ogatak
v1.5.7
- Fix an issue where board edits could lead to KataGo not knowing how many prisoners there were, thus causing it to mis-estimate the score under Japanese / Korean rules.
- On first setup, autodetect the analysis config file so the user doesn't have to set it manually.
v1.5.6
- Hardware acceleration for the GUI is now off by default, because on my machine it seems to decrease KataGo performance. This wasn't the case some months ago, and so presumably is the result of some Windows update, or something. (Sabaki and LizGoban are also affected on my machine...)
- I would like to hear whether this is true for anyone else. Leave a comment at #53.
v1.5.5
- Optionally, upscale small boards (e.g. 9x9 boards, etc) to fill the window.
v1.5.4
- Reworked how transparency works for drawing faded analysis over the board.
- The practical result of this is: if you want to replace the board image (in the
gfx
folder) you can and it will just work.
v1.5.3
- When displaying the score or value of a position, if no specific move is being highlighted, we now draw the score (or value) from KataGo's root info rather than from the best move.
- This is a rather technical change of little relevance to most users.
v1.5.2
- Both board square sizes and board font sizes will now be adjusted automagically.
- The latter is rather experimental - let me know if it chooses sizes that are too big or too small.
- Fix some minor issues with the comment box causing unexpected scrolling.
v1.5.0
- Minor improvements to the UGI parser.
- Minor improvements to how load errors are reported.
- Various fixes which were applied only to SGF files are now applied to all files.
v1.4.9
- Added a basic UGI / UGF parser. This is extremely under-tested as I don't have a source of such files. It also does not display variations, comments, or anything at all except the moves on the main line.
v1.4.8
- Internal changes that help the author but don't really affect users... no need to upgrade.
v1.4.7
- Fix an inconsistency in how board edits to ko positions work.