From cc735d57cc2bcfd9340d17f58795dae3be88e0ed Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 30 Jun 2012 18:01:59 +0000 Subject: v148 --- diff --git a/NEWS b/NEWS index 1b00307..f71e88a 100644 --- a/NEWS +++ b/NEWS @@ -8,12 +8,16 @@ ENHANCEMENTS: * Rabbit and snail change color to indicate run speed * Clicking on a stack respects current run speed * Turtle shape more directional -* New copy-button behavior: - (1) Click on copy and the cursor changes to a hand pointer; +* New copy- and share-block behavior: + (1) Click on Copy Button (or Share-Block Button); + the cursor changes to a hand pointer; (2) Click on any block or stack of blocks and that stack is - briefly highlighted and copied to the clipboard; + briefly highlighted and copied to the clipboard (or shared); (3) The cursor is changed back to the standard cursor. +BUG FIX: +* Catch unicode error in collaboration code + 147 ENHANCEMENTS: diff --git a/activity/activity.info b/activity/activity.info index 017d1ee..6d6c73d 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Turtle Art -activity_version = 147 +activity_version = 148 license = MIT bundle_id = org.laptop.TurtleArtActivity exec = sugar-activity TurtleArtActivity.TurtleArtActivity -- cgit v0.9.1