Skip to content

Commit b300273

Browse files
committed
chore(release): 3.5.0
1 parent d378877 commit b300273

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## [3.5.0](https://github.com/AntiMicroX/antimicrox/tree/3.5.0-rc) (2024-10-31)
4+
5+
**Fixed bugs:**
6+
7+
- Horizontal mouse wheel is too fast when set on stick [\#1024](https://github.com/AntiMicroX/antimicrox/issues/1024) (by [sk2449](https://github.com/sk2449))
8+
- Fix binding labels for Wheel Left/Right buttons [pull 1038](https://github.com/AntiMicroX/antimicrox/pull/1038) (by [sk2449](https://github.com/sk2449))
9+
- Set change sometimes returns to wrong set [\#1050](https://github.com/AntiMicroX/antimicrox/issues/1050)
10+
- Wrong Keyboard Input on Assignment (Wayland) [\#300](https://github.com/AntiMicroX/antimicrox/issues/300)
11+
12+
**Notable changes:**
13+
14+
- Update translation for Finnish, Dutch, Russian
15+
- New translation: Indonesian
16+
- Fixed Builds for QT6 on Windows
17+
- Switched to QT6 on Windows Release Build
18+
319
## [3.4.1](https://github.com/AntiMicroX/antimicrox/tree/3.4.1) (2024-08-10)
420

521
**Fixed bugs:**

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ endif(NOT COMPILER_IS_MSVC)
6060

6161
# The version number.
6262
set(ANTIMICROX_MAJOR_VERSION 3)
63-
set(ANTIMICROX_MINOR_VERSION 4)
64-
set(ANTIMICROX_PATCH_VERSION 1)
63+
set(ANTIMICROX_MINOR_VERSION 5)
64+
set(ANTIMICROX_PATCH_VERSION 0)
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.5.0" date="2024-10-31" type="stable"/>
5455
<release version="3.4.1" date="2024-08-10" type="stable"/>
5556
<release version="3.4.0" date="2024-03-10" type="stable"/>
5657
<release version="3.3.4" date="2023-06-03" type="stable"/>

0 commit comments

Comments
 (0)