Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-19 15:36:35 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-19 15:36:35 (GMT)
commitfcc6daf363173f7d507a3e5d1885f26478b3ec45 (patch)
tree5402f1dbef39d72160300997bc1703cc4ee184dd /NEWS
parent1ffbab423cfbe4fe8744e4b98b630706412ad959 (diff)
more updates for pending v107
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a8f6e3..b9388eb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,16 +5,20 @@ ENHANCEMENTS
* Refactoring of block and palette generation to use the plugin
classes for all blocks. (The goal is to make it easier for end-user
modifications.)
+* Added the ability to add new blocks on the fly (See uturn.py example)
* Added basic-style-3arg block (used by NXT plugin)
* Moved plugin libraries to ./plugins/lib/
* Shared turtles are updated after mouse drag (#2687)
* Shared turtles cannot be repositioned remotely (#2687)
+* Turtles are synchronized when joining share (#2687)
BUG FIXES
* Fixed regression with help messages when running Sugar 0.84 (#2676)
+* Fixed problem with selected turtle reverting back to default turtle (#2687)
* Fixed problem with camera block graphic in trash (#2678)
* Fixed regression with camera_plugin after refactoring (#2689)
+* Fixed problem with saving/loading extra turtles when nick changes (#2441)
106