Skip to content

Commit

Permalink
Merge pull request #735 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 14, 2020
2 parents fb6f67a + 0bb7ab5 commit a883c26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
qterminal-0.16.1 / 2020-11-14
=============================
* Fixed a mistake in the layout of Terminal settings dialog.
* Fixed translation of shortcuts (in Terminal settings dialog).

qterminal-0.16.0 / 2020-11-01
=============================

Expand Down
4 changes: 2 additions & 2 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.16.0")
set(QTERMINAL_VERSION "0.16.1")

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

Expand All @@ -21,7 +21,7 @@ endif()

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.8.0")
set(QTERMWIDGET_MINIMUM_VERSION "0.16.0")
set(QTERMWIDGET_MINIMUM_VERSION "0.16.1")
set(QT_MINIMUM_VERSION "5.12.0")

find_package(Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit a883c26

Please sign in to comment.