Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jan 24, 2023
1 parent 7f51653 commit a370fa3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22)
include(deps/CMakeRC.cmake)
set(CMAKE_CXX_STANDARD 17)

project(midiconn VERSION 0.1.1 LANGUAGES CXX)
project(midiconn VERSION 0.1.2 LANGUAGES CXX)

find_package(fmt REQUIRED)
find_package(spdlog REQUIRED)
Expand Down
17 changes: 17 additions & 0 deletions packaging/xyz.safeworlds.midiconn.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,23 @@
<launchable type="desktop-id">xyz.safeworlds.midiconn.desktop</launchable>

<releases>
<release version="0.1.2" date="2023-01-24">
<description>
<p>Improvements and bug fixes in the current release:</p>
<ul>
<li>Added support for Wayland in the Flatpak distribution</li>
<li>Fixed abbreaviated name display of disabled MIDI input and output nodes</li>
</ul>
</description>
</release>
<release version="0.1.1" date="2023-01-13">
<description>
<p>Improvements and bug fixes in the current release:</p>
<ul>
<li>Updated AppStream metadata</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2023-01-07">
<description>
<p>Initial release of midiconn.</p>
Expand Down

0 comments on commit a370fa3

Please sign in to comment.