Skip to content

Apprise Release v0.7.7

Compare
Choose a tag to compare
@caronc caronc released this 01 Jun 02:52
· 685 commits to master since this release

Details

  • New Notification Services:
  • Default configuration paths added for Microsoft Users: (#111)
    • %APPDATA%/Apprise/apprise
    • %APPDATA%/Apprise/apprise.yml
    • %LOCALAPPDATA%/Apprise/apprise
    • %LOCALAPPDATA%/Apprise/apprise.yml
  • Rocket.Chat Notifications re-factored to support Incoming Webhooks. - #107
  • Pushover Notification now supports the ability to provide different audio/sounds - #113
  • Slack Notifications no longer require you to identify at least one channel. By default the channel associated with the Incoming web-hook is notified. - #108
  • Native URL support: Allow users to add the notification URL using the one provided by the notification service itself instead of having to manipulate it to fit the Apprise standards/requirements - #109
  • Apprise.details() upgraded to provide each individual token needed to construct an apprise URL. More details on this can be found here - #59
    • Internationalization support added (i18n) was added to support the token identification. At this time only English is supported, but set up in such a way that more translations can be added/provided by those wishing to contribute.
  • Minor bug fixes

Apprise is also available on PyPI through pip:

# Install Apprise v0.7.7 from PyPI
pip install apprise==0.7.7