Skip to content

Commit 07006b7

Browse files
authored
Pre-release changes (#1964)
1 parent bc3240b commit 07006b7

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
pcmanfm-qt-2.0.0 / 2024-04-17
215
==============================
316
* Ported to Qt6.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ project(pcmanfm-qt)
88

99
# PcmanFm-Qt Version
1010
set(PCMANFM_QT_VERSION_MAJOR 2)
11-
set(PCMANFM_QT_VERSION_MINOR 0)
11+
set(PCMANFM_QT_VERSION_MINOR 1)
1212
set(PCMANFM_QT_VERSION_PATCH 0)
1313

1414
set(PCMANFM_QT_VERSION ${PCMANFM_QT_VERSION_MAJOR}.${PCMANFM_QT_VERSION_MINOR}.${PCMANFM_QT_VERSION_PATCH})
1515

1616
# 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")
1919
set(QT_MINIMUM_VERSION "6.6.0")
2020
set(SHELLQT_MINIMUM_VERSION "6.0.0")
2121

0 commit comments

Comments
 (0)