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
d5827fd0
Commit
d5827fd0
authored
Jun 19, 2017
by
Georges Basile Stavracas Neto
Browse files
Bump 3.25.3 release
parent
278b71b3
Changes
5
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
d5827fd0
...
...
@@ -2,6 +2,7 @@
Christian Hergert
Cosimo Cecchi
Denis Ollier
djb
Emmanuele Bassi
Evgeny Shulgin
...
...
@@ -10,6 +11,7 @@ Iñigo Martínez
Isaque Galdino
Jens Sauer
Kevin Lopez
Linus Probert
Mohammed Sadik
Mohammed Sadiq
Patrick Griffis
...
...
NEWS
View file @
d5827fd0
===============
Version 3.25.3
===============
Project:
* Improve Scheduled panel's date headers
* Allow pass an emit-error-message callback (Kevin Lopez)
* Allow control-click for selection mode (Linus Probert)
* Many improvements to Todo.txt plugin (Rohit Kaushik)
* Add Meson build system files (Iñigo Martínez)
* Plug memory leaks (Mohammed Sadiq)
* Add skeleton for Todoist plugin (Rohit Kaushik)
Translations:
* Belarussian (Yuras Shumovich)
* Brazilian Portuguese (Rafael Fontenelle)
* Friulian (Fabio Tomat)
* German (Christian Stadelmann, Mario Blättermann)
* Hungarian (Balázs Meskó)
* Indonesian (Kukuh Syafaat)
* Italian (Gianvito Cavasoli)
* Kazakh (Baurzhan Muftakhidinov)
* Lithuanian (Aurimas Černius)
* Norwegian bokmål (Kjartan Maraas)
* Polish (Piotr Drąg)
* Slovak (Dušan Kazik)
* Spanish (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Turkish (Emin Tufan Çetin)
===============
Version 3.25.1
===============
...
...
configure.ac
View file @
d5827fd0
dnl -*- mode: m4 -*-
AC_PREREQ([2.69])
AC_INIT([gnome-todo],[3.25.
1
],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
AC_INIT([gnome-todo],[3.25.
3
],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/main.c])
...
...
data/appdata/org.gnome.Todo.appdata.xml.in
View file @
d5827fd0
...
...
@@ -51,6 +51,18 @@
</kudos>
<releases>
<release
date=
"2017-06-19"
version=
"3.25.3"
>
<description>
<p>
This is the first unstable release for GNOME 3.26 series, and adds many new features
and improvements. The major addition was the new Todoist plugin skeleton by Rohit
Kaushik, and many other smaller improvements and bugfixes.
</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=
"2017-04-24"
version=
"3.24.0"
>
<description>
<p>
...
...
plugins/todoist/Makefile.am
View file @
d5827fd0
...
...
@@ -8,7 +8,7 @@ libtodoist_la_SOURCES = \
gtd-provider-todoist.c
\
gtd-provider-todoist.h
\
gtd-todoist-preferences-panel.c
\
gtd-todoist
_
preferences
_
panel.h
gtd-todoist
-
preferences
-
panel.h
libtodoist_la_CFLAGS
=
\
$(GNOME_TODO_PLUGIN_CFLAGS)
\
...
...
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