Skip to content

Commit

Permalink
chore(release): 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Oct 31, 2024
1 parent d378877 commit b300273
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit b300273

Please sign in to comment.