Skip to content

Commit 41deb4b

Browse files
committed
Release 0.15.0
1 parent 3adbe28 commit 41deb4b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
# Xpano 0.15.0
2+
3+
- Multiblend integration
4+
- Original code by David Horman: https://horman.net/multiblend/
5+
- Improved detail preservation, smoother image transitions
6+
- To use set the new blending type in "Options -> Panorama stitching"
7+
18
# Xpano 0.14.0
29

310
- Exif metadata support
4-
- Copy over exif metadata from the first image of the exported panorama
11+
- Copy over exif metadata from the first image of the exported panorama
512
- Fix crash when opening a directory (flatpak + xdg-desktop-portal < 1.7.1)
613

714
# Xpano 0.13.0

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.15.0" date="2023-06-01">
33+
<description>
34+
<ul>
35+
<li>Multiblend integration</li>
36+
</ul>
37+
</description>
38+
</release>
3239
<release version="0.14.0" date="2023-05-12">
3340
<description>
3441
<ul>

xpano/version.h

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

1010
constexpr int kMajor = 0;
11-
constexpr int kMinor = 14;
11+
constexpr int kMinor = 15;
1212
constexpr int kPatch = 0;
1313

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

0 commit comments

Comments
 (0)