Skip to content

Release v2.7.0

Compare
Choose a tag to compare
@pyrech pyrech released this 03 May 12:45
· 7 commits to main since this release
0b525e2

What's Changed

  • Added a new NotifierInterface and DefaultNotifier as the main public API of this package
  • Added a wsl-notify-send notifier for Windows Subsystem for Linux
  • Added a libnotify based notifier for Linux through FFI
  • Changed TerminalNotifier to use contentImage option for icon instead of appIcon
  • Fixed phar missing some dependencies
  • Marked most of the classes as internal
  • Deprecated all the notifiers classes in favor of the new internal DriverInterface implementations
  • Deprecated the NotifierFactory in favor of the new DefaultNotifier class that hide driver implementation details

New Contributors

Full Changelog: v2.6.0...v2.7.0