Skip to content

Commit 1496734

Browse files
committed
Release info
1 parent a92c469 commit 1496734

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

data/com.github.matfantinel.reminduck.appdata.xml.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
<p>And it quacks.</p>
1515
</description>
1616
<releases>
17+
<release version="1.4.0" date="2019-11-28">
18+
<description>
19+
<ul>
20+
<li>🌑 Dark-mode toggle on the header bar</li>
21+
<li>🔔 Notifications now stick around until you close them, to make sure you don't miss your quacks</li>
22+
<li>🌟 Support for additional GTK themes, making Reminduck distro-agnostic</li>
23+
<li>🇪🇸 Spanish Translation (Alejandro Elí | @onerbs)</li>
24+
<li>🇮🇹 Italian Translation (Mirko Brombin | @mirkobrombin)</li>
25+
</ul>
26+
</description>
27+
</release>
1728
<release version="1.3.0" date="2019-11-06">
1829
<description>
1930
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.matfantinel.reminduck', 'vala', 'c', version: '1.2.1')
1+
project('com.github.matfantinel.reminduck', 'vala', 'c', version: '1.4.0')
22

33
gnome = import('gnome')
44
i18n = import('i18n')

0 commit comments

Comments
 (0)