Skip to content

Commit

Permalink
chore(release): 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Aug 10, 2024
1 parent 15a5585 commit 28d1056
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.4.1" date="2024-08-10" type="stable"/>
<release version="3.4.0" date="2024-03-10" type="stable"/>
<release version="3.3.4" date="2023-06-03" type="stable"/>
<release version="3.3.3" date="2023-01-30" type="stable"/>
Expand Down

0 comments on commit 28d1056

Please sign in to comment.