ms7m / notify-py

:speech_balloon: | A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux
MIT License
262 stars 26 forks source link

v0.3.0 #19

Closed ms7m closed 4 years ago

ms7m commented 4 years ago

breaking changes:

override_detected_notification_system kwarg has been changed to use_custom_notifier. This kwarg is for passing a custom object inherited by BaseNotifier.

override_detected_notification_system is now for passing a custom platform name.

new:

Fixes: