diff --git a/.github/workflows/GeonkickInstall.wxs b/.github/workflows/GeonkickInstall.wxs index bc8f94b9..0e301d46 100644 --- a/.github/workflows/GeonkickInstall.wxs +++ b/.github/workflows/GeonkickInstall.wxs @@ -1,6 +1,6 @@ - + diff --git a/CHANGELOG.md b/CHANGELOG.md index 901cc2ce..2b573e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [3.2.0] + +### Fixes + +- Windows: Fixed installation of presets. +- Windows: Linked statically all dependencies. +- Windows: Removed installation of dependencies' DLLs and environment variable path from the installer. +- Fixed the path to the config folder. + +### Features + +- Windows: Added scaling for GUI. +- Windows: Added logical disks for file browser. + ## [3.1.1] ### Fixes diff --git a/CMakeLists.txt b/CMakeLists.txt index 46d208fd..6c329950 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) -project(geonkick VERSION 3.2.1) +project(geonkick VERSION 3.2.0) math(EXPR GEONKICK_VERSION_HEX "0x${PROJECT_VERSION_MAJOR} * 0x10000 + 0x${PROJECT_VERSION_MINOR} * 0x100 + 0x${PROJECT_VERSION_PATCH}") set(GEONKICK_VERSION_STR "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") diff --git a/README.md b/README.md index 50446140..d194017e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ claps, hi-hats, shakers, and unique effect sounds. **Author and maintainer:** Iurie Nistor -**Version:** 3.2.1 +**Version:** 3.2.0 If you have an idea about a feature or found an issue, please, submit it: