From b1691015f2f349d31b21e336f15321608d851d9e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 30 May 2013 19:48:15 +0000 Subject: v11 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37c737b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +*~ +locale +dist diff --git a/NEWS b/NEWS index ca59473..001b168 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ NEWS +11 + +ENHACEMENT: +* New translations + 10 BUG FIX: @@ -6,6 +11,7 @@ BUG FIX: * properly align toolbar buttons 9 +ENHACEMENT: * New translations 7 @@ -13,18 +19,22 @@ ENHACEMENT: * Ignacio Rodríguez port to GTK3 6 +ENHACEMENT: * New translations 5 +ENHACEMENT: * New translations 4 +ENHACEMENT: * New button artwork * Eliminated unnecessary rotate feature * Sorted colors in spiral from "calm" to "exciting" * Drag to repostion dots and XO man (positions saved in Journal) 3 +ENHACEMENT: * Rebased on Python * Spiral layout of all color combinations * Saves new colors (in most Sugar environments) diff --git a/activity/activity.info b/activity/activity.info index d0634b3..6923d0e 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -3,7 +3,7 @@ name = xoEditor exec = sugar-activity XOEditorActivity.XOEditorActivity bundle_id = org.laptop.xoEditorActivity icon = activity-xo-editor -activity_version = 10 +activity_version = 11 show_launcher = yes license = GPLv3 summary = select colors for your XO icon -- cgit v0.9.1