Skip to content

Commit

Permalink
chore(release): 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jun 3, 2023
1 parent 7ecb3cf commit 1d72f8e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog


## [3.3.4](https://github.com/AntiMicroX/antimicrox/tree/3.3.4) (2023-05-03)

**Implemented enhancements:**

- Update translations: Portugese(Brazil), Russian, Norwegian Bokmal
- Add translations: Swedish

**Fixed bugs:**

- Fix and refactor adding default autoprofile [\#727](https://github.com/AntiMicroX/antimicrox/issues/727)
- Fix GUI does not recognize super + action [\#749](https://github.com/AntiMicroX/antimicrox/issues/749)
- Fix /dev/uinput static device node access [pull 781](https://github.com/AntiMicroX/antimicrox/pull/781) (by [lnussel](https://github.com/lnussel))
- Fix building for SDL version between 2.0.12 and 2.0.16 [\#788](https://github.com/AntiMicroX/antimicrox/issues/788)


**Notable changes:**

- Build AppImage package on Ubuntu 20.04
- Bump SDL version for AppImage and Windows from 2.0.20 to 2.26.5

## [3.3.3](https://github.com/AntiMicroX/antimicrox/tree/3.3.3) (2023-01-30)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif(NOT COMPILER_IS_MSVC)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 3)
set(ANTIMICROX_PATCH_VERSION 3)
set(ANTIMICROX_PATCH_VERSION 4)

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 @@ -30,6 +30,7 @@
<url type="bugtracker">https://github.com/AntiMicroX/antimicrox/issues</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases>
<release version="3.3.4" date="2023-06-03" />
<release version="3.3.3" date="2023-01-30" />
<release version="3.3.2" date="2022-11-21" />
<release version="3.3.1" date="2022-10-24" />
Expand Down

0 comments on commit 1d72f8e

Please sign in to comment.