Skip to content

Commit

Permalink
chore(release): 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Feb 24, 2022
1 parent f6c46ff commit 902049d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [3.2.2](https://github.com/AntiMicroX/antimicrox/tree/3.2.1) (2022-02-13)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.1...3.2.2)

**Implemented enhancements:**

- Add support for special characters in Windows log files [\#363](https://github.com/AntiMicroX/antimicrox/pull/363)
- Change default working directory of launched executables [\#377](https://github.com/AntiMicroX/antimicrox/pull/377)

**Fixed bugs:**

- Fix typo (setting->settings) (by [jose1711](https://github.com/jose1711))
- Random Crashes during longer sessions [\#133](https://github.com/AntiMicroX/antimicrox/issues/133)
- File with gamecontroller mappings not found [\#364](https://github.com/AntiMicroX/antimicrox/pull/364)
- Empty application path in autoprofile [/#371](https://github.com/AntiMicroX/antimicrox/pull/371)

**Notable changes:**

- Enable checking for updates in Debian builds from GitHub
- Log improvements and cleanup [\#336](https://github.com/AntiMicroX/antimicrox/pull/336) [\#342](https://github.com/AntiMicroX/antimicrox/pull/342)
- Daemon mode support removed [\#345](https://github.com/AntiMicroX/antimicrox/pull/345)
- Remove unused "map" and "display" argument options [\#350](https://github.com/AntiMicroX/antimicrox/pull/350)
- Remove unused files With icons, resources and pertially implemented importing utility
- Use colourful antimicrox icon in tray by default [\#361](https://github.com/AntiMicroX/antimicrox/pull/361)
- Update building docs [\#370](https://github.com/AntiMicroX/antimicrox/pull/370) (by [zpangwin](https://github.com/zpangwin))

## [3.2.1](https://github.com/AntiMicroX/antimicrox/tree/3.2.1) (2022-01-03)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.0...3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif(COMPILER_SUPPORTS_CXX11)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 2)
set(ANTIMICROX_PATCH_VERSION 1)
set(ANTIMICROX_PATCH_VERSION 2)

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 @@ -35,6 +35,7 @@
<url type="homepage">https://github.com/AntiMicroX/antimicrox/</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases>
<release version="3.2.2" date="2022-02-24" />
<release version="3.2.1" date="2022-01-03" />
<release version="3.2.0" date="2021-10-29" />
<release version="3.1.7" date="2021-09-10" />
Expand Down

0 comments on commit 902049d

Please sign in to comment.