Skip to content

Apprise Release v0.9.5.1

Compare
Choose a tag to compare
@caronc caronc released this 18 Sep 20:06
· 394 commits to master since this release

Details

📣 New Notification Services:

  • Streamlabs Support added. (#427)
  • MQTT Support added. (#443)
    • Note that the MQTT Plugin depends on paho-mqtt having been pre-installed:
      pip install paho-mqtt

💡 Features

  • Syslog now supports remote servers too (rsyslog) (#442)
  • Twilio now supports reference to the API key (#440)
  • HTML support added to Pushover (#437)
    • Activate it using ?format=html on the Apprise URL
  • Nextcloud API introduced in v21 now supported (#432)
    • Users still using earlier releases need to identify the version they are using on the Apprise URL. The default is set to 21 (?version=21) if one is specified.
  • Markdown support added to Matrix Plugin (#431)
    • Activate it using ?format=html on the Apprise URL
  • File Attachment Support added to JSON and XML Plugins (#426)

❤️ Life-Cycle Support

  • IFTTT regex improvement

🐛 Bugfixes

Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.5.1 from PyPI
pip install apprise==0.9.5.1