Skip to content

Commit

Permalink
Pre-release changes (#2050)
Browse files Browse the repository at this point in the history
* Pre-release changes

* Added layer shell commit to ChangeLog
  • Loading branch information
tsujan authored Apr 17, 2024
1 parent 2a1fb64 commit 51da996
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 51da996

Please sign in to comment.