mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 23:29:25 -05:00
chore(release): 3.5.1
This commit is contained in:
25
CHANGELOG.md
25
CHANGELOG.md
@@ -1,6 +1,29 @@
|
||||
# Changelog
|
||||
|
||||
## [3.5.0](https://github.com/AntiMicroX/antimicrox/tree/3.5.0-rc) (2024-10-31)
|
||||
## [3.5.1](https://github.com/AntiMicroX/antimicrox/tree/3.5.1) (2025-01-27)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Fix appId on Wayland [pull 1100](https://github.com/AntiMicroX/antimicrox/pull/1100)
|
||||
- Wrong install dependencies on a Debian build with QT6 [\#1104](https://github.com/AntiMicroX/antimicrox/issues/1104)
|
||||
|
||||
**Notable changes:**
|
||||
|
||||
- New translation: Tamil
|
||||
- Update translation for: Spanish, French, Japanese, Finnish,
|
||||
- Create deb release dor Ubuntu 24.04
|
||||
- Update Windows and Linux SDL mappings
|
||||
- Add "game" category to desktop file [pull 1085](https://github.com/AntiMicroX/antimicrox/pull/1085) (by [Fr-Dae](https://github.com/Fr-Dae))
|
||||
- Cleanup in logs
|
||||
- Add proper note informing about lack of Wayland support for Auto Profiles
|
||||
- Cleanup in dependencies
|
||||
- Fix some typos and update docs (by [zturtleman](https://github.com/zturtleman) )
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- Reenabled `--next` option [\#189](https://github.com/AntiMicroX/antimicrox/issues/189)
|
||||
|
||||
## [3.5.0](https://github.com/AntiMicroX/antimicrox/tree/3.5.0) (2024-10-31)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ endif(NOT COMPILER_IS_MSVC)
|
||||
# The version number.
|
||||
set(ANTIMICROX_MAJOR_VERSION 3)
|
||||
set(ANTIMICROX_MINOR_VERSION 5)
|
||||
set(ANTIMICROX_PATCH_VERSION 0)
|
||||
set(ANTIMICROX_PATCH_VERSION 1)
|
||||
|
||||
if(UNIX)
|
||||
option(WITH_X11 "Compile with support for X11." ON)
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="3.5.1" date="2025-01-27" type="stable"/>
|
||||
<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"/>
|
||||
|
||||
Reference in New Issue
Block a user