Skip to content

Commit

Permalink
chore(release): 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk authored Nov 21, 2022
1 parent 50faa0b commit fecbed2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Changelog
## [3.3.2](https://github.com/AntiMicroX/antimicrox/tree/3.3.2) (2022-11-21)

**Implemented enhancements:**

- Use proper theme-based color for tab text [\#583](https://github.com/AntiMicroX/antimicrox/pull/583)
- Show joystick battery level in tab [\#596](https://github.com/AntiMicroX/antimicrox/pull/596)

**Fixed bugs:**

- Fix broken obtaining path of active window by auto profile [\#592](https://github.com/AntiMicroX/antimicrox/pull/592)
- Fix auto profile fialog does not populating title and application fields
- Fix misspeled __BIG_ENDIAN constant [\#609](https://github.com/AntiMicroX/antimicrox/pull/599)
- Fix advanced settings dialog freezes when pressing join on Linux [\#609](https://github.com/AntiMicroX/antimicrox/pull/609)
- Remove disabling Auto-profile title box [\#619](https://github.com/AntiMicroX/antimicrox/pull/619)

**Notable changes:**

- don't minimize to taskbar by default on Linux [\#611](https://github.com/AntiMicroX/antimicrox/pull/611)

**Full Changelog**: https://github.com/AntiMicroX/antimicrox/compare/3.3.1...3.3.2

## [3.3.1](https://github.com/AntiMicroX/antimicrox/tree/3.3.1) (2022-10-24)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.3.0...3.3.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 3)
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 @@ -30,6 +30,7 @@
<url type="bugtracker">https://github.com/AntiMicroX/antimicrox/issues</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases>
<release version="3.3.2" date="2022-11-21" />
<release version="3.3.1" date="2022-10-24" />
<release version="3.3.0" date="2022-10-24" />
<release version="3.2.5" date="2022-07-18" />
Expand Down

0 comments on commit fecbed2

Please sign in to comment.