Skip to content

Commit 1cefaa7

Browse files
committed
Release 0.16.0
1 parent 048441a commit 1cefaa7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Xpano 0.16.0
2+
3+
- Improved progress monitoring for stitching
4+
- More responsive cancellation of operations
5+
- This allows improved interactive editing of panoramas by CTRL clicking
6+
17
# Xpano 0.15.2
28

39
- Multiblend availability on ARM cpus

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
<binary>Xpano</binary>
3030
</provides>
3131
<releases>
32+
<release version="0.16.0" date="2023-07-04">
33+
<description>
34+
<ul>
35+
<li>Improved progress monitoring for stitching</li>
36+
<li>More responsive cancellation of operations</li>
37+
</ul>
38+
</description>
39+
</release>
3240
<release version="0.15.2" date="2023-06-15">
3341
<description>
3442
<ul>

xpano/version.h

Lines changed: 2 additions & 2 deletions
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 = 15;
12-
constexpr int kPatch = 2;
11+
constexpr int kMinor = 16;
12+
constexpr int kPatch = 0;
1313

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

0 commit comments

Comments
 (0)