We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6a2c8 commit 12cc902Copy full SHA for 12cc902
CHANGES.md
@@ -1,3 +1,28 @@
1
+# v6.0.0
2
+
3
+## Added:
4
5
+* You can now set interaction callbacks at the `DesktopNotifier` level which will be
6
+ called on interactions with any notifications from the running app. Callbacks set on
7
+ an individual notification take precedence if set.
8
9
+## Changed:
10
11
+* `send` methods now return the notification ID instead of the notification instance.
12
+* Notification objects are fully immutable.
13
14
+## Fixed:
15
16
+* Callbacks on notification dismissal not being called on macOS.
17
18
+## Deprecated:
19
20
+* Setting `notification_limit` will be ignored and logs a deprecation warning.
21
22
+## Removed:
23
24
+* Deprecated APIs from v5.0.0.
25
26
# v5.0.1
27
28
## Fixed:
0 commit comments