Skip to content

Commit b216075

Browse files
committed
Release 0.13.0
1 parent 002c4a6 commit b216075

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Xpano 0.13.0
2+
3+
- Basic command line support
4+
- Panorama detection type: auto, single pano, none
5+
16
# Xpano 0.12.0
27

38
- Persistent user preferences

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.13.0" date="2023-04-26">
33+
<description>
34+
<ul>
35+
<li>Basic command line support</li>
36+
<li>Panorama detection type: auto, single pano, none</li>
37+
</ul>
38+
</description>
39+
</release>
3240
<release version="0.12.0" date="2023-04-17">
3341
<description>
3442
<ul>

xpano/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace xpano::version {
66

77
constexpr int kMajor = 0;
8-
constexpr int kMinor = 12;
8+
constexpr int kMinor = 13;
99
constexpr int kPatch = 0;
1010

1111
using Triplet = std::tuple<int, int, int>;

0 commit comments

Comments
 (0)