mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 23:29:25 -05:00
chore(release): 3.5.0
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## [3.5.0](https://github.com/AntiMicroX/antimicrox/tree/3.5.0-rc) (2024-10-31)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Horizontal mouse wheel is too fast when set on stick [\#1024](https://github.com/AntiMicroX/antimicrox/issues/1024) (by [sk2449](https://github.com/sk2449))
|
||||
- Fix binding labels for Wheel Left/Right buttons [pull 1038](https://github.com/AntiMicroX/antimicrox/pull/1038) (by [sk2449](https://github.com/sk2449))
|
||||
- Set change sometimes returns to wrong set [\#1050](https://github.com/AntiMicroX/antimicrox/issues/1050)
|
||||
- Wrong Keyboard Input on Assignment (Wayland) [\#300](https://github.com/AntiMicroX/antimicrox/issues/300)
|
||||
|
||||
**Notable changes:**
|
||||
|
||||
- Update translation for Finnish, Dutch, Russian
|
||||
- New translation: Indonesian
|
||||
- Fixed Builds for QT6 on Windows
|
||||
- Switched to QT6 on Windows Release Build
|
||||
|
||||
## [3.4.1](https://github.com/AntiMicroX/antimicrox/tree/3.4.1) (2024-08-10)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
@@ -60,8 +60,8 @@ endif(NOT COMPILER_IS_MSVC)
|
||||
|
||||
# The version number.
|
||||
set(ANTIMICROX_MAJOR_VERSION 3)
|
||||
set(ANTIMICROX_MINOR_VERSION 4)
|
||||
set(ANTIMICROX_PATCH_VERSION 1)
|
||||
set(ANTIMICROX_MINOR_VERSION 5)
|
||||
set(ANTIMICROX_PATCH_VERSION 0)
|
||||
|
||||
if(UNIX)
|
||||
option(WITH_X11 "Compile with support for X11." ON)
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="3.5.0" date="2024-10-31" type="stable"/>
|
||||
<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"/>
|
||||
|
||||
Reference in New Issue
Block a user