Skip to content

Commit

Permalink
Pre-release changes (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent 56953aa commit 1358242
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
qterminal-1.2.0 / 2022-11-05
=============================
* Add CI using GitHub Actions.
* Fixed command parsing with the `-e` option.
* Avoid segfault when using global menus.
* Improved documentation for the `--profile` option.

qterminal-1.1.0 / 2022-04-15
=============================
* Updated README.md.
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 "1.1.0")
set(QTERMINAL_VERSION "1.2.0")

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

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(QTERMWIDGET_MINIMUM_VERSION "1.1.0")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(QTERMWIDGET_MINIMUM_VERSION "1.2.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 1358242

Please sign in to comment.