Skip to content

Commit

Permalink
chore(release): 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jul 18, 2022
1 parent d8e4006 commit 2f75044
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.2.5](https://github.com/AntiMicroX/antimicrox/tree/3.2.5) (2022-07-18)

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

Test release containing changes implementing motion sensor support.

**Implemented enhancements:**

- Implement motion sensor support. [\#416](https://github.com/AntiMicroX/antimicrox/pull/416) (by [mmmaisel](https://github.com/mmmaisel))
- Allow storing calibration for multiple controllers in a profile [\#460](https://github.com/AntiMicroX/antimicrox/pull/460) (by [mmmaisel](https://github.com/mmmaisel))

**Fixed bugs:**

- Crash on close after copying set. [\#454](https://github.com/AntiMicroX/antimicrox/issues/454) (by [mmmaisel](https://github.com/mmmaisel))

**Notable changes:**

- Remove unused "Game Controller Mapping" button.

## [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)
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 4)
set(ANTIMICROX_PATCH_VERSION 5)

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.5" date="2022-07-18" />
<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" />
Expand Down

0 comments on commit 2f75044

Please sign in to comment.