Skip to content

Commit 989bc9c

Browse files
author
Alain Meza
committed
release 4.13.0
1 parent 981bade commit 989bc9c

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

LINGUAS

Lines changed: 0 additions & 14 deletions
This file was deleted.

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@
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.0" date="2025-07-18">
65+
<description translate="no">
66+
<ul>
67+
<li>Improved task handling in the Today view, including real-time updates and midnight refresh fixes - thanks to @igor-semenov.</li>
68+
<li>Nextcloud login flow redesigned for better UX and stability - thanks to @byquanton.</li>
69+
<li>Fixed crashes caused by UTF-8 character handling - thanks to @byquanton.</li>
70+
<li>Russian translation added — thanks to @Heinrich-XIAO.</li>
71+
<li>Refactored utility methods and internal cleanup.</li>
72+
</ul>
73+
</description>
74+
</release>
75+
6476
<release version="4.12.2" date="2025-06-18">
6577
<description translate="no">
6678
<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.12.2'
4+
version: '4.13.0'
55
)
66

77
gnome = import('gnome')

po/LINGUAS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ ko
1313
sk_SK
1414
ka
1515
uk
16+
kk

kk.po renamed to po/kk.po

File renamed without changes.

0 commit comments

Comments
 (0)