Skip to content

Commit

Permalink
Pre-release changes (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2021
1 parent 4ac8adb commit d9e6790
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
qterminal-1.0.0 / 2021-11-04
=============================
* Bumped minimum required Qt version to 5.15.
* Respect preset splitting on opening new window and double clicking tab-bar.
* Trim shell strings.
* Added an option for keeping drop-down window open.
* Don't try to move window under Wayland (fixes menu positions).

qterminal-0.17.0 / 2021-04-15
=============================
* Some code cleanup and modernization.
Expand Down
6 changes: 3 additions & 3 deletions 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 "0.17.0")
set(QTERMINAL_VERSION "1.0.0")

option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

Expand All @@ -20,8 +20,8 @@ endif()
# we need qpa/qplatformnativeinterface.h for global shortcut

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.9.0")
set(QTERMWIDGET_MINIMUM_VERSION "0.17.0")
set(LXQTBT_MINIMUM_VERSION "0.10.0")
set(QTERMWIDGET_MINIMUM_VERSION "1.0.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit d9e6790

Please sign in to comment.