Skip to content

Commit 24fedb2

Browse files
committed
Release 4.11.4
1 parent 2d7d11d commit 24fedb2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@
6161
<url type="donation">https://www.patreon.com/alainm23</url>
6262
<launchable type="desktop-id">@[email protected]</launchable>
6363
<releases>
64+
<release version="4.11.4" date="2024-09-19">
65+
<description translate="no">
66+
<ul>
67+
<li>Added a button to view the sub tasks of a main task when in detail view.</li>
68+
<li>Bug fixed: do not show task description.</li>
69+
<li>Bug fixed: task position pinned when moving between projects thanks to @golamrabbiazad.</li>
70+
</ul>
71+
</description>
72+
</release>
73+
6474
<release version="4.11.2" date="2024-09-13">
6575
<description translate="no">
6676
<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.11.2'
4+
version: '4.11.4'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)