Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pascal Nowack
gnome-todo
Commits
fa16da61
Commit
fa16da61
authored
Feb 11, 2018
by
Georges Basile Stavracas Neto
Browse files
Bump 3.27.90 release
parent
8762aacb
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
fa16da61
===============
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
==============
...
...
data/appdata/org.gnome.Todo.appdata.xml.in
View file @
fa16da61
...
...
@@ -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>
...
...
meson.build
View file @
fa16da61
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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment