-
The game graph has been rewritten from scratch and is now more efficient with large game trees without the need to collapse subtrees. The graph is more accessible, the nodes have a bigger click surface and dragging the graph can go beyond the component.
-
The game collection manager includes support for
ngf
andgib
files. It also sports a slick board animation, which is very slick. Did I mention it's slick? -
You can attach two engines to Sabaki and let them play each other while you can sip tea comfortably and watch them fight. The GTP console has been redesigned so you are able to address both engines separately. It also displays (usually) useful
stderr
information from the engines. Command autocompletion is more obvious now. -
Drawing with the line/arrow tool makes it clear that drawing over an existing line/arrow removes that line/arrow.
-
You can assign custom label texts to a vertex on the board by selecting the label or number tool and clicking 'Edit Label' in the context menu.
-
When encoding is not specified, Sabaki tries to infer the encoding from content instead of assuming ISO-8859-1 (Thanks to @fohristiwhirl).
-
When
CA
property is missing from an opened file, Sabaki previously saves it without correct UTF-8CA
property. This results in Sabaki opening these files in ISO-8859-1, not correctly displaying text. This is fixed now. -
When attaching engines, Sabaki previously sends the
boardsize
command afterclear_board
which technically can result in arbitrary board positions on the engine. This is fixed now. -
Other Go software may specify the same property multiple times on a tree node, which technically makes the SGF invalid. Sabaki can handle these files now.