Skip to content

Commit

Permalink
Prerelease changes (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 16, 2022
1 parent 7485add commit eeb0d87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
lxqt-notificationd-1.1.0 / 2022-04-15
======================================
* A better layout for config dialog.
* Added a preview button, instead of automatic preview.
* Show LXQt config's test notifications in do-not-disturb mode too.
* Updated `README.md`.
* Update notification icon when global settings are changed.

lxqt-notificationd-1.0.0 / 2021-11-04
======================================
* Updated AUTHORS.
Expand Down
2 changes: 1 addition & 1 deletion 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(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_MINIMUM_VERSION "1.0.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit eeb0d87

Please sign in to comment.