From 3482f994dc6f708a1c80264501a5329d38cab9cf Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 29 Jan 2012 15:38:38 +0000 Subject: v133 --- diff --git a/NEWS b/NEWS index 72121ee..33c0884 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +133 + +ENHANCEMENTS: +* New translations +* Added strings used by WeDo plugin +* Added True and False blocks to Numbers palette (only for large screens) +* Added is heap empty block? +* Added support for polynomial objects in math libraries + (used by nutrition plugin) + +132 + +BUG FIX: +* Fixed problem with exporting of Logo code introduced in v131 +* Capture "special blocks" in used block list +* Fixed typo in local variables causing voltage sensing to fail with + XO 1.75 (#3297) +* Changed light-sensor power_state (deprecated) to level in python + sample code (OLPC #11485) + 131 ENHANCEMENTS: diff --git a/activity/activity.info b/activity/activity.info index 80565d4..d304057 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Turtle Art -activity_version = 131 +activity_version = 133 license = MIT bundle_id = org.laptop.TurtleArtActivity exec = sugar-activity TurtleArtActivity.TurtleArtActivity -- cgit v0.9.1