Skip to content

Releases: samschott/desktop-notifier

v3.5.0

01 May 18:30

Choose a tag to compare

This release introduces proper Windows support after the windows backend has been in pre-release for some time.

v3.4.3

01 Feb 20:32

Choose a tag to compare

Handle gracefully if we cannot detect the App ID on Windows.

v3.4.2

22 Nov 01:24

Choose a tag to compare

  • Introduce support for notification timeouts, currently on Linux only.
  • Improve error handling and detection in Windows implementation when asking for permission to send notifications and run background tasks.
  • Update winsdk to v1.0.0b7 and make API adjustments.

v3.4.1

12 Oct 19:42

Choose a tag to compare

Fixes an issue where passing icon = '' to DesktopNotifier.send() would always default to using the app icon. This should only be the case when passing icon = None which is the default value.

v3.4.0

29 Mar 23:06

Choose a tag to compare

Experimental support for Windows Toast notifications.

v3.3.5

21 Mar 20:41

Choose a tag to compare

Fixes callbacks not being called when pressing the button with index 0 when using the Dbus backend.

v3.3.1

14 Aug 18:55

Choose a tag to compare

Updated type hints and marked package as py.typed.

v3.3.0

21 Jun 23:37

Choose a tag to compare

Added:

  • Added support for notification urgencies in macOS 12 and iOS 15.

Fixed:

  • Fixed a segfault when running from a non-framework build of Python on macOS 10.14 and higher.