Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-03-17 18:39:20 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-03-17 18:39:20 (GMT)
commit81ba8fd9fa0e2fbbee1ef3534a96104de4cd7079 (patch)
tree500a2837580b12358f79322621acdbd39b8be5e2 /NEWS
parentb4e53af65b5bb6a8ec2e3f6f5e5e424ab2c01ea0 (diff)
parentf1d5ed75c29961a718eb3c59fde1663c184f20cf (diff)
Merge branch 'master' of git://git.sugarlabs.org/turtleart/refactoringv83
Conflicts: NEWS activity/activity.info tagplay.py tawindow.py
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c52847c..7de79ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+<<<<<<< HEAD:NEWS
+=======
+83
+
+* added new user-interface features
+ o support for multiple turtles
+ o expandable blocks
+ o collapsible stacks
+ o runtime block highlighting
+ o error highlighting
+ o trash palette (with restore)
+ o palette better integrated into Sugar toolbar
+ o variable-length string blocks
+ o editable string blocks
+ o paste text from Sugar clipboard to string blocks
+ o new prefix boolean logic
+ o showblock to compliment hideblock
+ o fullscreen block
+ o Cartesian and polar coordinate blocks
+ o color blocks
+ o editable macros (used for presentation blocks)
+ o labels on coordinate-grid overlays
+ o more complete support in non-Sugar environments
+ o new (and improved) sample code
+ o Logo code for project added to View Source
+ o save SVG block lets you generate SVG with Turtle Art
+ o improved export-to-HTML logic
+ o new translations
+
+* completed a major refactoring of the code
+ o 90% smaller download bundle-size
+ o faster first-time launch
+ o greatly simplified i18n maintenance
+ o easier to extend with new blocks and palettes
+
+82
+
+* minor updates to Spanish translations
+
+>>>>>>> f1d5ed75c29961a718eb3c59fde1663c184f20cf:NEWS
81
* fixed keyboard input bug introduced in v79