Skip to content

Commit

Permalink
Release 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krupkat committed Oct 5, 2024
1 parent d35d2f5 commit 11a00d4
Show file tree
Hide file tree
Showing 3 changed files with 14 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.3

- Update screenshots

# Xpano 0.19.2

- Fix crash when showing thumbnail tooltips
Expand Down
9 changes: 9 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,15 @@
<binary>Xpano</binary>
</provides>
<releases>
<release version="0.19.3" date="2024-10-05">
<description>
<ul>
<li>Update Flatpak runtime to 24.08</li>
<li>Fix crash when showing thumbnail tooltips</li>
<li>Update screenshots</li>
</ul>
</description>
</release>
<release version="0.19.2" 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 = 2;
constexpr int kPatch = 3;

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

Expand Down

0 comments on commit 11a00d4

Please sign in to comment.