Skip to content

Commit

Permalink
Pre-release changes (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent 5695b8c commit 21ca619
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
lxqt-notificationd-2.1.0 / 2024-11-05
======================================
* Corrected a mistake in processing `image-path`.
* Fixed multi-screen setups with Wayland.
* Standardized the desktop file.
* Added "Do Not Disturb" to tray menu.
* Fixed regressions.
* Workaround for translucency artifacts with Qt 6.8.0 on Wayland.

lxqt-notificationd-2.0.1 / 2024-05-04
======================================
* Prevented a random crash on killing the process with Qt ≥ 6.7.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
option(LXQT_NOTIFICATION_BUILD_TESTS "Build LXQt Notification tests" OFF)

set(KF6_MINIMUM_VERSION "6.0.0")
set(LXQT_MINIMUM_VERSION "2.0.0")
set(LXQT_MINIMUM_VERSION "2.1.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(SHELLQT_MINIMUM_VERSION "6.0.0")

Expand All @@ -30,7 +30,7 @@ find_package(LayerShellQt ${SHELLQT_MINIMUM_VERSION} REQUIRED)
message(STATUS "Building with Qt${Qt6Core_VERSION}")

# Patch Version
set(LXQT_NOTIFICATIOND_PATCH_VERSION 1)
set(LXQT_NOTIFICATIOND_PATCH_VERSION 0)

set(LXQT_NOTIFICATIOND_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_NOTIFICATIOND_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit 21ca619

Please sign in to comment.