Skip to content

Commit 8143979

Browse files
authored
release 4.16 (#2062)
1 parent 7f82546 commit 8143979

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
@@ -60,6 +60,26 @@
6060
<url type="donation">https://www.patreon.com/alainm23</url>
6161
<launchable type="desktop-id">@appid@.desktop</launchable>
6262
<releases>
63+
<release version="4.16.0" date="2025-11-21">
64+
<description translate="no">
65+
<p>✨ Planify 4.16.0 introduces natural language date parsing, improved backend consistency, better keyboard control, and several quality-of-life UI fixes.</p>
66+
<ul>
67+
<li>Fixed tasks disappearing from the Today view when moving them to another project.</li>
68+
<li>Resolved subtask duplication when moving tasks between different backends (e.g., LOCAL ↔ Todoist), ensuring subtasks are added only to their parent instead of both parent and project.</li>
69+
<li>Reduced redundant toast notifications — now shows only one toast per move operation.</li>
70+
<li>Fixed issue where Ctrl key events (Ctrl+C, Ctrl+V, Ctrl+A) unintentionally toggled the 'Keep adding' option.</li>
71+
<li>Added new keyboard shortcut: 'Ctrl+K' to toggle the 'Keep adding' mode, and updated the keyboard shortcuts popover accordingly.</li>
72+
<li>Added a new natural language date processor with support for ISO 8601 dates, slash/dot formats, time parsing, month names, and casual expressions like 'today', 'tomorrow', and 'now'.</li>
73+
<li>Introduced full Spanish language support in the date parser, including expressions like 'hoy', 'mañana', 'próxima semana', 'mes pasado', and Spanish month names with or without accents.</li>
74+
<li>Added 'Labels' item to the task’s context menu for quick label management.</li>
75+
<li>Added event details popover with direct integration for Google Meet and Microsoft Teams meetings.</li>
76+
<li>Fixed Quick Add window maximizing unintentionally on double-click, improving overall task creation UX.</li>
77+
<li>General improvements to performance, design consistency, and overall stability.</li>
78+
</ul>
79+
</description>
80+
</release>
81+
82+
6383
<release version="4.15.2" date="2025-11-07">
6484
<description translate="no">
6585
<p>✨ Planify 4.15.2 brings improved keyboard flows, smarter Quick Add, spell-check options, and a smoother backup 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.15.2'
4+
version: '4.16.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)