diff --git a/CHANGELOG.md b/CHANGELOG.md index 2683d5177..40673d1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [3.4.1](https://github.com/AntiMicroX/antimicrox/tree/3.4.1) (2024-08-10) + +**Fixed bugs:** + +- Fix issues with accelerometer stability [pull 1011](https://github.com/AntiMicroX/antimicrox/pull/1011) (by [pepper-jelly](https://github.com/pepper-jelly)) +- Issue with float value for "Auto Reset Cycle After" [\#1002](https://github.com/AntiMicroX/antimicrox/issues/1002) (by [pepper-jelly](https://github.com/pepper-jelly)) +- Accelerometer triggers when switching sets [\#991](https://github.com/AntiMicroX/antimicrox/issues/991) (by [pepper-jelly](https://github.com/pepper-jelly)) + +**Notable changes:** + +- Link AntimicroX repository with issue hunting platform: [Polar.sh](https://polar.sh/) +- Bump SDL version to 2.30.6 +- Refactor outdated pieces of code [pull 948](https://github.com/AntiMicroX/antimicrox/pull/948) [pull 950](https://github.com/AntiMicroX/antimicrox/pull/950) +- Update more universal QT libraries detection [pull 957](https://github.com/AntiMicroX/antimicrox/pull/957) +- Allow easy building with QT6 and ensure compatability [pull 919](https://github.com/AntiMicroX/antimicrox/pull/919), [pull 972](https://github.com/AntiMicroX/antimicrox/pull/972) +- Drop Windows XP support [pull 980](https://github.com/AntiMicroX/antimicrox/pull/980) +- Bump minimal QT version requirement to 5.10 [\#996](https://github.com/AntiMicroX/antimicrox/issues/996) + + +**Implemented enhancements:** + +- Updated translations: Chinese, Portugese, German, French and Finnish +- Added Catalan language + +And a lot of minor fixes and cleanups linked with QT6 and not only. + ## [3.4.0](https://github.com/AntiMicroX/antimicrox/tree/3.4.0) (2024-03-10) **Fixed bugs:** diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b055097f..5377093fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ endif(NOT COMPILER_IS_MSVC) # The version number. set(ANTIMICROX_MAJOR_VERSION 3) set(ANTIMICROX_MINOR_VERSION 4) -set(ANTIMICROX_PATCH_VERSION 0) +set(ANTIMICROX_PATCH_VERSION 1) if(UNIX) option(WITH_X11 "Compile with support for X11." ON) diff --git a/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in b/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in index 4adad8a9b..199624e64 100644 --- a/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in +++ b/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in @@ -51,6 +51,7 @@ +