Skip to content

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krupkat committed Feb 11, 2024
1 parent 276ee72 commit 96c33a6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Xpano 0.18.1

- Fix cropped panorama export

# Xpano 0.18.0

- Projection adjustments
Expand Down
8 changes: 8 additions & 0 deletions misc/build/linux/cz.krupkat.Xpano.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
<binary>Xpano</binary>
</provides>
<releases>
<release version="0.18.1" date="2024-02-11">
<description>
<ul>
<li>Panorama adjustments</li>
<li>Fix cropped panorama export</li>
</ul>
</description>
</release>
<release version="0.18.0" date="2024-02-11">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion xpano/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace xpano::version {

constexpr int kMajor = 0;
constexpr int kMinor = 18;
constexpr int kPatch = 0;
constexpr int kPatch = 1;

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

Expand Down

0 comments on commit 96c33a6

Please sign in to comment.