Skip to content

Commit fda7b96

Browse files
authored
Pre-release changes (#932)
1 parent db467af commit fda7b96

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

Diff for: CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
libfm-qt-1.4.0 / 2023-11-05
2+
============================
3+
* Use lxqt-menu-data instead of lxmenu-data.
4+
* Don't select extensions on creating new template files.
5+
* Prevent invisible "Create New" dialog under Wayland.
6+
* Also add suffixes containing dot on saving with LXQt file dialog.
7+
* Remember password and anonymity settings of mount dialog.
8+
* Fixed a crash on deleting path-bar.
9+
* Added `foot` to `terminals.list`.
10+
* Get terminals list also from data directories.
11+
112
libfm-qt-1.3.0 / 2023-04-15
213
============================
314
* Fixed the thumbnail/icon rectangle in list views.

Diff for: CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(libfm-qt)
99
set(LIBFM_QT_LIBRARY_NAME "fm-qt" CACHE STRING "fm-qt")
1010

1111
set(LIBFM_QT_API_VERSION_MAJOR 1)
12-
set(LIBFM_QT_API_VERSION_MINOR 3)
12+
set(LIBFM_QT_API_VERSION_MINOR 4)
1313
set(LIBFM_QT_API_VERSION_PATCH 0)
1414
set(LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR}.${LIBFM_QT_API_VERSION_MINOR}.${LIBFM_QT_API_VERSION_PATCH})
1515

@@ -23,12 +23,12 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
2323
# universal way to translate a libtool version-info to a cmake version.
2424
# We use "(current-age).age.revision" as the cmake version.
2525
# current: 6, revision: 0, age: 0 => version: 6.0.0
26-
set(LIBFM_QT_ABI_VERSION "13.0.0")
27-
set(LIBFM_QT_SOVERSION "13")
26+
set(LIBFM_QT_ABI_VERSION "14.0.0")
27+
set(LIBFM_QT_SOVERSION "14")
2828

2929
set(GLIB_MINIMUM_VERSION "2.50.0")
3030
set(LIBMENUCACHE_MINIMUM_VERSION "1.1.0")
31-
set(LXQTMENUDATA_MINIMUM_VERSION "1.3.0")
31+
set(LXQTMENUDATA_MINIMUM_VERSION "1.4.0")
3232
set(LXQTBT_MINIMUM_VERSION "0.13.0")
3333
set(QT_MINIMUM_VERSION "5.15.0")
3434

0 commit comments

Comments
 (0)