Skip to content

Commit 71486d7

Browse files
author
Alain M
committed
Release 2.2.7
1 parent c42694d commit 71486d7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

data/com.github.alainm23.planner.appdata.xml.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@
4747
<binary>com.github.alainm23.planner</binary>
4848
</provides>
4949
​<releases>
50+
<release version="2.2.7" date="2020-02-26">
51+
<description>
52+
<p>Quick Add is here, design improvements and more.</p>
53+
<ul>
54+
<li>Quick Add: Use a keyboard shortcut to quickly add tasks from anywhere.</li>
55+
<li>Task detail redesigned.</li>
56+
<li>Improved label system. Now you can sort, search and add them in a faster way.</li>
57+
<li>Now you can share your Projects in Markdown format or send it by email.</li>
58+
<li>Improved synchronization with Todoist.</li>
59+
<li>Now you can add a Project directly in an Area. Just right click on a selected area and enter the name of your project.</li>
60+
<li>Customize your window controls to your liking.</li>
61+
<li>Visual enhancements for tasks that have already expired.</li>
62+
<li>The translations were updated.</li>
63+
</ul>
64+
<p>Special thanks to Nick @ The Linux Experiment and William Tumeo for becoming our new silver tier patrons and supporting the development of Planner.</p>
65+
<p>We also thank all the people who made some donations via Patreon or PayPal. Without you this would not be possible 😉️.</p>
66+
</description>
67+
</release>
5068
<release version="2.2.6" date="2020-02-25">
5169
<description>
5270
<p>Quick Add is here, design improvements and more.</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('com.github.alainm23.planner',
22
'vala', 'c',
3-
version: '2.2.6')
3+
version: '2.2.7')
44

55
gnome = import('gnome')
66
i18n = import('i18n')

0 commit comments

Comments
 (0)