Skip to content

Commit 81361a3

Browse files
authored
Pre-release changes (#322)
1 parent f91d09b commit 81361a3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libqtxdg-4.3.0 / 2025-11-05
2+
============================
3+
* Fixed building with Qt 6.10.
4+
* Fixed xdgdirs' `createdir` behavior.
5+
* Miscellaneous code improvements.
6+
* Xdg dirs better postfix
7+
* Fixed XdgDirs documentation typo.
8+
19
libqtxdg-4.2.0 / 2025-04-17
210
============================
311
* Adapted to changes in private headers of Qt 6.9.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ option(QTXDG_INSTALL_DEFAPPS_CONFIG "Install default app config files" ON)
1414
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1515

1616
set(QTXDG_MAJOR_VERSION 4)
17-
set(QTXDG_MINOR_VERSION 2)
17+
set(QTXDG_MINOR_VERSION 3)
1818
set(QTXDG_PATCH_VERSION 0)
1919
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})
2020

21-
set(LXQTBT_MINIMUM_VERSION "2.2.0")
21+
set(LXQTBT_MINIMUM_VERSION "2.3.0")
2222
set(QT_MINIMUM_VERSION "6.6.0")
2323
set(GLIB_MINIMUM_VERSION "2.41.0") # Mime Apps new implementation
2424

0 commit comments

Comments
 (0)