Skip to content

Releases: jolicode/JoliNotif

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

Release v2.3.0

07 Mar 12:31
9cca717
Compare
Choose a tag to compare
  • Added SnoreToastNotifier to fix notification on Windows 8+
  • Deprecated ToasterNotifier in favour of SnoreToastNotifier
  • Added support for PHP 8

Release v2.2.0

17 Jun 08:26
52f5b98
Compare
Choose a tag to compare
  • Added support for kdialog - the native notifier on KDE Desktop

Release v2.1.0

10 Jan 15:38
b1a7ccf
Compare
Choose a tag to compare
  • Added support for Symfony > 5.0
  • Dropped support for PHP < 7.2