Skip to content

Commit 94e1bfa

Browse files
authored
new release (#2012)
1 parent 69388f9 commit 94e1bfa

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,25 @@
6060
<url type="donation">https://www.patreon.com/alainm23</url>
6161
<launchable type="desktop-id">@[email protected]</launchable>
6262
<releases>
63+
<release version="4.15.2" date="2025-11-07">
64+
<description translate="no">
65+
<p>✨ Planify 4.15.2 brings improved keyboard flows, smarter Quick Add, spell-check options, and a smoother backup experience.</p>
66+
<ul>
67+
<li>Enhanced keyboard shortcut flow for project selection in both Quick Add and the Project Picker when moving tasks between projects.</li>
68+
<li>Fixed project completion percentage for archived projects — now correctly includes all items instead of showing 0% when all tasks are archived.</li>
69+
<li>Added spell-check support for task titles, improving writing accuracy and user experience.</li>
70+
<li>Introduced new selection widgets for the Task Completion Mode and Automatic Reminders preferences, replacing the old Adw.ComboRow for better clarity and usability.</li>
71+
<li>Improved backup handling — Planify now shows the location of your generated backup files and automatically restarts itself after a restore, eliminating the need for manual restarts.</li>
72+
<li>Quick Add: Keeps task attributes (due date, pinned state, and labels) when using "Keep adding" mode, streamlining consecutive task creation.</li>
73+
<li>Improved focus restoration — Planify now restores the focus to the previously active input (title or description) after closing popups or clicking buttons in Quick Add.</li>
74+
<li>Added in-line label selection in Quick Add using the @ symbol.</li>
75+
<li>Added optional spell-check setting for task descriptions and notes — now configurable in Preferences.</li>
76+
<li>Fixed auto-scroll issue in Quick Add’s description field, ensuring the cursor remains visible when typing long text.</li>
77+
<li>General design and usability improvements, plus several bug fixes reported by users.</li>
78+
</ul>
79+
</description>
80+
</release>
81+
6382
<release version="4.15.1" date="2025-10-11">
6483
<description translate="no">
6584
<p>✨ Planify 4.15.1 is here! Enjoy a new Markdown editor, smoother animations, Focus Mode, and smarter ways to organize your tasks.</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.1'
4+
version: '4.15.2'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)