Skip to content

Commit db395bc

Browse files
committed
chore(release): 3.3.3
1 parent f91ed53 commit db395bc

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
# Changelog
2+
3+
## [3.3.3](https://github.com/AntiMicroX/antimicrox/tree/3.3.3) (2023-01-30)
4+
5+
**Implemented enhancements:**
6+
7+
- Add checkbox enabling numeric keypad in ButtonEditDialog [\#168](https://github.com/AntiMicroX/antimicrox/issues/168)
8+
- Add MSVC cmake support. [\#667](https://github.com/AntiMicroX/antimicrox/pull/667) (by [nitz](https://github.com/nitz))
9+
- Update translations: Spanish, Korean, Russian
10+
- Add translations: Rusyn, Portugese(Brazil)
11+
12+
**Fixed bugs:**
13+
14+
- Name mismatch in set selector list [\#655](https://github.com/AntiMicroX/antimicrox/issues/655)
15+
- Fix broken loading recently used profile for Windows 11 [\#632](https://github.com/AntiMicroX/antimicrox/issues/632) (by [nitz](https://github.com/nitz))
16+
- Shebang ignored in execute bind [\#699](https://github.com/AntiMicroX/antimicrox/issues/699)
17+
- Mouse spring mode not working in wayland session [\#521](https://github.com/AntiMicroX/antimicrox/issues/521)
18+
19+
**Notable changes:**
20+
21+
- Some code refactors and docs updates
22+
- Logs improvements
23+
224
## [3.3.2](https://github.com/AntiMicroX/antimicrox/tree/3.3.2) (2022-11-21)
325

426
**Implemented enhancements:**

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif(NOT COMPILER_IS_MSVC)
7272
# The version number.
7373
set(ANTIMICROX_MAJOR_VERSION 3)
7474
set(ANTIMICROX_MINOR_VERSION 3)
75-
set(ANTIMICROX_PATCH_VERSION 2)
75+
set(ANTIMICROX_PATCH_VERSION 3)
7676

7777
if(UNIX)
7878
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
@@ -30,6 +30,7 @@
3030
<url type="bugtracker">https://github.com/AntiMicroX/antimicrox/issues</url>
3131
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
3232
<releases>
33+
<release version="3.3.3" date="2023-01-30" />
3334
<release version="3.3.2" date="2022-11-21" />
3435
<release version="3.3.1" date="2022-10-24" />
3536
<release version="3.3.0" date="2022-10-24" />

0 commit comments

Comments
 (0)