Skip to content

Commit a61b3cd

Browse files
authored
relase 4.14.0 (#1800)
1 parent 8b02877 commit a61b3cd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,26 @@
6161
<url type="donation">https://www.patreon.com/alainm23</url>
6262
<launchable type="desktop-id">@[email protected]</launchable>
6363
<releases>
64+
<release version="4.14.0" date="2025-09-19">
65+
<description translate="no">
66+
<ul>
67+
<li>Rewritten CalDAV backend with support for Radicale, Baïkal, and other CalDAV servers — thanks to @byquanton.</li>
68+
<li>Fixed memory leaks when completing or deleting tasks, and during CalDAV sync — thanks to @markochk.</li>
69+
<li>Introduced a new view cache system to automatically free unused memory.</li>
70+
<li>Added new customizable sidebar filters: Tomorrow, Someday, Recurring, No label, and All tasks.</li>
71+
<li>Improved synchronization: Planify now respects task order from Nextcloud and Todoist, with a new reordering algorithm.</li>
72+
<li>Work in progress to make WebKit and Evolution dependencies optional, paving the way for Windows and macOS support — thanks to @byquanton.</li>
73+
<li>Spell checker support in task descriptions.</li>
74+
<li>Fixed bug when moving tasks with subtasks in Nextcloud/CalDAV projects.</li>
75+
<li>Updated themes (Light, Dark, Dark Blue) and refined task design for better readability.</li>
76+
<li>Labels and indicators for notes, reminders, and subtasks are now aligned to the right of task titles.</li>
77+
<li>Added a quick-add button to every task list.</li>
78+
<li>New completion animation and updated sound when finishing tasks.</li>
79+
<li>Completion notification added, so users can easily review completed tasks.</li>
80+
</ul>
81+
</description>
82+
</release>
83+
6484
<release version="4.13.4" date="2025-08-27">
6585
<description translate="no">
6686
<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.13.4'
4+
version: '4.14.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)