Apprise Release v0.9.5.1
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
- Note that the MQTT Plugin depends on paho-mqtt having been pre-installed:
💡 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
- Activate it using
- 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.
- Users still using earlier releases need to identify the version they are using on the Apprise URL. The default is set to 21 (
- Markdown support added to Matrix Plugin (#431)
- Activate it using
?format=html
on the Apprise URL
- Activate it using
- 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