From 433ecb57d569552eb502764a7b4a6cd808ddbb82 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 15 Jun 2012 19:20:10 +0000 Subject: Release 146 --- diff --git a/NEWS b/NEWS index 5a1c162..349df7d 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,26 @@ -145: +146 + +ENHANCEMENTS: +* Add Tony Forster's simulation of math-galton-path.ta to sample programs +* Define general purpose chr and int blocks instead of special purpose + chr(keyboard) and int(keyboard) blocks +* Highlight all blocks in selected stack +* Update label on Share Button to remind user to select blocks to share +* Move save snapshot button to main toolbar +* Add proto block to blocks palette for named actions +* Add proto box for blocks palette for named boxes + +BUG_FIXES: +* Clean up some strings on currency palettes +* Don't call plugin_stop() twice + +145 BUG_FIXES: * Use different dispatch code for share (#3685) * Rescale remote turtle labels (#3684) -144: +144 ENHANCEMENTS: * New sample programs (Elver Puerta y Mercedes Vilca Castillo) diff --git a/activity/activity.info b/activity/activity.info index b33c9fb..3824feb 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Turtle Art -activity_version = 145 +activity_version = 146 license = MIT bundle_id = org.laptop.TurtleArtActivity exec = sugar-activity TurtleArtActivity.TurtleArtActivity -- cgit v0.9.1