diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed9c2931..a7365cac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # Changelog + +## [3.3.3](https://github.com/AntiMicroX/antimicrox/tree/3.3.3) (2023-01-30) + +**Implemented enhancements:** + +- Add checkbox enabling numeric keypad in ButtonEditDialog [\#168](https://github.com/AntiMicroX/antimicrox/issues/168) +- Add MSVC cmake support. [\#667](https://github.com/AntiMicroX/antimicrox/pull/667) (by [nitz](https://github.com/nitz)) +- Update translations: Spanish, Korean, Russian +- Add translations: Rusyn, Portugese(Brazil) + +**Fixed bugs:** + +- Name mismatch in set selector list [\#655](https://github.com/AntiMicroX/antimicrox/issues/655) +- Fix broken loading recently used profile for Windows 11 [\#632](https://github.com/AntiMicroX/antimicrox/issues/632) (by [nitz](https://github.com/nitz)) +- Shebang ignored in execute bind [\#699](https://github.com/AntiMicroX/antimicrox/issues/699) +- Mouse spring mode not working in wayland session [\#521](https://github.com/AntiMicroX/antimicrox/issues/521) + +**Notable changes:** + +- Some code refactors and docs updates +- Logs improvements + ## [3.3.2](https://github.com/AntiMicroX/antimicrox/tree/3.3.2) (2022-11-21) **Implemented enhancements:** diff --git a/CMakeLists.txt b/CMakeLists.txt index bfee47b94..ce13d7809 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ endif(NOT COMPILER_IS_MSVC) # The version number. set(ANTIMICROX_MAJOR_VERSION 3) set(ANTIMICROX_MINOR_VERSION 3) -set(ANTIMICROX_PATCH_VERSION 2) +set(ANTIMICROX_PATCH_VERSION 3) 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 290b04e41..1b89998bf 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 +