Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@samschott samschott released this 08 Sep 20:15
· 5 commits to main since this release

Added:

  • 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.

Removed: