All Versions
16
Latest Version
Avg Release Cycle
128 days
Latest Release
1402 days ago

Changelog History
Page 1

  • v2.2.0 Changes

    June 17, 2020
    • โž• Added support for kdialog - the native notifier on KDE Desktop
  • v2.1.0 Changes

    January 10, 2020
    • โž• Added support for Symfony > 5.0
    • โฌ‡๏ธ Dropped support for PHP < 7.2
  • v2.0.2 Changes

    February 26, 2019
    • ๐Ÿ›  Fixed compatibility with Windows Subsystem for Linux
    • ๐Ÿ›  Fixed compatibility with Symfony 4.2
  • v2.0.1 Changes

    April 04, 2018
    • ๐Ÿ›  Fixed autoloader in CLI script
  • v2.0.0 Changes

    February 12, 2018
    • โฌ‡๏ธ Dropped support for Symfony < 3.3
    • โฌ‡๏ธ Dropped support for PHP < 7 & HHVM
    • ๐Ÿ›  Fixed compatibility with Symfony 4
    • โž• Added better CI configuration
    • โž• Added typehints everywhere
  • v1.3.0 Changes

    January 25, 2018
    • โž• Added binary script to run jolinotif in CLI
  • v1.2.0 Changes

    July 17, 2017
    • โž• Added support for sound and subtitle option on AppleScript notifier
    • โž• Added support for url option on TerminalNotifier notifier
  • v1.1.2 Changes

    July 13, 2017
    • ๐Ÿ›  Fixed compatibility with symfony/process 3.3
  • v1.1.1 Changes

    June 03, 2017
    • ๐Ÿ›  Fixed Notification icon to always use a canonical absolute path
  • v1.1.0 Changes

    April 04, 2017
    • โž• Added NotifierFactory::createOrThrowException() method
    • โž• Added NullNotifier to get ride of null value
    • โšก๏ธ Updated php-cs-fixer to v2.0 and fixed CS