File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-panel-2.0.1 / 2024-05-08
2
+ ==============================
3
+ * Fixed a runtime failure in the plugin loader.
4
+ * Workaround for Removable Media plugin with a GLib-mounted encrypted volume.
5
+
1
6
lxqt-panel-2.0.0 / 2024-04-17
2
7
==============================
3
8
* Added Fancy Menu plugin.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED)
46
46
find_package (LayerShellQt REQUIRED )
47
47
48
48
# Patch Version
49
- set (LXQT_PANEL_PATCH_VERSION 0 )
49
+ set (LXQT_PANEL_PATCH_VERSION 1 )
50
50
set (LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION} )
51
51
add_definitions ("-DLXQT_PANEL_VERSION=\" ${LXQT_PANEL_VERSION} \" " )
52
52
You can’t perform that action at this time.
0 commit comments