Skip to content

Commit 5cc00c8

Browse files
committed
Release 0.19.2
1 parent b39037d commit 5cc00c8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Xpano 0.19.2
2+
3+
- Fix crash when showing thumbnail tooltips
4+
15
# Xpano 0.19.1
26

37
- Update Flatpak runtime to 24.08

misc/build/linux/cz.krupkat.Xpano.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
<binary>Xpano</binary>
5555
</provides>
5656
<releases>
57+
<release version="0.19.2" date="2024-09-28">
58+
<description>
59+
<ul>
60+
<li>Update Flatpak runtime to 24.08</li>
61+
<li>Fix crash when showing thumbnail tooltips</li>
62+
</ul>
63+
</description>
64+
</release>
5765
<release version="0.19.1" date="2024-09-28">
5866
<description>
5967
<ul>

xpano/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace xpano::version {
99

1010
constexpr int kMajor = 0;
1111
constexpr int kMinor = 19;
12-
constexpr int kPatch = 1;
12+
constexpr int kPatch = 2;
1313

1414
using Triplet = std::tuple<int, int, int>;
1515

0 commit comments

Comments
 (0)