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
cb2f4837
Commit
cb2f4837
authored
Apr 24, 2017
by
Georges Basile Stavracas Neto
Browse files
Bump 3.24.0 release
parent
a8b7846f
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
cb2f4837
===============
Version 3.24.0
===============
Project:
* Add a new plugin to run To Do in background
* A new experimental Todo.txt plugin was created, but disabled by default (Rohit Kaushik)
* Properly update panels when day changes (Aeden McClain, Georges Basile Stavracas Neto)
* Fix crash on various classes (Victor Toso)
* Add 'todo' keyword to the desktop file (Jehan)
* Fix tasklist thumbnails on HiDPI monitors (Kevin Lopez)
* Drop Intltool usage
* Add accelerators to Edit pane (djb)
* Improve CSS loading (Iñigo Martínez)
* Fix drag n' drop (Jens Sauer)
* Fix many memory leaks (Mohammed Sadiq, Victor Toso)
* Add tasklist selector in New Task row on tasklist-less panels
Translations:
* Basque (Inaki Larranaga Murgoitio)
* Brazilian Portuguese (Enrico Nicoletto, Rafael Fontenelle)
* Catalan (Jordi Mas)
* Chinese (simplified) (Mandy Wang)
* Chinese (Taiwan) (Chao-Hsiung Liao)
* Danish (Ask Hjorth Larsen, Alan Mortensen)
* Dutch (Hannie Dumoleyn)
* Czech (Marek Černocký)
* Finnish (Jiri Grönroos)
* French (Charles Monzat, Claude Paroz)
* Friulian (Fabio Tomat)
* Galician (Fran Dieguez)
* German (Mario Blättermann, Christian Kirbach, Bernd Homuth)
* Hungarian (Baláz Meskó, Gábor Kelemen)
* Indonesian (Kukuh Syafaat)
* Italian (Gianvito Cavasoli)
* Japanese (sujiniku)
* Kazakh (Baurzhan Muftakhidinov)
* Korean (Seong-ho Cho)
* Latvian (Rūdolfs Mazurs)
* Lithuanian (Aurimas Černius)
* Norwegian bokmål (Kjartan Maraas)
* Polish (Piotr Drąg)
* Russian (Yuri Myasoedov, Stas Solovey)
* Serbian (Мирослав Николић, Марко М. Костић)
* Slovak (Dušan Kazik)
* Spanish (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Turkish (Çağatay Yiğit Şahin)
* Ukrainian (Daniel Korostil)
===============
Version 3.22.0
===============
...
...
configure.ac
View file @
cb2f4837
dnl -*- mode: m4 -*-
AC_PREREQ([2.69])
AC_INIT([gnome-todo],[3.2
2
.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
AC_INIT([gnome-todo],[3.2
4
.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/main.c])
...
...
data/Makefile.am
View file @
cb2f4837
...
...
@@ -37,6 +37,7 @@ service_in_files = org.gnome.Todo.service.in
EXTRA_DIST
=
\
appdata/org.gnome.Todo.appdata.xml
\
org.gnome.Todo.Autostart.desktop
\
org.gnome.Todo.desktop
\
todo.gresource.xml
\
gnome-todo.pc.in
\
...
...
@@ -60,7 +61,6 @@ EXTRA_DIST= \
$(appdata_in_files)
\
$(desktop_in_files)
\
$(gsettings_SCHEMAS)
\
$(autostartdir)
\
$(service_in_files)
CLEANFILES
=
\
...
...
data/appdata/org.gnome.Todo.appdata.xml.in
View file @
cb2f4837
...
...
@@ -51,6 +51,24 @@
</kudos>
<releases>
<release
date=
"2017-4-24"
version=
"3.24.0"
>
<description>
<p>
This is the first stable release for GNOME 3.24, and adds many new features
and improvements.
<ul>
<li>
GNOME To Do can run when you startup and notify you about your tasks
</li>
<li>
Memory consumption was optimized
</li>
<li>
An experimental Todo.txt plugin was added, but disabled by default
</li>
<li>
An initial version of the API documentation was released
</li>
<li>
You can select the tasklist where the task will be created in Today and Scheduled panels
</li>
</ul>
</p>
<p>
This release also updates translations, and adds new translations.
</p>
<p>
Thanks to all the contributors that worked on GNOME To Do!
</p>
</description>
</release>
<release
date=
"2016-11-1"
version=
"3.22.0"
>
<description>
<p>
...
...
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