Release v2.7.0
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
- @TheoD02 made their first contribution in #101
- @vesper8 made their first contribution in #98
- @morawskim made their first contribution in #100
Full Changelog: v2.6.0...v2.7.0