Skip to content

Commit 7ba2400

Browse files
committed
release 4.8.4
1 parent 91e6e78 commit 7ba2400

File tree

14 files changed

+3068
-2585
lines changed

14 files changed

+3068
-2585
lines changed

data/io.github.alainm23.planify.appdata.xml.in.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@
6767
<url type="donation">https://www.patreon.com/alainm23</url>
6868
<launchable type="desktop-id">@[email protected]</launchable>
6969
<releases>
70+
<release version="4.8.4" date="2024-06-23">
71+
<description translate="no">
72+
<ul>
73+
<li>Planify now sends reminder notifications when you create a task with a specific time.</li>
74+
<li>Fixed bug that removed the description of a task when changing a value in the side view.</li>
75+
<li>Fixed bug when selecting weekly repeat changes the selected date and time.</li>
76+
<li>Fixed bug when sorting completed tasks.</li>
77+
<li>Hindi translation update thanks to @Scrambled777.</li>
78+
<li>Dutch translation update thanks to @Gert-dev.</li>
79+
</ul>
80+
</description>
81+
</release>
82+
7083
<release version="4.8.2" date="2024-06-03">
7184
<description translate="no">
7285
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.github.alainm23.planify',
33
'vala', 'c',
4-
version: '4.8.2'
4+
version: '4.8.4'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)