File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ pcmanfm-qt-2.1.0 / 2024-11-05
2
+ ==============================
3
+ * Add 8 menu icons.
4
+ * Use own icon in the desktop entry.
5
+ * Trim leading and trailing spaces in server connection dialog.
6
+ * Remember showing of hidden desktop items.
7
+ * Separate multi-screen desktops under Wayland.
8
+ * Enabled shortcut for inverting selection on Desktop.
9
+ * Enable translucency for desktop under Wayland.
10
+ * Simplified the code for folder settings.
11
+ * Silenced compilation warnings.
12
+ * Add remaining icons to "Go" menu.
13
+
1
14
pcmanfm-qt-2.0.0 / 2024-04-17
2
15
==============================
3
16
* Ported to Qt6.
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ project(pcmanfm-qt)
8
8
9
9
# PcmanFm-Qt Version
10
10
set (PCMANFM_QT_VERSION_MAJOR 2)
11
- set (PCMANFM_QT_VERSION_MINOR 0 )
11
+ set (PCMANFM_QT_VERSION_MINOR 1 )
12
12
set (PCMANFM_QT_VERSION_PATCH 0)
13
13
14
14
set (PCMANFM_QT_VERSION ${PCMANFM_QT_VERSION_MAJOR} .${PCMANFM_QT_VERSION_MINOR} .${PCMANFM_QT_VERSION_PATCH} )
15
15
16
16
# Minimum versions
17
- set (LIBFMQT_MINIMUM_VERSION "2.0 .0" )
18
- set (LXQTBT_MINIMUM_VERSION "2.0 .0" )
17
+ set (LIBFMQT_MINIMUM_VERSION "2.1 .0" )
18
+ set (LXQTBT_MINIMUM_VERSION "2.1 .0" )
19
19
set (QT_MINIMUM_VERSION "6.6.0" )
20
20
set (SHELLQT_MINIMUM_VERSION "6.0.0" )
21
21
You can’t perform that action at this time.
0 commit comments