Skip to content

Commit fc79caa

Browse files
authored
Pre-release changes (#869)
1 parent 3838d3b commit fc79caa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
libfm-qt-1.2.1 / 2023-01-02
2+
============================
3+
* Specified the parents of context menus for use on Wayland.
4+
* Fixed launching XWayland apps under Wayland.
5+
* appchooserdialog: do not disable the OK button when Custom Command page is shown.
6+
* Increased the minimum width of name column in detailed list view.
7+
* Fixed the DND menu position under Wayland.
8+
* Fixed crash with DND from outside app under Wayland.
9+
* Fixed unresponsive DND menu under Wayland.
10+
* Workaround for DND keyboard modifiers under Wayland.
11+
* Check mime data of clipboard for nullity (for Wayland).
12+
* Fixed drawing of selection rectangle under Wayland.
13+
114
libfm-qt-1.2.0 / 2022-11-05
215
============================
316
* Support adding of pattern lists to entries of search dialog (such lists are used by `pcmanfm-qt` for having a search history).

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(LIBFM_QT_LIBRARY_NAME "fm-qt" CACHE STRING "fm-qt")
1010

1111
set(LIBFM_QT_API_VERSION_MAJOR 1)
1212
set(LIBFM_QT_API_VERSION_MINOR 2)
13-
set(LIBFM_QT_API_VERSION_PATCH 0)
13+
set(LIBFM_QT_API_VERSION_PATCH 1)
1414
set(LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR}.${LIBFM_QT_API_VERSION_MINOR}.${LIBFM_QT_API_VERSION_PATCH})
1515

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

0 commit comments

Comments
 (0)