Skip to content

Commit 0735eb8

Browse files
committed
chore(release): 3.4.0
1 parent d07e0d0 commit 0735eb8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/AntiMicroX/antimicrox/tree/3.4.0) (2024-03-10)
4+
5+
**Fixed bugs:**
6+
7+
- Fix attaching window to a pinned launcher in Linux [pull 886](https://github.com/AntiMicroX/antimicrox/pull/886) (by [mmmaisel](https://github.com/mmmaisel))
8+
- Fixing builds with X11=OFF [pull 927](https://github.com/AntiMicroX/antimicrox/pull/927) (by [sjoblomj](https://github.com/sjoblomj))
9+
10+
**Notable changes:**
11+
12+
- Bump SDL version to 2.30.1
13+
- Updated translations
14+
- New translations: Croatian, Turkish, Persian, Vietnamese
15+
- Fix a lot of deprecation warnings and other code changes required to migrate to QT6 [\#446](https://github.com/AntiMicroX/antimicrox/issues/446)
316

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

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ endif(NOT COMPILER_IS_MSVC)
6969

7070
# The version number.
7171
set(ANTIMICROX_MAJOR_VERSION 3)
72-
set(ANTIMICROX_MINOR_VERSION 3)
73-
set(ANTIMICROX_PATCH_VERSION 4)
72+
set(ANTIMICROX_MINOR_VERSION 4)
73+
set(ANTIMICROX_PATCH_VERSION 0)
7474

7575
if(UNIX)
7676
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.4.0" date="2024-03-10" />
3334
<release version="3.3.4" date="2023-06-03" />
3435
<release version="3.3.3" date="2023-01-30" />
3536
<release version="3.3.2" date="2022-11-21" />

0 commit comments

Comments
 (0)