Skip to content

Commit 51da996

Browse files
authored
Pre-release changes (#2050)
* Pre-release changes * Added layer shell commit to ChangeLog
1 parent 2a1fb64 commit 51da996

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
lxqt-panel-2.0.0 / 2024-04-17
2+
==============================
3+
* Added Fancy Menu plugin.
4+
* Removed spaces from saved settings of Custom Command plugin.
5+
* Added the SVG format to the panel background picker dialog.
6+
* Ported to Qt6.
7+
* Added Wayland support for positioning the panel by using layer shell.
8+
19
lxqt-panel-1.4.0 / 2023-11-05
210
==============================
311
* Use lxqt-menu-data instead of lxmenu-data.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
22
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
33
# CMakeLists.txt file even before calling the project() command.
44
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)

0 commit comments

Comments
 (0)