Skip to content

Commit

Permalink
Pre-release changes (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Jan 2, 2023
1 parent 3838d3b commit fc79caa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
libfm-qt-1.2.1 / 2023-01-02
============================
* Specified the parents of context menus for use on Wayland.
* Fixed launching XWayland apps under Wayland.
* appchooserdialog: do not disable the OK button when Custom Command page is shown.
* Increased the minimum width of name column in detailed list view.
* Fixed the DND menu position under Wayland.
* Fixed crash with DND from outside app under Wayland.
* Fixed unresponsive DND menu under Wayland.
* Workaround for DND keyboard modifiers under Wayland.
* Check mime data of clipboard for nullity (for Wayland).
* Fixed drawing of selection rectangle under Wayland.

libfm-qt-1.2.0 / 2022-11-05
============================
* Support adding of pattern lists to entries of search dialog (such lists are used by `pcmanfm-qt` for having a search history).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(LIBFM_QT_LIBRARY_NAME "fm-qt" CACHE STRING "fm-qt")

set(LIBFM_QT_API_VERSION_MAJOR 1)
set(LIBFM_QT_API_VERSION_MINOR 2)
set(LIBFM_QT_API_VERSION_PATCH 0)
set(LIBFM_QT_API_VERSION_PATCH 1)
set(LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR}.${LIBFM_QT_API_VERSION_MINOR}.${LIBFM_QT_API_VERSION_PATCH})

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

0 comments on commit fc79caa

Please sign in to comment.