Skip to content

Commit 7939b51

Browse files
committed
chore(release): 3.5.1
1 parent 058f0da commit 7939b51

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

3-
## [3.5.0](https://github.com/AntiMicroX/antimicrox/tree/3.5.0-rc) (2024-10-31)
3+
## [3.5.1](https://github.com/AntiMicroX/antimicrox/tree/3.5.1) (2025-01-27)
4+
5+
**Fixed bugs:**
6+
7+
- Fix appId on Wayland [pull 1100](https://github.com/AntiMicroX/antimicrox/pull/1100)
8+
- Wrong install dependencies on a Debian build with QT6 [\#1104](https://github.com/AntiMicroX/antimicrox/issues/1104)
9+
10+
**Notable changes:**
11+
12+
- New translation: Tamil
13+
- Update translation for: Spanish, French, Japanese, Finnish,
14+
- Create deb release dor Ubuntu 24.04
15+
- Update Windows and Linux SDL mappings
16+
- Add "game" category to desktop file [pull 1085](https://github.com/AntiMicroX/antimicrox/pull/1085) (by [Fr-Dae](https://github.com/Fr-Dae))
17+
- Cleanup in logs
18+
- Add proper note informing about lack of Wayland support for Auto Profiles
19+
- Cleanup in dependencies
20+
- Fix some typos and update docs (by [zturtleman](https://github.com/zturtleman) )
21+
22+
**Implemented enhancements:**
23+
24+
- Reenabled `--next` option [\#189](https://github.com/AntiMicroX/antimicrox/issues/189)
25+
26+
## [3.5.0](https://github.com/AntiMicroX/antimicrox/tree/3.5.0) (2024-10-31)
427

528
**Fixed bugs:**
629

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif(NOT COMPILER_IS_MSVC)
6161
# The version number.
6262
set(ANTIMICROX_MAJOR_VERSION 3)
6363
set(ANTIMICROX_MINOR_VERSION 5)
64-
set(ANTIMICROX_PATCH_VERSION 0)
64+
set(ANTIMICROX_PATCH_VERSION 1)
6565

6666
if(UNIX)
6767
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
@@ -46,6 +46,7 @@
4646
</screenshot>
4747
</screenshots>
4848
<releases>
49+
<release version="3.5.1" date="2025-01-27" type="stable"/>
4950
<release version="3.5.0" date="2024-10-31" type="stable"/>
5051
<release version="3.4.1" date="2024-08-10" type="stable"/>
5152
<release version="3.4.0" date="2024-03-10" type="stable"/>

0 commit comments

Comments
 (0)