Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-10-02 16:11:33 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-10-02 16:11:33 (GMT)
commitfdc65322981a718dca085a042c4d8f25d8671a70 (patch)
treeef1ec94c68ae2ea15a9d3bbf3864ae99f4e40a86
parentf0ff0324544f808c720a98d29f406ae6a170e335 (diff)
v161
-rw-r--r--NEWS23
-rw-r--r--activity/activity.info3
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2867145..f9549d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+161
+
+Sync with gtk-2 version 160
+
+ENHANCEMENTS:
+* Add gray as argument to fill screen block
+* Added new summary field
+* New sample projects for journal analysis
+* New translations
+* Make button down block a boolean
+* Restore from trash added as a button to edit toolbar
+* New sample code
+* New translations
+
+BUG FIX:
+* Remove more gtk legacy code
+* Properly display blocks with four labels
+* Don't hide blocks when hitting stop button
+* Use different warning messages when plugin fails to import vs load
+* Check for get_window, not available on some older systems
+* Fixed a few corner cases with autogeneration of palette blocks
+* Add custom storein boxes to palette
+
153
Sync with gtk-2 version 152
diff --git a/activity/activity.info b/activity/activity.info
index 473ecf6..c16d224 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = Turtle Art
-activity_version = 153
+activity_version = 161
license = MIT
bundle_id = org.laptop.TurtleArtActivity
exec = sugar-activity TurtleArtActivity.TurtleArtActivity
@@ -8,3 +8,4 @@ icon = activity-turtleart
show_launcher = yes
update_url = http://wiki.laptop.org/go/Activities/G1G1
mime_types = application/x-turtle-art
+summary = A Logo-inspired turtle that draws colorful pictures with snap-together visual programming blocks \ No newline at end of file