Skip to content

Commit 96c33a6

Browse files
committed
Release 0.18.1
1 parent 276ee72 commit 96c33a6

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Xpano 0.18.1
2+
3+
- Fix cropped panorama export
4+
15
# Xpano 0.18.0
26

37
- Projection adjustments

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

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
<binary>Xpano</binary>
3030
</provides>
3131
<releases>
32+
<release version="0.18.1" date="2024-02-11">
33+
<description>
34+
<ul>
35+
<li>Panorama adjustments</li>
36+
<li>Fix cropped panorama export</li>
37+
</ul>
38+
</description>
39+
</release>
3240
<release version="0.18.0" date="2024-02-11">
3341
<description>
3442
<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 = 18;
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)