Skip to content

Releases: rooklift/ogatak

v1.5.7

10 Jun 14:03
Compare
Choose a tag to compare
  • 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

05 Jun 13:26
Compare
Choose a tag to compare
  • 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

29 May 10:57
Compare
Choose a tag to compare
  • Optionally, upscale small boards (e.g. 9x9 boards, etc) to fill the window.

v1.5.4

28 May 21:07
Compare
Choose a tag to compare
  • 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

21 May 22:47
Compare
Choose a tag to compare
  • 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

16 May 16:44
Compare
Choose a tag to compare
  • 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

13 May 13:44
Compare
Choose a tag to compare
  • 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

12 May 23:39
Compare
Choose a tag to compare
  • 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

18 Apr 20:48
Compare
Choose a tag to compare
  • Internal changes that help the author but don't really affect users... no need to upgrade.

v1.4.7

17 Apr 09:48
Compare
Choose a tag to compare
  • Fix an inconsistency in how board edits to ko positions work.