Skip to content

Apprise Release v0.9.7

Compare
Choose a tag to compare
@caronc caronc released this 02 Feb 19:40
· 368 commits to master since this release

Details

📣 New Notification Services:

💡 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 (from POST) to GET, DELETE, PUT, and HEAD).
  • FCM Plugin Supports much more Payload Options (#489) allowing for the passing of image_url, priority, and color.
  • 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

❤️ Life-Cycle Support

n/a

🐛 Bugfixes

  • Reddit Posting Improvements (#510 and #528)
  • Telegram bulletproofing on bot owner detection (#517)

Installation Instructions

Apprise is available on PyPI through pip:

# Install Apprise v0.9.7 from PyPI
pip install apprise==0.9.7