GoGui Changelog

What's new in GoGui 1.4.9

Oct 10, 2013
  • Fixed writing of invalid SGF files if markups or labels were created on the board and then all of them removed before saving the game (bug #38).
  • Show warning when reading an SGF file with property without values instead of rejecting the file (bug #38).
  • With analyze commands of type gfx, fill the background of labels on empty fields with the field color if the field has both a color and a label.

New in GoGui 1.4.8 (Jul 9, 2013)

  • Fixed bug in install.sh, which failed if icon and other data directories did not already exist in /usr/local/. Note that the old install.sh might have corrupted /usr/local/, which needs to be fixed before installing the new version

New in GoGui 1.4.7 (Mar 6, 2013)

  • gogui.jar no longer contains a Class-Path attribute in its manifest if GoGui is compiled with -Dquaqua.ignore=true, which violated the guidelines for Fedora packages (bug #37).
  • Accept ',' for empty points when importing Go text diagrams
  • No longer use xdg-utils in Unix installation script.
  • Removed vendor prefix from Unix desktop entry file and application icon.
  • Install SVG icon for GoGui on Unix.
  • The location of the SetFile executable needed on OS X to create GoGui.app can now be specified with the ant option -Dosx.setfile

New in GoGui 1.4.5 (Jul 9, 2012)

  • Added a workaround for a bug in Ubuntu 12.04 that made the menu bar unreadable in the default Ubuntu theme (Ubuntu bug #932274).
  • Use set_free_handicap command to make the Go program aware that handicap is used if a SGF file is opened that stores handicaps as a sequence of black moves instead of setup properties, like files from the KGS Go server with Chinese rules (bug #3529926). Fixed an assertion that triggered when using a SGF file that used moves left properties and an overtime system other than Canadian overtime (which is the only overtime system supported by GoGui).
  • Suppressed some warnings with Java 7 that occurred because some Java classes have become generic that were raw before (JComboBox, JList).

New in GoGui 1.1.10 (Jul 16, 2009)

  • Export LaTeX Main Variation: fix wrong move number in
  • comments after diagram for moves that are not shown in the
  • diagram (pass or multiple moves on same point). Fixes bug
  • #2699540.
  • Update to Quaqua 5.2.1. See also patch #2814945.
  • Update to JGoodies Looks 2.2.2.

New in GoGui 1.1.9 (Mar 18, 2009)

  • Create thumbnails in GoGui's file dialog in the same way as created by gogui-thumbnailer (don't use smaller thumbnail size for board sizes smaller than 19)
  • Make selection of position for thumbnails work as documented
  • Avoid showing old thumbnails in open dialog if a file was modified, saved and opened in the same session of GoGui

New in GoGui 1.1.8 (Mar 10, 2009)

  • Fix small utility window location restoration problem
  • Don't use first setup position for thumbnails if it is a handicap setup

New in GoGui 1.1.7 (Mar 4, 2009)

  • Make substitution of analyze command arguments work that contain backslashes (e.g. file name arguments on Windows)
  • Don't automatically continue play if Computer Color is Both and current move generation was interrupted.
  • Mac OS X: update to Quaqua 5.0.1

New in GoGui 1.1.6 (Mar 2, 2009)

  • Small change in the ant built script that made the compilation only work on systems, on which subversion was installed.