Skip to content

Commit 86965fa

Browse files
authored
Pre-release changes (#1144)
* Pre-release changes Also set `QTERMWIDGET_MINIMUM_VERSION`, which was missing after Qt6 port. * Added a line to CHANGELOG * Adde a missing change to CHANGELOG
1 parent 2bd6f95 commit 86965fa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
qterminal-2.0.1 / 2024-06-27
2+
=============================
3+
* Single instance for drop-down mode.
4+
* Used layer shell for the drop-down mode under Wayland.
5+
* Prevented a crash on entering `exit` when bookmark dock is shown.
6+
* Fixed the window height in drop-down mode.
7+
* Set `QTERMWIDGET_MINIMUM_VERSION`, which was missing after Qt6 port.
8+
19
qterminal-2.0.0 / 2024-05-17
210
=============================
311
* Ported to Qt6.

CMakeLists.txt

Lines changed: 2 additions & 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.0.0")
12+
set(QTERMINAL_VERSION "2.0.1")
1313

1414
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1515
option(BUILD_TESTS "Builds tests" ON)
@@ -22,6 +22,7 @@ endif()
2222

2323
# Minimum Versions
2424
set(LXQTBT_MINIMUM_VERSION "2.0.0")
25+
set(QTERMWIDGET_MINIMUM_VERSION "2.0.1")
2526
set(QT_MINIMUM_VERSION "6.6.0")
2627
set(QT_MAJOR_VERSION "6")
2728
set(SHELLQT_MINIMUM_VERSION "6.0.0")

0 commit comments

Comments
 (0)