New development version Quarry 0.1.2 is now available from CVS. The tag is `rel-0-1-2'.
New in this version: * Support for saving SGF files integrated into GUI. * Finally a way to pass when playing Go. * New feature: SGF diff. It will allow to generate difference between two SGF files as a third SGF file. This way you will be able to easily find what has changed between two version of an SGF file as easily as you can find difference between versions of a text file with UNIX `diff' program. At present the feature is far from being really useful. It is added as a proof of concept. Look for program `sgf-diff' in `src/sgf/' if you want to give it a try. * Many bug-fixes. Paul Pogonyshev