From 09f600c1cd4436d95649210f2824ca7eced3fe09 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 27 Sep 2010 22:28:44 +0000 Subject: preparing for v99 release --- diff --git a/NEWS b/NEWS index 09cd75d..f2b1d27 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +99 + +* reskinable turtle (#2353) +* setxy honors pen up/pen down (#2358) +* updated Tamil, Spanish (#2359), and German translations +* expandable two-argument blocks (#2330, #2336) +* updated samples to take advantage of #2330 and removed extra turtles +* removed import numpy to fix #2313 and #2314 +* fixed rounding error that prevented max value from being returned by + random (#2380) + 98 * fixed palette selection bug introduced by alpha-value checking diff --git a/activity/activity.info b/activity/activity.info index e37e034..360bf08 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Turtle Art -activity_version = 98 +activity_version = 99 license = MIT bundle_id = org.laptop.TurtleArtActivity exec = sugar-activity TurtleArtActivity.TurtleArtActivity -- cgit v0.9.1