Skip to content

Commit 2140b85

Browse files
committed
Release 0.19.1
1 parent 0ead9e4 commit 2140b85

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Xpano 0.19.1
2+
3+
- Update Flatpak runtime to 24.08
4+
15
# Xpano 0.19.0
26

37
- User selectable maximum panorama size (in MPx)

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

+7
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
<binary>Xpano</binary>
5555
</provides>
5656
<releases>
57+
<release version="0.19.1" date="2024-09-28">
58+
<description>
59+
<ul>
60+
<li>Update Flatpak runtime to 24.08</li>
61+
</ul>
62+
</description>
63+
</release>
5764
<release version="0.19.0" date="2024-07-28">
5865
<description>
5966
<ul>

xpano/version.h

+1-1
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 = 0;
12+
constexpr int kPatch = 1;
1313

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

0 commit comments

Comments
 (0)