Skip to content

Commit e21ab82

Browse files
authored
release 4.17.0 (#2152)
1 parent 73167dd commit e21ab82

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@
6060
<url type="donation">https://www.patreon.com/alainm23</url>
6161
<launchable type="desktop-id">@appid@.desktop</launchable>
6262
<releases>
63+
<release version="4.17.0" date="2025-12-26">
64+
<description translate="no">
65+
<p>🚀 Planify 4.17.0 introduces deadlines, better scheduling, and calendar integration, along with multiple bug fixes and UX improvements.</p>
66+
<ul>
67+
<li>Added deadline support, separate from due dates, with visual indicators for overdue tasks.</li>
68+
<li>Overdue tasks are now shown in the Scheduled view with quick reschedule actions.</li>
69+
<li>Added multi-select support to move multiple tasks between projects.</li>
70+
<li>Introduced calendar sync and event creation via Evolution Data Server (EDS).</li>
71+
<li>Improved calendar range views and event date display.</li>
72+
<li>Fixed task editing issues in Overdue view and projects without tasks.</li>
73+
<li>Added support for custom URI schemes in the Markdown editor.</li>
74+
</ul>
75+
</description>
76+
</release>
77+
6378
<release version="4.16.1" date="2025-11-27">
6479
<description translate="no">
6580
<p>✨ Planify 4.16.1 is a maintenance release focused on fixing reported bugs and polishing the overall user experience.</p>

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.16.1'
4+
version: '4.17.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)