diff --git a/CHANGELOG b/CHANGELOG index 4bb905cf..0bfa15b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +pcmanfm-qt-2.0.0 / 2024-04-17 +============================== + * Ported to Qt6. + * Used layer-shell-qt for Desktop under Wayland. + * Fixed rare misplacement of desktop icons with Qt6. + * Added 5 menu icons to the main window. + * Disabled root instance under Wayland. + pcmanfm-qt-1.4.1 / 2024-02-09 ============================== * Fixed a regression in setting wallpaper with command-line. diff --git a/CMakeLists.txt b/CMakeLists.txt index e4e5723b..66755bcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)