diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fea933..12a6132 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ include(FetchContent) include(deps/CMakeRC.cmake) set(CMAKE_CXX_STANDARD 20) -project(midiconn VERSION 0.2.0 LANGUAGES CXX) +project(midiconn VERSION 0.2.1 LANGUAGES CXX) option(MC_CHECK_FOR_UPDATES "Build ${PROJECT_NAME} to check for updates on start" OFF) diff --git a/packaging/xyz.safeworlds.midiconn.metainfo.xml b/packaging/xyz.safeworlds.midiconn.metainfo.xml index 12110bf..9366657 100644 --- a/packaging/xyz.safeworlds.midiconn.metainfo.xml +++ b/packaging/xyz.safeworlds.midiconn.metainfo.xml @@ -44,7 +44,16 @@ xyz.safeworlds.midiconn.desktop - + + + Improvements and bug fixes in the current release: + + Fixed UTF-8 path handling on Windows. + Better error popups when cannot open presets. + + + + Improvements and bug fixes in the current release:
Improvements and bug fixes in the current release: