Skip to content

Commit

Permalink
Prerelease changes (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 16, 2022
1 parent ae967f4 commit f3ebda1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libqtxdg-3.9.0 / 2022-04-15
===========================
* Improved email client command line handling in qtxdg-mat.
* Handled '--help-all' option in qtxdg-mat.
* Supported string literals in Exec keys of desktop entries.
* Updated `README.md`.
* Fixed config file name with empty `XDG_CURRENT_DESKTOP`.

libqtxdg-3.8.0 / 2021-11-04
===========================
* Handle relative paths in qtxdg-desktop-file-start.
Expand Down
4 changes: 2 additions & 2 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 8)
set(QTXDG_MINOR_VERSION 9)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.10.0")
set(LXQTBT_MINIMUM_VERSION "0.11.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 f3ebda1

Please sign in to comment.