Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Oct 24, 2023
1 parent 551824b commit d668b72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(OTPClient VERSION "3.1.9" LANGUAGES "C")
project(OTPClient VERSION "3.2.0" LANGUAGES "C")
include(GNUInstallDirs)

configure_file("src/common/version.h.in" "version.h")
Expand Down
11 changes: 11 additions & 0 deletions data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
</content_rating>

<releases>
<release version="3.2.0" date="2023-10-24">
<description>
<p>OTPClient 3.2.0 fixes a couple of issues.</p>
<ul>
<li>NEW: add file chooser dialog on export (#305)</li>
<li>FIX: overwrite exported file instead of appending it (#305)</li>
<li>FIX: exported file will be accessible only by the current user (#305)</li>
<li>FIX: multiple issues related to failed first launch (#303)</li>
</ul>
</description>
</release>
<release version="3.1.9" date="2023-07-03">
<description>
<p>OTPClient 3.1.9 brings a couple of fixes:</p>
Expand Down

0 comments on commit d668b72

Please sign in to comment.