Skip to content

Commit

Permalink
Pre-release changes (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 15, 2023
1 parent 9d7ff06 commit 57cbdb3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 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.3.0 / 2023-04-15
==============================
* Don't try to activate windows under Wayland (it isn't possible).
* Leave the pixmap cache limit to Qt (and avoid extra CPU usage is rare cases).
* Added a title for Desktop (for setting WM rules under some Wayland compositors).
* Localize tab texts for special folders ("search", Applications, Computer, Network, Trash and Desktop).
* Prevent Desktop items from shaking on config changes.
* Remove Desktop's drop indicator on leaving Desktop.
* Keep dragged and dropped items together on Desktop as far as possible.

pcmanfm-qt-1.2.1 / 2023-01-02
==============================
* Corrected the icon for "New Tab".
Expand Down
8 changes: 4 additions & 4 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 1)
set(PCMANFM_QT_VERSION_MINOR 2)
set(PCMANFM_QT_VERSION_PATCH 1)
set(PCMANFM_QT_VERSION_MINOR 3)
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.2.1")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(LIBFMQT_MINIMUM_VERSION "1.3.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(QT_MINIMUM_VERSION "5.15.0")

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 57cbdb3

Please sign in to comment.