File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
9
qterminal-1.2.0 / 2022-11-05
2
10
=============================
3
11
* Add CI using GitHub Actions.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ project(qterminal)
9
9
include (GNUInstallDirs)
10
10
11
11
# qterminal version
12
- set (QTERMINAL_VERSION "1.2 .0" )
12
+ set (QTERMINAL_VERSION "1.3 .0" )
13
13
14
14
option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
15
15
option (BUILD_TESTS "Builds tests" ON )
@@ -21,8 +21,8 @@ endif()
21
21
# we need qpa/qplatformnativeinterface.h for global shortcut
22
22
23
23
# 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" )
26
26
set (QT_MINIMUM_VERSION "5.15.0" )
27
27
28
28
find_package (Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments