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>2013-01-18 13:51:49 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-01-18 13:51:49 (GMT)
commit95fc169e0ee99b369ed613508bf5992a35ea9ad8 (patch)
treeb9a7b363a2b23f2baa8dc8d3ac038c4fcf3e6079
parent5ab9191826fb7b6d24abdfef9c0ef701f1b15f2a (diff)
news for v170
-rw-r--r--NEWS17
-rw-r--r--activity/activity.info4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cde38e9..0d27bcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+170
+
+ENHANCEMENTS:
+* New translations
+* More consistent behavior for color blocks
+* Increased contrast for shade block: full range between black and white
+* Auto-increment my_box name when creating new prototype box block
+* New sample Python project: load data from filesystem
+* Use .tb suffix for TurtleBlocks
+* Add MAGIC NUMBER support for .tb files
+* Convert int args to float when using Python block (#4382)
+* Improved behavior of stop button in GNOME (Alan Aguiar)
+
+BUG FIXES:
+* Cleaned up some bugs that broke non-interactive mode
+* Add warning if use of forever block in non-interactive mode is detected
+
169
ENHANCEMENTS:
diff --git a/activity/activity.info b/activity/activity.info
index 3966949..bbd9d64 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,10 +1,10 @@
[Activity]
name = Turtle Art
-activity_version = 169
+activity_version = 170
license = MIT
bundle_id = org.laptop.TurtleArtActivity
exec = sugar-activity TurtleArtActivity.TurtleArtActivity
icon = activity-turtleart
show_launcher = yes
-mime_types = application/x-turtle-art
+mime_types = application/x-turtle-art, application/vnd.turtleblocks
summary = A Logo-inspired turtle that draws colorful pictures with snap-together visual programming blocks