Skip to content

Commit c2fa1fe

Browse files
committed
Release 0.12.0
1 parent 269a109 commit c2fa1fe

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Xpano 0.12.0
2+
3+
- Persistent user preferences
4+
- With option to reset to defaults
5+
- Added support for popup info messages, e.g.:
6+
- Show changelog after version update
7+
- Warn when loading 16-bit images
8+
- Allow loading files with the 'tif' extension
9+
- Fix crash when minimizing the app
10+
111
# Xpano 0.11.0
212

313
- Automatic panorama wave correction

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<binary>Xpano</binary>
3030
</provides>
3131
<releases>
32+
<release version="0.12.0" date="2023-04-17">
33+
<description>
34+
<ul>
35+
<li>Persistent user preferences</li>
36+
<li>Added support for popup info messages</li>
37+
<li>Allow loading files with the 'tif' extension</li>
38+
<li>Fix crash when minimizing the app</li>
39+
</ul>
40+
</description>
41+
</release>
3242
<release version="0.11.0" date="2023-04-04">
3343
<description>
3444
<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 = 11;
8+
constexpr int kMinor = 12;
99
constexpr int kPatch = 0;
1010

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

0 commit comments

Comments
 (0)