Releases: jolicode/JoliNotif
Releases · jolicode/JoliNotif
Release v3.3.0
Release v3.2.0
What's Changed
- Add support for Symfony 8.0 by @alexandre-daubois in #123
- Fix Symfony constraint in
composer.jsonby @alexandre-daubois in #124 - Add missing branch-alias to composer.json by @nicolas-grekas in #125
- Simplify PHP version note on README by @pyrech in #126
- Implement a new Powershell-only driver for WSL by @damienalexandre in #127
- Remove WslNotifySendDriver by @pyrech in #129
New Contributors
- @alexandre-daubois made their first contribution in #123
- @nicolas-grekas made their first contribution in #125
- @damienalexandre made their first contribution in #127
Full Changelog: v3.1.1...v3.2.0
Release v3.1.1
What's Changed
- LibNotifyDriver: Load lib over FFI only once by @lyrixx in #121
- Do not use FFI on SAPI !== cli by @lyrixx in #122
Full Changelog: v3.1.0...v3.1.1
Release v3.1.0
What's Changed
- feat(driver): Sound option with TerminalNotifierDriver by @aurac in #114
- Bump symfony/process from 6.4.4 to 6.4.14 in /tools/phar by @dependabot in #115
- Bump symfony/process from 6.4.7 to 6.4.14 in /tools/php-cs-fixer by @dependabot in #116
- Drop support for EOL version + Add support for PHP 8.4 by @lyrixx in #117
- Allow jolicode/php-os-helper ^0.2 by @lyrixx in #118
- Fix GA phar upload by @pyrech in #119
New Contributors
- @aurac made their first contribution in #114
- @dependabot made their first contribution in #115
Full Changelog: v3.0.0...v3.1.0
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