Skip to content

Commit bfa534e

Browse files
authored
release (#1728)
1 parent 2fcc183 commit bfa534e

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

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

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,38 @@
6161
<url type="donation">https://www.patreon.com/alainm23</url>
6262
<launchable type="desktop-id">@[email protected]</launchable>
6363
<releases>
64+
<release version="4.13.4" date="2025-08-27">
65+
<description translate="no">
66+
<ul>
67+
<li>Fixed back button in right sidebar to hide when no parent task exists. Fixes #1590</li>
68+
<li>Corrected Turkish translations, added missing entries, and improved consistency.</li>
69+
<li>Show project title in HeaderBar once main title scrolls out of view. Fixes #1589</li>
70+
<li>Refined Sources view and removed redundant popover button for improved clarity.</li>
71+
<li>Replaced Gtk.ToggleButton with Adw.ToggleGroup for modernized view switching.</li>
72+
<li>Simplified "Expand All" and "Collapse All" into a single toggle button.</li>
73+
<li>Added "reminder" and "reminders" keywords to desktop file for easier app search.</li>
74+
<li>Quick Add now retains the last used project for faster task creation.</li>
75+
<li>Redesigned Appearance page and fixed related issues.</li>
76+
<li>Improved drag-and-drop animations in Widgets.ReorderChild and fixed last-item reorder bug.</li>
77+
<li>Fixed duplicate sync at startup by adjusting network monitor behavior.</li>
78+
<li>Fixed drag-and-drop at the end of list by adding dedicated bottom drop area. Fixes #1522</li>
79+
<li>Added font size selector for improved accessibility. Fixes #1403</li>
80+
<li>Added weekday/weekend options for recurring tasks and refactored DateTimePicker. Fixes #1671</li>
81+
<li>Added search entry to project selection dialog when moving tasks.</li>
82+
<li>Introduced a "Today" section in the Scheduled view for better planning. Fixes #1550</li>
83+
<li>Improved day change detection with periodic 5-minute checks for reliability.</li>
84+
<li>Added fly-to-target animation for priority shortcuts in QuickAdd.</li>
85+
<li>Improved handling of literal shortcut characters (@, !, p1–p4) in task titles. Fixes #1535</li>
86+
<li>Improved Control key detection to reliably trigger "Create More". Fixes #1452</li>
87+
<li>Added keyboard shortcuts help popover to task dialog.</li>
88+
<li>Introduced MarkdownProcessor class for enhanced markdown rendering in task titles. Fixes #1547 #1556</li>
89+
<li>Default label now auto-fills when creating tasks inside a label window. Fixes #1525</li>
90+
<li>Fixed attachment opening issues with improved validation and error handling. Fixes #1485</li>
91+
<li>Partial support for adaptive windows with small screen improvements.</li>
92+
</ul>
93+
</description>
94+
</release>
95+
6496
<release version="4.13.2" date="2025-08-09">
6597
<description translate="no">
6698
<ul>
@@ -82,7 +114,6 @@
82114
<li>Show completed tasks below pending tasks with pagination. Fixes #1614 #1565 #1415 #1417</li>
83115
</ul>
84116
</description>
85-
86117
</release>
87118

88119
<release version="4.13.0" date="2025-07-18">

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

77
gnome = import('gnome')

0 commit comments

Comments
 (0)