Skip to content

Commit

Permalink
Pre-release changes (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent bc3240b commit 07006b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
pcmanfm-qt-2.1.0 / 2024-11-05
==============================
* Add 8 menu icons.
* Use own icon in the desktop entry.
* Trim leading and trailing spaces in server connection dialog.
* Remember showing of hidden desktop items.
* Separate multi-screen desktops under Wayland.
* Enabled shortcut for inverting selection on Desktop.
* Enable translucency for desktop under Wayland.
* Simplified the code for folder settings.
* Silenced compilation warnings.
* Add remaining icons to "Go" menu.

pcmanfm-qt-2.0.0 / 2024-04-17
==============================
* Ported to Qt6.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ project(pcmanfm-qt)

# PcmanFm-Qt Version
set(PCMANFM_QT_VERSION_MAJOR 2)
set(PCMANFM_QT_VERSION_MINOR 0)
set(PCMANFM_QT_VERSION_MINOR 1)
set(PCMANFM_QT_VERSION_PATCH 0)

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

# Minimum versions
set(LIBFMQT_MINIMUM_VERSION "2.0.0")
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(LIBFMQT_MINIMUM_VERSION "2.1.0")
set(LXQTBT_MINIMUM_VERSION "2.1.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(SHELLQT_MINIMUM_VERSION "6.0.0")

Expand Down

0 comments on commit 07006b7

Please sign in to comment.