Skip to content

Commit 25c37d4

Browse files
authored
Pre-release changes (#1705)
1 parent 9e95828 commit 25c37d4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pcmanfm-qt-1.2.1 / 2023-01-02
2+
==============================
3+
* Corrected the icon for "New Tab".
4+
* Corrected some descriptions in Hidden Shortcuts dialog.
5+
* Enabled tab DND under Wayland.
6+
* Fixed the context menus of tabs and forward/backward buttons under Wayland.
7+
18
pcmanfm-qt-1.2.0 / 2022-11-05
29
==============================
310
* Fixed the links of About dialog.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ project(pcmanfm-qt)
99
# PcmanFm-Qt Version
1010
set(PCMANFM_QT_VERSION_MAJOR 1)
1111
set(PCMANFM_QT_VERSION_MINOR 2)
12-
set(PCMANFM_QT_VERSION_PATCH 0)
12+
set(PCMANFM_QT_VERSION_PATCH 1)
1313

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

1616
# Minimum versions
17-
set(LIBFMQT_MINIMUM_VERSION "1.2.0")
17+
set(LIBFMQT_MINIMUM_VERSION "1.2.1")
1818
set(LXQTBT_MINIMUM_VERSION "0.12.0")
1919
set(QT_MINIMUM_VERSION "5.15.0")
2020

0 commit comments

Comments
 (0)