Skip to content

Commit 28d1056

Browse files
committed
chore(release): 3.4.1
1 parent 15a5585 commit 28d1056

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [3.4.1](https://github.com/AntiMicroX/antimicrox/tree/3.4.1) (2024-08-10)
4+
5+
**Fixed bugs:**
6+
7+
- Fix issues with accelerometer stability [pull 1011](https://github.com/AntiMicroX/antimicrox/pull/1011) (by [pepper-jelly](https://github.com/pepper-jelly))
8+
- 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))
9+
- Accelerometer triggers when switching sets [\#991](https://github.com/AntiMicroX/antimicrox/issues/991) (by [pepper-jelly](https://github.com/pepper-jelly))
10+
11+
**Notable changes:**
12+
13+
- Link AntimicroX repository with issue hunting platform: [Polar.sh](https://polar.sh/)
14+
- Bump SDL version to 2.30.6
15+
- Refactor outdated pieces of code [pull 948](https://github.com/AntiMicroX/antimicrox/pull/948) [pull 950](https://github.com/AntiMicroX/antimicrox/pull/950)
16+
- Update more universal QT libraries detection [pull 957](https://github.com/AntiMicroX/antimicrox/pull/957)
17+
- 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)
18+
- Drop Windows XP support [pull 980](https://github.com/AntiMicroX/antimicrox/pull/980)
19+
- Bump minimal QT version requirement to 5.10 [\#996](https://github.com/AntiMicroX/antimicrox/issues/996)
20+
21+
22+
**Implemented enhancements:**
23+
24+
- Updated translations: Chinese, Portugese, German, French and Finnish
25+
- Added Catalan language
26+
27+
And a lot of minor fixes and cleanups linked with QT6 and not only.
28+
329
## [3.4.0](https://github.com/AntiMicroX/antimicrox/tree/3.4.0) (2024-03-10)
430

531
**Fixed bugs:**

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif(NOT COMPILER_IS_MSVC)
6161
# The version number.
6262
set(ANTIMICROX_MAJOR_VERSION 3)
6363
set(ANTIMICROX_MINOR_VERSION 4)
64-
set(ANTIMICROX_PATCH_VERSION 0)
64+
set(ANTIMICROX_PATCH_VERSION 1)
6565

6666
if(UNIX)
6767
option(WITH_X11 "Compile with support for X11." ON)

other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
</screenshot>
5252
</screenshots>
5353
<releases>
54+
<release version="3.4.1" date="2024-08-10" type="stable"/>
5455
<release version="3.4.0" date="2024-03-10" type="stable"/>
5556
<release version="3.3.4" date="2023-06-03" type="stable"/>
5657
<release version="3.3.3" date="2023-01-30" type="stable"/>

0 commit comments

Comments
 (0)