Skip to content

Apprise Release v0.9.8.3

Compare
Choose a tag to compare
@caronc caronc released this 19 Apr 16:59
· 342 commits to master since this release

Details

πŸ“£ New Notification Services:

πŸ’‘ 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