Skip to content

Commit

Permalink
Pre-release changes (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 15, 2023
1 parent ccbc304 commit 4e83196
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.3.0 / 2023-04-15
=============================
* Specified the parent of the main context menu for correct positioning under Wayland.
* Improve UX by opening new terminals in current directory by default.
* Fixed a crash in the dropdown mode under Wayland.
* Corrected typos.
* Corrected the license in the meta-info.

qterminal-1.2.0 / 2022-11-05
=============================
* Add CI using GitHub Actions.
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.2.0")
set(QTERMINAL_VERSION "1.3.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.12.0")
set(QTERMWIDGET_MINIMUM_VERSION "1.2.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(QTERMWIDGET_MINIMUM_VERSION "1.3.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 4e83196

Please sign in to comment.