Skip to content

Commit 12cc902

Browse files
committed
update changelog
1 parent dc6a2c8 commit 12cc902

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
126
# v5.0.1
227

328
## Fixed:

0 commit comments

Comments
 (0)