Skip to content

Releases: Jeric-X/NativeNotification

v1.0.3

13 Sep 14:26

Choose a tag to compare

  • Fix exceptions when setting image to null on macOS.

v1.0.2

26 Aug 14:22

Choose a tag to compare

  • Fix null reference exception caused by notifications delivered from WIndows OS.

v1.0.1

26 Jul 06:48

Choose a tag to compare

  • Remove DBus dependency on macOS and Windows.
  • Fix macOS buttons on old OS versions.

v1.0.0

24 Jul 14:33

Choose a tag to compare

  • A C# library for sending native system notifications across desktop platforms.
  • Supports Windows (toast notifications), Linux (freedesktop.org), and macOS (NSUserNotification).
  • Supports notifications with text, images, and action buttons.

v1.0.0-beta2

24 Jul 13:26

Choose a tag to compare

v1.0.0-beta2 Pre-release
Pre-release
  • Add a suppressNotSupportedException parameter for creating IProgressNotification.
  • Add INotificationManager.Show() to show a notification quickly.

v1.0.0-beta1

24 Jul 10:05

Choose a tag to compare

v1.0.0-beta1 Pre-release
Pre-release
  • A C# library for sending native system notifications across desktop platforms.
  • Supports Windows (toast notifications), Linux (freedesktop.org), and macOS (NSUserNotification).
  • Enables notifications with text, images, and action buttons.