We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cb860 commit 9ac3c0eCopy full SHA for 9ac3c0e
data/io.github.mrvladus.List.metainfo.xml.in.in
@@ -57,6 +57,17 @@
57
</requires>
58
59
<releases>
60
+ <release version="46.2.3" date="2024-06-18">
61
+ <description translatable="no">
62
+ <p>Fixed bug with task date changing while using sync.</p>
63
+ <p>Translations:</p>
64
+ <ul>
65
+ <li>Added Hindi translation (Scrambled777)</li>
66
+ <li>Updated Dutch translation (Heimen Stoffels)</li>
67
+ <li>Updated Hungarian translation (zoli111)</li>
68
+ </ul>
69
+ </description>
70
+ </release>
71
<release version="46.2.2" date="2024-05-25">
72
<description translatable="no">
73
<p>Bug fixes and UI improvements</p>
meson.build
@@ -1,6 +1,6 @@
1
project(
2
'errands',
3
- version: '46.2.2',
+ version: '46.2.3',
4
meson_version: '>= 0.62.0',
5
)
6
0 commit comments