diff --git a/CHANGELOG b/CHANGELOG index fff5f4e..5f4e8cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +lxqt-notificationd-2.1.1 / 2024-12-01 +====================================== + * Fixed transparent notifications with System theme on Wayland (by checking stylesheet before applying Wayland workaround for artifacts). + lxqt-notificationd-2.1.0 / 2024-11-05 ====================================== * Corrected a mistake in processing `image-path`. diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b17925..d4f4107 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 0) +set(LXQT_NOTIFICATIOND_PATCH_VERSION 1) set(LXQT_NOTIFICATIOND_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_NOTIFICATIOND_PATCH_VERSION}) add_definitions(