From fecbed2ae4fbd46ebc708ea46f86ad73d7d5fabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Mon, 21 Nov 2022 13:27:10 +0100 Subject: [PATCH] chore(release): 3.3.2 --- CHANGELOG.md | 21 +++++++++++++++++++ CMakeLists.txt | 2 +- ...ithub.antimicrox.antimicrox.appdata.xml.in | 1 + 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f81f148b..c6eee78f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ # Changelog +## [3.3.2](https://github.com/AntiMicroX/antimicrox/tree/3.3.2) (2022-11-21) + +**Implemented enhancements:** + +- Use proper theme-based color for tab text [\#583](https://github.com/AntiMicroX/antimicrox/pull/583) +- Show joystick battery level in tab [\#596](https://github.com/AntiMicroX/antimicrox/pull/596) + +**Fixed bugs:** + +- Fix broken obtaining path of active window by auto profile [\#592](https://github.com/AntiMicroX/antimicrox/pull/592) +- Fix auto profile fialog does not populating title and application fields +- Fix misspeled __BIG_ENDIAN constant [\#609](https://github.com/AntiMicroX/antimicrox/pull/599) +- Fix advanced settings dialog freezes when pressing join on Linux [\#609](https://github.com/AntiMicroX/antimicrox/pull/609) +- Remove disabling Auto-profile title box [\#619](https://github.com/AntiMicroX/antimicrox/pull/619) + +**Notable changes:** + +- don't minimize to taskbar by default on Linux [\#611](https://github.com/AntiMicroX/antimicrox/pull/611) + +**Full Changelog**: https://github.com/AntiMicroX/antimicrox/compare/3.3.1...3.3.2 + ## [3.3.1](https://github.com/AntiMicroX/antimicrox/tree/3.3.1) (2022-10-24) [Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.3.0...3.3.1) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a0f486dd..b431a14ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ endif(COMPILER_SUPPORTS_CXX11) # The version number. set(ANTIMICROX_MAJOR_VERSION 3) set(ANTIMICROX_MINOR_VERSION 3) -set(ANTIMICROX_PATCH_VERSION 1) +set(ANTIMICROX_PATCH_VERSION 2) 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 af3c97934..59c8996e0 100644 --- a/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in +++ b/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in @@ -30,6 +30,7 @@ https://github.com/AntiMicroX/antimicrox/issues io.github.antimicrox.antimicrox.desktop +