[gnome-todo] Bump 3.27.90 release



commit fa16da612662b8be247e63b8b7d747a21aba3739
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Feb 11 19:52:04 2018 +0000

    Bump 3.27.90 release

 NEWS                                       | 29 +++++++++++++++++++++++++++++
 data/appdata/org.gnome.Todo.appdata.xml.in | 25 +++++++++++++++++++++++++
 meson.build                                |  2 +-
 3 files changed, 55 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5a50c57..88889c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+===============
+Version 3.27.90
+===============
+
+Project:
+       * Add a 'org-gnome-Todo' style class (Alexis Diavatis)
+       * Remove reduntant 'New List' menu entry from appmenu (Shashwat)
+       * Fix untranslated Python plugins
+       * Add proper logging capabilities
+       * Flatpak master now shows trace messages
+       * Fix an important performance issue on startup
+       * Save edited tasks more aggressively
+       * Minor UI polishing
+       * Many translation updates
+
+Todoist:
+       * Major rework of the Todoist data provider
+       * Errors are identified and treated more accurately now
+       * Tasks are now properly sorted
+       * Subtasks are correctly identified
+
+EDS:
+       * Major rework of the codebase
+       * Correctly detect completed tasks (fixes Google Tasks integration)
+
+Todo.txt:
+       * Initial rework of the Todo.txt data provider
+       * Temporary loss of subtasks
+
 ==============
 Version 3.27.2
 ==============
diff --git a/data/appdata/org.gnome.Todo.appdata.xml.in b/data/appdata/org.gnome.Todo.appdata.xml.in
index 760918a..3aee191 100644
--- a/data/appdata/org.gnome.Todo.appdata.xml.in
+++ b/data/appdata/org.gnome.Todo.appdata.xml.in
@@ -51,6 +51,31 @@
   </kudos>
 
   <releases>
+    <release date="2018-02-11" version="3.27.90">
+      <description>
+        <p>
+          We're proud to annouce GNOME To Do 3.27.90, the alpha release of the
+          next stable release that is going to be released this semester.
+        </p>
+        <p>
+          The highlights of this release are:
+          <ul>
+            <li>The Todoist integration was much polished and improved, and should work more reliably 
now.</li>
+            <li>A big performance issue on startup was fixed. GNOME To Do should start much faster for users 
with many tasks.</li>
+            <li>Nightly Flatpaks have debugging and tracing enabled, allowing early testers to accurately 
report issues in To Do.</li>
+            <li>Google Tasks integration was fixed, and completed tasks now are correctly detected.</li>
+            <li>Many small polishes in the user interface.</li>
+          </ul>
+        </p>
+        <p>
+          One major drawback of this release is that the Todo.txt integration plugin
+          lost the ability to handle subtasks. If you rely on that feature, please
+          refrain from using this version of GNOME To Do.
+        </p>
+        <p>This release also updates translations, and adds new translations.</p>
+      </description>
+    </release>
+
     <release date="2017-11-16" version="3.27.2">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index a53271b..ee4417b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
      'gnome-todo',
               'c',
-          version: '3.27.2',
+          version: '3.27.90',
           license: 'GPL3+',
   default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
     meson_version: '>= 0.41.0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]