Releases: jolicode/JoliNotif
Releases · jolicode/JoliNotif
Release v3.0.0
What's Changed
Full Changelog: v2.7.3...v3.0.0
Release v2.7.3
What's Changed
- Fixed SnoreToast and Notifu Windows drivers to be non blocking by @shadoWalker89 in #112
New Contributors
- @shadoWalker89 made their first contribution in #112
Full Changelog: v2.7.2...v2.7.3
Release v2.7.2
Release v2.7.1
What's Changed
- Fixed phar for Windows drivers
- Fixed executable in verbose mode when no driver is available
- Fixed executable to better handle option passed several times
Full Changelog: v2.7.0...v2.7.1
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
Release v2.6.0
- Deprecated Joli\JoliNotif\Util\OsHelper in favor of jolicode/php-os-helper package
- Added support for Symfony 7.x
- Added support for PHP 8.3
- Dropped support for PHP 8.0
Release v2.5.2
- Added PHAR to GitHub releases
Release v2.5.1
- Fixed permissions on Windows notifiers binaries
Release v2.5.0
- Dropped support for PHP 7.4
- Dropped support for Symfony 4.x
- Added support for PHP 8.2
Release v2.4.0
- Dropped support for PHP < 7.4
- Dropped support for Symfony 3.x
- Added support for Symfony 6.x