Apprise Release v0.9.8.3
Details
π£ New Notification Services:
- Signal API Support added. (#568)
- Ntfy Support added. (#524 and #571)
π‘ Features
- π Twitter File Attachment Support Added (#536)
- β‘ Gotify API Key removed from URL Parameters and into Header Files (more secure) (#558)
- Custom Override support for JSON and XML Notifications
always
special tag added. Any notifications tagged with this will always be notified regardless of additional tag filters provided there-after. It's like placing a trump card onto one or more notification defined notification services to ensure they are always triggered.
β€οΈ Life-Cycle Support
- Hotmail SMTP Server changed (updated in Email Template) (#557)
π Bugfixes
- Title correctly shows in Matrix posts (#545)
Additional Notes:
- v0.9.8.1 (2022-04-20) - was created to resolve a Telegram issue introduced a case where
<br/>
was inserted into all new messages (and is unsupported by the upstream service. - v0.9.8.2 (2022-04-23) - was introduced to allow Telegram more bulletproofing around other additional HTML characters that are unsupported (stripping them off for more compatibility) handling without disrupting other services.
- v0.9.8.3 (2022-04-28) - Re-factored Telegram handling of HTML when provided MARKDOWN
Installation Instructions
Apprise is available on PyPI through pip:
# Install Apprise v0.9.8.3 from PyPI
pip install apprise==0.9.8.3