Skip to content

Commit dd62985

Browse files
authored
Pre-release changes (#1254)
* Pre-release changes * Corrected a typo
1 parent 194d75a commit dd62985

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
qterminal-2.2.0 / 2025-04-17
2+
=============================
3+
* Prompt on closing with a running process.
4+
* Added option for mouse cursor auto-hiding.
5+
* Added option for blinking cursor.
6+
* Added an option for focusing the sub-terminal on mouseover.
7+
* Cleaner preferences dialog.
8+
* Change sizeHint of spacer in Preferences → Behavior.
9+
* Hide/disable some options on Wayland.
10+
* Put the dropdown window on the active screen under Wayland.
11+
* Added "scope" to the layer window on Wayland.
12+
* Made modal dialogs stay in front of dropdown window on Wayland.
13+
* Put font dialog in front of Preferences dialog on Wayland (and draw a border around it).
14+
* Make font dialog remain in front of Preferences dialog on certain X11 WMs.
15+
* Made the dropdown window a tool window under X11.
16+
* Set the dropdown minimum size to 25%.
17+
* Better wording for the current terminal section in preferences.
18+
* Removed app transparency (terminal transparency exists).
19+
* Changed "File" to "Session" on the menubar.
20+
* Guarantee that tabs position is between 0 and 3.
21+
* Removed a wrong style sheet from dropdown mode.
22+
* Ignore presets (subterminal creation) with `-e` option.
23+
* Improved desktop files.
24+
* Fixed shortcuts for switching subterminals with presets.
25+
* Fixed shortcut setting with a profile.
26+
127
qterminal-2.1.0 / 2024-11-05
228
=============================
329
* Added a hint on drop-down shortcut under Wayland.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
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.1.0")
12+
set(QTERMINAL_VERSION "2.2.0")
1313

1414
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1515
option(BUILD_TESTS "Builds tests" ON)
@@ -21,8 +21,8 @@ endif()
2121
# we need qpa/qplatformnativeinterface.h for global shortcut
2222

2323
# Minimum Versions
24-
set(LXQTBT_MINIMUM_VERSION "2.1.0")
25-
set(QTERMWIDGET_MINIMUM_VERSION "2.1.0")
24+
set(LXQTBT_MINIMUM_VERSION "2.2.0")
25+
set(QTERMWIDGET_MINIMUM_VERSION "2.2.0")
2626
set(QT_MINIMUM_VERSION "6.6.0")
2727
set(QT_MAJOR_VERSION "6")
2828
set(SHELLQT_MINIMUM_VERSION "6.0.0")

0 commit comments

Comments
 (0)