Skip to content

Commit

Permalink
chore(release): 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jun 11, 2022
1 parent 6bc5183 commit 7f3b33d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [3.2.4](https://github.com/AntiMicroX/antimicrox/tree/3.2.4) (2022-06-11)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.3...3.2.4)

**Implemented enhancements:**

- Implement modifier button threshold zone [\#310](https://github.com/AntiMicroX/antimicrox/issues/310) (by [mmmaisel](https://github.com/mmmaisel)) - This allows mapping the analog range of a stick to walk/run in game without dedicated spring button.

**Fixed bugs:**

- Fix mouse calculations for multiple mice [\#435](https://github.com/AntiMicroX/antimicrox/pull/435) (by [mmmaisel](https://github.com/mmmaisel))
- Fix flickering JoyControlStickEditDialog layout [\#440](https://github.com/AntiMicroX/antimicrox/pull/440) (by [mmmaisel](https://github.com/mmmaisel))
- Implement proper offset and gain stick calibration [\#441](https://github.com/AntiMicroX/antimicrox/pull/441) (by [mmmaisel](https://github.com/mmmaisel))

**Notable changes:**

- Increase minimum size of ButtonEditDialog [\#439](https://github.com/AntiMicroX/antimicrox/pull/439) (by [mmmaisel](https://github.com/mmmaisel))
- Fixes in translation utulities
- Rename flag TRANS_KEEP_OBSOLETE to TRANS_REMOVE_OBSOLETE to improve readability
- Fix wrong argument for utility deleting obsolete translations [\#445](https://github.com/AntiMicroX/antimicrox/pull/445)
- Update translations:
- Russian
- Finnish
- French
- Chinese
- Portuguese

## [3.2.3](https://github.com/AntiMicroX/antimicrox/tree/3.2.3) (2022-03-24)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.2...3.2.3)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif(COMPILER_SUPPORTS_CXX11)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 2)
set(ANTIMICROX_PATCH_VERSION 3)
set(ANTIMICROX_PATCH_VERSION 4)

if(UNIX)
option(WITH_X11 "Compile with support for X11." ON)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<url type="homepage">https://github.com/AntiMicroX/antimicrox/</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases>
<release version="3.2.4" date="2022-06-11" />
<release version="3.2.3" date="2022-03-24" />
<release version="3.2.2" date="2022-02-24" />
<release version="3.2.1" date="2022-01-03" />
Expand Down

0 comments on commit 7f3b33d

Please sign in to comment.