Skip to content

Releases: jolicode/JoliNotif

Release v3.0.0

02 Oct 16:03
ce27ee0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Release v2.5.2

25 May 08:24
b8b1e85
Compare
Choose a tag to compare
  • Added PHAR to GitHub releases

Release v2.5.1

24 May 18:47
91c7580
Compare
Choose a tag to compare
  • Fixed permissions on Windows notifiers binaries

Release v2.5.0

24 Dec 13:39
a10a7cb
Compare
Choose a tag to compare
  • Dropped support for PHP 7.4
  • Dropped support for Symfony 4.x
  • Added support for PHP 8.2

Release v2.4.0

01 Dec 16:21
a15bfc0
Compare
Choose a tag to compare
  • Dropped support for PHP < 7.4
  • Dropped support for Symfony 3.x
  • Added support for Symfony 6.x