From 51da9961444061e3e760c12ac745610db675dc5e Mon Sep 17 00:00:00 2001 From: tsujan Date: Wed, 17 Apr 2024 14:46:32 +0330 Subject: [PATCH] Pre-release changes (#2050) * Pre-release changes * Added layer shell commit to ChangeLog --- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9fa9cd553..5f7de1c79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +lxqt-panel-2.0.0 / 2024-04-17 +============================== + * Added Fancy Menu plugin. + * Removed spaces from saved settings of Custom Command plugin. + * Added the SVG format to the panel background picker dialog. + * Ported to Qt6. + * Added Wayland support for positioning the panel by using layer shell. + lxqt-panel-1.4.0 / 2023-11-05 ============================== * Use lxqt-menu-data instead of lxmenu-data. diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cd60ede7..f38aef288 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR) # CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level # CMakeLists.txt file even before calling the project() command. # The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)