Skip to content

Commit 092acbe

Browse files
committed
Release 0.17.0
1 parent 5557c91 commit 092acbe

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Xpano 0.17.0
2+
3+
- Image stack detection
4+
- Useful to filter out groups of images that aren't supposed to be stitched
5+
6+
# Xpano 0.16.3
7+
8+
- AppImage support
9+
110
# Xpano 0.16.1
211

312
- Fix for panoramas with fully obscured images

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

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<binary>Xpano</binary>
3030
</provides>
3131
<releases>
32+
<release version="0.17.0" date="2023-11-05">
33+
<description>
34+
<ul>
35+
<li>Image stack detection</li>
36+
</ul>
37+
</description>
38+
</release>
3239
<release version="0.16.1" date="2023-07-12">
3340
<description>
3441
<ul>

xpano/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
namespace xpano::version {
99

1010
constexpr int kMajor = 0;
11-
constexpr int kMinor = 16;
12-
constexpr int kPatch = 3;
11+
constexpr int kMinor = 17;
12+
constexpr int kPatch = 0;
1313

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

0 commit comments

Comments
 (0)