Skip to content

Releases: julianandrews/sgf-render

v3.3.1

20 Sep 17:21

Choose a tag to compare

This release:

  • bumps the sgf-parse version to take advantage of lenient mode fixes

v3.3.0

19 Jul 15:35

Choose a tag to compare

This release:

  • Adds a --lenient flag that allows partial parsing of invalid SGF files.

v3.2.2

03 Oct 14:31

Choose a tag to compare

This release:

  • Limits board sizes to 52x52 and throws an error for larger boards

v3.2.1

03 Oct 13:33

Choose a tag to compare

This release:

  • Updates the sgf-parse version to get a bugfix for large board size coordinates
  • Fixes a panic on invalid SZ properties.

v3.2.0

16 Sep 19:53

Choose a tag to compare

This release:

  • Fixes a bug where playing repeated stones failed (though the SGF spec allows it)
  • Adds support for various machine readable query output.

v3.1.5

17 Aug 22:25

Choose a tag to compare

The release tweaks the deb package documentation

v3.1.4

14 Aug 18:46

Choose a tag to compare

This release just adds a man page and includes it in the .deb package.

v3.1.3

31 Jul 00:54

Choose a tag to compare

This release

  • Adds a --tileset flag which can be used to specify the characters to use for text rendering.

v3.1.2

30 Jul 21:17

Choose a tag to compare

This release just has tweaks to a few error messages and some refactoring.

v3.1.1

30 Jul 17:44

Choose a tag to compare

This release:

  • Updates the README to list the text option