Skip to content

Releases: jolicode/JoliNotif

Release v3.3.0

04 Dec 10:51
7083df4

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

Release v3.2.0

16 Oct 21:34
6f6490f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

Release v3.1.1

22 May 13:19
c3a8864

Choose a tag to compare

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

17 Feb 10:55
146b7bf

Choose a tag to compare

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

Full Changelog: v3.0.0...v3.1.0

Release v3.0.0

02 Oct 16:03
ce27ee0

Choose a tag to compare

What's Changed

  • Prepare v3 and remove everything deprecated by @pyrech in #113

Full Changelog: v2.7.3...v3.0.0

Release v2.7.3

30 Sep 13:35
3c3e1c4

Choose a tag to compare

What's Changed

  • Fixed SnoreToast and Notifu Windows drivers to be non blocking by @shadoWalker89 in #112

New Contributors

Full Changelog: v2.7.2...v2.7.3

Release v2.7.2

01 Jun 06:20
b34dac1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.1...v2.7.2

Release v2.7.1

03 May 19:36
14eb53a

Choose a tag to compare

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

03 May 12:45
0b525e2

Choose a tag to compare

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

Release v2.6.0

03 Dec 13:16
6a886aa

Choose a tag to compare

  • 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