Skip to content

Commit b9b8caf

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2abd1b5 + 94e1bfa commit b9b8caf

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
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>

data/translations_metrics.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"pt_BR": {
6969
"language": "Portuguese (Brazil)",
7070
"total_strings": 693,
71-
"translated_strings": 560,
72-
"translated_percent": 80.8
71+
"translated_strings": 564,
72+
"translated_percent": 81.3
7373
},
7474
"ru": {
7575
"language": "Russian",
@@ -488,7 +488,7 @@
488488
"zh_Hant": {
489489
"language": "Chinese (Traditional Han script)",
490490
"total_strings": 693,
491-
"translated_strings": 691,
492-
"translated_percent": 99.7
491+
"translated_strings": 693,
492+
"translated_percent": 100.0
493493
}
494494
}

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)