Skip to content

Commit 6fa4984

Browse files
committed
chore(release): 3.5.0 - Release Candidate
1 parent d378877 commit 6fa4984

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-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-27)
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)

0 commit comments

Comments
 (0)