Skip to content

Commit

Permalink
Pre-release changes (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 7d914e4 commit 699befb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pcmanfm-qt-1.4.0 / 2023-11-05
==============================
* Check if wallpaper cache is up-to-date on reading Desktop settings (needed when the wallpaper is changed but its path and name are not).
* Added an SVG app icon.
* Fixed the tab order in dialogs.
* Prevent invisible bulk renaming dialog dialog under Wayland.
* Include the state of split view on restoring tabs of the last window. The credit goes to @riverbl for the main idea.
* Allow users to add terminal commands.
* Fixed `--wallpaper-mode` command-line option.

pcmanfm-qt-1.3.0 / 2023-04-15
==============================
* Don't try to activate windows under Wayland (it isn't possible).
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ project(pcmanfm-qt)

# PcmanFm-Qt Version
set(PCMANFM_QT_VERSION_MAJOR 1)
set(PCMANFM_QT_VERSION_MINOR 3)
set(PCMANFM_QT_VERSION_MINOR 4)
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 "1.3.0")
set(LIBFMQT_MINIMUM_VERSION "1.4.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(QT_MINIMUM_VERSION "5.15.0")

Expand Down

0 comments on commit 699befb

Please sign in to comment.