Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Jan 18, 2019
1 parent 195523b commit 7cdb9b1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions data/com.github.alainm23.planner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
<binary>com.github.alainm23.planner</binary>
</provides>
​<releases>
<release version="1.2" date="2019-01-18">
<release version="1.2.1" date="2019-01-18">
<description>
<p>Improvements:</p>
<ul>
<li>Better reminder notifications</li>
<li>Improvement default theme</li>
<li>Redesign 'when' popover</li>
<li>New 'About' view</li>
<li>New 'Credits' view</li>
<li>Redesign 'Issues' view</li>
<li>New task search</li>
<li>Adding support to import and export projects</li>
</ul>
<ul>
<li>Better reminder notifications</li>
<li>Improvement default theme</li>
<li>Redesign 'when' popover</li>
<li>New 'About' view</li>
<li>New 'Credits' view</li>
<li>Redesign 'Issues' view</li>
<li>New task search</li>
<li>Adding support to import and export projects</li>
</ul>
<p>Translations:</p>
<ul>
<li>German (kr428)</li>
<li>French (NathanBnm)</li>
<li>Update Spanish translation</li>
</ul>
<ul>
<li>German (kr428)</li>
<li>French (NathanBnm)</li>
<li>Update Spanish translation</li>
</ul>
</description>
</release>
<release version="1.1.1" date="2019-01-11">
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('com.github.alainm23.planner',
'vala', 'c',
version: '1.2')
version: '1.2.1')

gnome = import('gnome')
i18n = import('i18n')
Expand Down
2 changes: 1 addition & 1 deletion src/Dialogs/PreferencesDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ public class Dialogs.PreferencesDialog : Gtk.Dialog {
planner_icon.halign = Gtk.Align.CENTER;
planner_icon.hexpand = true;

var planner_label = new Gtk.Label ("Planner 1.2");
var planner_label = new Gtk.Label ("Planner 1.2.1");
planner_label.get_style_context ().add_class (Granite.STYLE_CLASS_H3_LABEL);
planner_label.halign = Gtk.Align.CENTER;
planner_label.hexpand = true;
Expand Down

0 comments on commit 7cdb9b1

Please sign in to comment.