Skip to content

Commit

Permalink
chore(release): 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jan 30, 2023
1 parent f91ed53 commit db395bc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# Changelog

## [3.3.3](https://github.com/AntiMicroX/antimicrox/tree/3.3.3) (2023-01-30)

**Implemented enhancements:**

- Add checkbox enabling numeric keypad in ButtonEditDialog [\#168](https://github.com/AntiMicroX/antimicrox/issues/168)
- Add MSVC cmake support. [\#667](https://github.com/AntiMicroX/antimicrox/pull/667) (by [nitz](https://github.com/nitz))
- Update translations: Spanish, Korean, Russian
- Add translations: Rusyn, Portugese(Brazil)

**Fixed bugs:**

- Name mismatch in set selector list [\#655](https://github.com/AntiMicroX/antimicrox/issues/655)
- Fix broken loading recently used profile for Windows 11 [\#632](https://github.com/AntiMicroX/antimicrox/issues/632) (by [nitz](https://github.com/nitz))
- Shebang ignored in execute bind [\#699](https://github.com/AntiMicroX/antimicrox/issues/699)
- Mouse spring mode not working in wayland session [\#521](https://github.com/AntiMicroX/antimicrox/issues/521)

**Notable changes:**

- Some code refactors and docs updates
- Logs improvements

## [3.3.2](https://github.com/AntiMicroX/antimicrox/tree/3.3.2) (2022-11-21)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif(NOT COMPILER_IS_MSVC)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 3)
set(ANTIMICROX_PATCH_VERSION 2)
set(ANTIMICROX_PATCH_VERSION 3)

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.3" date="2023-01-30" />
<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" />
Expand Down

0 comments on commit db395bc

Please sign in to comment.