We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e2dd17 + 8dda533 commit 2f02d76Copy full SHA for 2f02d76
CHANGELOG
@@ -1,3 +1,7 @@
1
+lxqt-sudo-1.3.0 / 2023-04-15
2
+=============================
3
+ * Added support for doas(1) backend.
4
+
5
lxqt-sudo-1.2.0 / 2022-11-05
6
=============================
7
* Updated translations and bumped the version.
CMakeLists.txt
@@ -15,7 +15,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
15
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
16
17
# Minimum Versions
18
-set(LXQT_MINIMUM_VERSION "1.2.0")
+set(LXQT_MINIMUM_VERSION "1.3.0")
19
set(QT_MINIMUM_VERSION "5.15.0")
20
21
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
0 commit comments