Skip to content

Commit

Permalink
Pre-release changes (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Nov 5, 2023
1 parent 774edcc commit 01699d8
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.4.0 / 2023-11-05
======================================
* Moved the size and margin settings to the Appearance page of config dialog.
* Ported a deprecated KWindowSystem method.
* Port away from deprecated date/time format.
* Ensure cleaning of resources.
* Exit upon unsuccessful initialization.

lxqt-notificationd-1.3.0 / 2023-04-15
======================================
* Updated translations and bumped the version.
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.101.0")
set(LXQT_MINIMUM_VERSION "1.3.0")
set(LXQT_MINIMUM_VERSION "1.4.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 01699d8

Please sign in to comment.