github caronc/apprise v0.9.6
Apprise Release v0.9.6

latest releases: v1.9.1, v1.9.0, 1.9.0...
3 years ago

Details

📣 New Notification Services:

  • Apprise API Support added. (#459)
    • This is an alternative to the --config= allowing you to still signal an Apprise API server to trigger notifications you have stored their

💡 Features

  • More secure logging; reducing the possibility of personal information from being visible in log files. (#453)
  • Supplementary URL Support on Pushover calls; (#468 and #477)
    • just include url= and url_title= as part of the Apprise URL
  • Telegram now supports the ability to set a silent mode or disable web page previews. (#466)
    • just include silent=yes and/or preview=no as part of the Apprise URL
  • Support Matrix Notice Types (#460)
    • just include msgtype=notice as part of the Apprise URL to switch the type over
  • New CLI switch --details (-l) which prints a nice detailed list of what plugins are currently loaded based on the OS environment. It also prints details of what is required to make non working plugins active. Here is an example of the output (as it is now) on the CLI:
    image

❤️ Life-Cycle Support

  • SleekXMPP support dropped from XMPP plugin
  • Re-factored all unit tests to be more modular (1:1 with their respected plugin) (#483)
  • cryptography is no longer a package requirement of Apprise (#483)

🐛 Bugfixes

  • CLI --interpret-escapes (-e) now works without --title specified (#471)
  • single alpha characters found in a hostname are considered valid (9b5815e)
  • Discord includes avatar_url in .url() calls
  • XMPP Plugin re-factored to work with slixmpp

Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.6 from PyPI
pip install apprise==0.9.6

Don't miss a new apprise release

NewReleases is sending notifications on new releases.