Skip to content

Commit

Permalink
Pre-release changes (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Dec 1, 2024
1 parent 98e485d commit c9b311d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c9b311d

Please sign in to comment.