Skip to content

Commit 334fbd2

Browse files
committed
Release 0.16.1
1 parent eb1038b commit 334fbd2

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-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.16.1
2+
3+
- Fix for panoramas with fully obscured images
4+
15
# Xpano 0.16.0
26

37
- Improved progress monitoring for stitching

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<binary>Xpano</binary>
3030
</provides>
3131
<releases>
32+
<release version="0.16.1" date="2023-07-12">
33+
<description>
34+
<ul>
35+
<li>Fix for panoramas with fully obscured images</li>
36+
</ul>
37+
</description>
38+
</release>
3239
<release version="0.16.0" date="2023-07-04">
3340
<description>
3441
<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 = 16;
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)