Skip to content

Commit

Permalink
Pre-release changes (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Jan 2, 2023
1 parent 9e95828 commit 25c37d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pcmanfm-qt-1.2.1 / 2023-01-02
==============================
* Corrected the icon for "New Tab".
* Corrected some descriptions in Hidden Shortcuts dialog.
* Enabled tab DND under Wayland.
* Fixed the context menus of tabs and forward/backward buttons under Wayland.

pcmanfm-qt-1.2.0 / 2022-11-05
==============================
* Fixed the links of About dialog.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ project(pcmanfm-qt)
# PcmanFm-Qt Version
set(PCMANFM_QT_VERSION_MAJOR 1)
set(PCMANFM_QT_VERSION_MINOR 2)
set(PCMANFM_QT_VERSION_PATCH 0)
set(PCMANFM_QT_VERSION_PATCH 1)

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

# Minimum versions
set(LIBFMQT_MINIMUM_VERSION "1.2.0")
set(LIBFMQT_MINIMUM_VERSION "1.2.1")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(QT_MINIMUM_VERSION "5.15.0")

Expand Down

0 comments on commit 25c37d4

Please sign in to comment.