diff --git a/CHANGELOG b/CHANGELOG index 6800da0f4..f443ec67f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +lxqt-config-0.15.0 / 2020-04-22 +=============================== + * Fixed changing of shortcut for switching keyboard layout. + * Inserted default GTK3 themes in lxqt-config-appearance. + * Set cursor style in GTK2, GTK3 and xsettingsd. + * Don't use automatic string conversions. + * C++11 code updates. + * A better method to drag and drop monitors in lxqt-config-monitor. + * Removed old mouse accel/sensitivity options. + * Fixed warnings on applying settings in lxqt-config-monitor. + * Fixed forgetting of lxqt-config-monitor's config. + * Removed old mouse accel/sensitivity options. + * A better GUI for lxqt-config-brightness. + lxqt-config-0.14.1 / 2019-02-24 =============================== diff --git a/CMakeLists.txt b/CMakeLists.txt index 79a3ccd84..701b1f2db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ set(CMAKE_AUTORCC ON) set(KF5_MINIMUM_VERSION "5.36.0") set(KF5SCREEN_MINIMUM_VERSION "5.2.0") -set(LXQT_MINIMUM_VERSION "0.14.1") -set(QT_MINIMUM_VERSION "5.7.1") +set(LXQT_MINIMUM_VERSION "0.15.0") +set(QT_MINIMUM_VERSION "5.10.0") find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED) find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED) @@ -41,7 +41,7 @@ include(LXQtPreventInSourceBuilds) include(LXQtCompilerSettings NO_POLICY_SCOPE) # Patch Version -set(LXQT_CONFIG_PATCH_VERSION 1) +set(LXQT_CONFIG_PATCH_VERSION 0) set(LXQT_CONFIG_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_CONFIG_PATCH_VERSION}) add_definitions(