Skip to content

Commit 4e83196

Browse files
authored
Pre-release changes (#1045)
1 parent ccbc304 commit 4e83196

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
qterminal-1.3.0 / 2023-04-15
2+
=============================
3+
* Specified the parent of the main context menu for correct positioning under Wayland.
4+
* Improve UX by opening new terminals in current directory by default.
5+
* Fixed a crash in the dropdown mode under Wayland.
6+
* Corrected typos.
7+
* Corrected the license in the meta-info.
8+
19
qterminal-1.2.0 / 2022-11-05
210
=============================
311
* Add CI using GitHub Actions.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(qterminal)
99
include(GNUInstallDirs)
1010

1111
# qterminal version
12-
set(QTERMINAL_VERSION "1.2.0")
12+
set(QTERMINAL_VERSION "1.3.0")
1313

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

2323
# Minimum Versions
24-
set(LXQTBT_MINIMUM_VERSION "0.12.0")
25-
set(QTERMWIDGET_MINIMUM_VERSION "1.2.0")
24+
set(LXQTBT_MINIMUM_VERSION "0.13.0")
25+
set(QTERMWIDGET_MINIMUM_VERSION "1.3.0")
2626
set(QT_MINIMUM_VERSION "5.15.0")
2727

2828
find_package(Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)