Skip to content

Commit 1d72f8e

Browse files
committed
chore(release): 3.3.4
1 parent 7ecb3cf commit 1d72f8e

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
4+
## [3.3.4](https://github.com/AntiMicroX/antimicrox/tree/3.3.4) (2023-05-03)
5+
6+
**Implemented enhancements:**
7+
8+
- Update translations: Portugese(Brazil), Russian, Norwegian Bokmal
9+
- Add translations: Swedish
10+
11+
**Fixed bugs:**
12+
13+
- Fix and refactor adding default autoprofile [\#727](https://github.com/AntiMicroX/antimicrox/issues/727)
14+
- Fix GUI does not recognize super + action [\#749](https://github.com/AntiMicroX/antimicrox/issues/749)
15+
- Fix /dev/uinput static device node access [pull 781](https://github.com/AntiMicroX/antimicrox/pull/781) (by [lnussel](https://github.com/lnussel))
16+
- Fix building for SDL version between 2.0.12 and 2.0.16 [\#788](https://github.com/AntiMicroX/antimicrox/issues/788)
17+
18+
19+
**Notable changes:**
20+
21+
- Build AppImage package on Ubuntu 20.04
22+
- Bump SDL version for AppImage and Windows from 2.0.20 to 2.26.5
23+
324
## [3.3.3](https://github.com/AntiMicroX/antimicrox/tree/3.3.3) (2023-01-30)
425

526
**Implemented enhancements:**

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif(NOT COMPILER_IS_MSVC)
7272
# The version number.
7373
set(ANTIMICROX_MAJOR_VERSION 3)
7474
set(ANTIMICROX_MINOR_VERSION 3)
75-
set(ANTIMICROX_PATCH_VERSION 3)
75+
set(ANTIMICROX_PATCH_VERSION 4)
7676

7777
if(UNIX)
7878
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
@@ -30,6 +30,7 @@
3030
<url type="bugtracker">https://github.com/AntiMicroX/antimicrox/issues</url>
3131
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
3232
<releases>
33+
<release version="3.3.4" date="2023-06-03" />
3334
<release version="3.3.3" date="2023-01-30" />
3435
<release version="3.3.2" date="2022-11-21" />
3536
<release version="3.3.1" date="2022-10-24" />

0 commit comments

Comments
 (0)