Skip to content

Commit

Permalink
Pre-release changes (#266)
Browse files Browse the repository at this point in the history
* Pre-release changes

* Corrected a typo
  • Loading branch information
tsujan committed Nov 5, 2021
1 parent 44038d7 commit e5d49ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
libqtxdg-3.8.0 / 2021-11-04
===========================
* Handle relative paths in qtxdg-desktop-file-start.
* Improved error message.
* Make sure hicolor is searched before dash fallbacks.
* Improved file manager command line handling in qtxdg-mat.
* Added default terminal.
* Consider XDG_DATA_HOME when computing desktop entry id.
* Consider Qt's fallback search paths when finding icons.

libqtxdg-3.7.1 / 2021-04-16
===========================
* Fixed compilation against Qt < 5.14.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ option(BUILD_DEV_UTILS "Builds and install development utils" OFF)
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(QTXDG_MAJOR_VERSION 3)
set(QTXDG_MINOR_VERSION 7)
set(QTXDG_PATCH_VERSION 1)
set(QTXDG_MINOR_VERSION 8)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.9.0")
set(LXQTBT_MINIMUM_VERSION "0.10.0")
set(QT_MINIMUM_VERSION "5.15.0")
set(GLIB_MINIMUM_VERSION "2.41.0") # Mime Apps new implementation

Expand Down

0 comments on commit e5d49ed

Please sign in to comment.