Skip to content

Commit aeac62f

Browse files
authored
Merge pull request #1668 from alainm23/release/4.13.2
Release 4.13.2
2 parents 75e735c + 4295942 commit aeac62f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,30 @@
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.2" date="2025-08-09">
65+
<description translate="no">
66+
<ul>
67+
<li>Fixed all-day events detection to use local time instead of UTC. Fixes #1449</li>
68+
<li>Updated Bulgarian translation.</li>
69+
<li>Fixed project view destruction timing during transitions.</li>
70+
<li>Only allow valid SSL certificates.</li>
71+
<li>Added option to manually enter Todoist token. Fixes #1481 #1445</li>
72+
<li>Disabled keyboard shortcuts when Entry regains focus after closing a dialog. Fixes #1543 #1539</li>
73+
<li>Avoided resetting TextView content when clicking while editing. Fixes #1541</li>
74+
<li>Limited description text area height and enabled scroll. Fixes #1473</li>
75+
<li>Fixed placeholder behavior in TextView.</li>
76+
<li>Simplified time label formatting logic. Fixes #1447</li>
77+
<li>Added natural sort comparison for strings with numbers. Fixes #1080</li>
78+
<li>Fixed duplication turning notes into tasks. Fixes #1472</li>
79+
<li>Improved layout alignment for note-type tasks.</li>
80+
<li>Fixed Pinboard not updating correctly.</li>
81+
<li>Added Discord link.</li>
82+
<li>Show completed tasks below pending tasks with pagination. Fixes #1614 #1565 #1415 #1417</li>
83+
</ul>
84+
</description>
85+
86+
</release>
87+
6488
<release version="4.13.0" date="2025-07-18">
6589
<description translate="no">
6690
<ul>

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

77
gnome = import('gnome')

0 commit comments

Comments
 (0)