http://www.trevorrow.com/golly/golly-2.3b1-win.zip (for Windows)
http://www.trevorrow.com/golly/golly-2.3b1-gtk.tar.gz (for Linux)
http://www.trevorrow.com/golly/golly-2.3b1-mac.zip (for Mac OS 10.4/5)
http://www.trevorrow.com/golly/golly-2.3b1-mac106.zip (for Mac OS 10.6+)
A number of new script commands have been added to allow mouse interaction and better keyboard interaction -- see Help > Changes for more details, plus the full list of changes. These scripts take advantage of the new commands:
draw-lines.py -- Lets you draw one or more connected straight lines, so handy for drawing rectangles and other shapes. After starting the script, follow the instructions that appear in the status bar (ditto for the following scripts).
flood-fill.py -- Lets you fill a clicked region with the current drawing state. If the grid is bounded then the fill limits are the edges of the grid. If the grid is unbounded then the fill limits are the pattern's bounding box.
move-object.py -- Lets you move a connected group of cells. Note that there is some slop in the initial click used to select the object; ie. you don't have to click on a live cell belonging to the object -- a nearby click is good enough.
move-selection.py -- Lets you move the current selection (after clicking anywhere inside it).
The last two scripts have a couple of non-obvious features:
- Alt-click the object/selection if you don't want it to be deleted. This lets you copy the object/selection to another location.
- While waiting for the 2nd click you can hit x/y/>/< to flip/rotate the object/selection.