Skip to content

Commit

Permalink
Pre-release changes (#1144)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tsujan authored Jun 27, 2024
1 parent 2bd6f95 commit 86965fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
qterminal-2.0.1 / 2024-06-27
=============================
* Single instance for drop-down mode.
* Used layer shell for the drop-down mode under Wayland.
* Prevented a crash on entering `exit` when bookmark dock is shown.
* Fixed the window height in drop-down mode.
* Set `QTERMWIDGET_MINIMUM_VERSION`, which was missing after Qt6 port.

qterminal-2.0.0 / 2024-05-17
=============================
* Ported to Qt6.
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(qterminal)
include(GNUInstallDirs)

# qterminal version
set(QTERMINAL_VERSION "2.0.0")
set(QTERMINAL_VERSION "2.0.1")

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

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(QTERMWIDGET_MINIMUM_VERSION "2.0.1")
set(QT_MINIMUM_VERSION "6.6.0")
set(QT_MAJOR_VERSION "6")
set(SHELLQT_MINIMUM_VERSION "6.0.0")
Expand Down

0 comments on commit 86965fa

Please sign in to comment.