Apprise Release v0.9.7
Details
📣 New Notification Services:
- Amazon SNS Support added. (#491)
- ServerChan Support added. (#494)
- DAPNET Support added. (#506)
- Custom FORM Posts Support added. (#512)
- If you set the new
?method=get
then payload is placed in the URL parameters (encoded) instead of payload/response.
- If you set the new
- Nextcloud Talk Support added. (#515)
💡 Features
- 🚀 Apprise can now convert from HTML -> TEXT if specified to do so (#527 and #530)
- Up until this version, if the input was HTML, there was no way Apprise could attempt to format the content to a TEXT look/feel for upstream services (such as text messages, twitter, etc).
/opt/homebrew/bin/terminal-notify
added to search path added of MacOSX Notification (#509)- Custom XML, JSON and FORM notifications support a
?method=
option allowing you to change the default (fromPOST
) toGET
,DELETE
,PUT
, andHEAD
). - FCM Plugin Supports much more Payload Options (#489) allowing for the passing of
image_url
,priority
, andcolor
. - Foxmail (qq.com) and 163.com template support added to E-Mail Plugin (#529)
- Foxmail URLs can now look like
mailto://user:[email protected]
and Apprise will look after the rest for you - 163.com URLs can now look like
mailto://user:[email protected]
and Apprise will look after the rest for you
- Foxmail URLs can now look like
❤️ Life-Cycle Support
n/a
🐛 Bugfixes
Installation Instructions
Apprise is available on PyPI through pip:
# Install Apprise v0.9.7 from PyPI
pip install apprise==0.9.7