You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now set interaction callbacks at the DesktopNotifier level which will be called on interactions with any notifications from the running app. Callbacks set on an individual notification take precedence if set.
Changed:
send methods now return the notification ID instead of the notification instance.
Notification objects are fully immutable.
Fixed:
Callbacks on notification dismissal not being called on macOS.
Deprecated:
Setting notification_limit will be ignored and logs a deprecation warning.