Skip to content

Commit 1ed1701

Browse files
authored
Pre-release changes (#1262)
1 parent 29f22e4 commit 1ed1701

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
qterminal-2.2.1 / 2025-05-05
2+
=============================
3+
* Removed the workaround for problems that some X11 WMs had with the drop-down mode because (1) it prevented exiting on closing and (2) didn't let the terminal be focused on showing.
4+
15
qterminal-2.2.0 / 2025-04-17
26
=============================
37
* Prompt on closing with a running process.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(qterminal)
99
include(GNUInstallDirs)
1010

1111
# qterminal version
12-
set(QTERMINAL_VERSION "2.2.0")
12+
set(QTERMINAL_VERSION "2.2.1")
1313

1414
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1515
option(BUILD_TESTS "Builds tests" ON)

0 commit comments

Comments
 (0)