Skip to content

Commit

Permalink
Pre-release changes (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent db467af commit fda7b96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
libfm-qt-1.4.0 / 2023-11-05
============================
* Use lxqt-menu-data instead of lxmenu-data.
* Don't select extensions on creating new template files.
* Prevent invisible "Create New" dialog under Wayland.
* Also add suffixes containing dot on saving with LXQt file dialog.
* Remember password and anonymity settings of mount dialog.
* Fixed a crash on deleting path-bar.
* Added `foot` to `terminals.list`.
* Get terminals list also from data directories.

libfm-qt-1.3.0 / 2023-04-15
============================
* Fixed the thumbnail/icon rectangle in list views.
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(libfm-qt)
set(LIBFM_QT_LIBRARY_NAME "fm-qt" CACHE STRING "fm-qt")

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

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

set(GLIB_MINIMUM_VERSION "2.50.0")
set(LIBMENUCACHE_MINIMUM_VERSION "1.1.0")
set(LXQTMENUDATA_MINIMUM_VERSION "1.3.0")
set(LXQTMENUDATA_MINIMUM_VERSION "1.4.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(QT_MINIMUM_VERSION "5.15.0")

Expand Down

0 comments on commit fda7b96

Please sign in to comment.