Skip to content

Commit

Permalink
Release 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krupkat committed Sep 28, 2024
1 parent b39037d commit 5cc00c8
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.19.2

- Fix crash when showing thumbnail tooltips

# Xpano 0.19.1

- Update Flatpak runtime to 24.08
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 @@ -54,6 +54,14 @@
<binary>Xpano</binary>
</provides>
<releases>
<release version="0.19.2" date="2024-09-28">
<description>
<ul>
<li>Update Flatpak runtime to 24.08</li>
<li>Fix crash when showing thumbnail tooltips</li>
</ul>
</description>
</release>
<release version="0.19.1" date="2024-09-28">
<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 = 19;
constexpr int kPatch = 1;
constexpr int kPatch = 2;

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

Expand Down

0 comments on commit 5cc00c8

Please sign in to comment.