Skip to content

Apprise Release v0.8.2

Compare
Choose a tag to compare
@caronc caronc released this 26 Nov 00:36
· 533 commits to master since this release

Details

  • New Notification Services:
  • Enhancements:
    • Slack now supports bots too.
    • File Attachment Support
      • AppriseAttachment() class added for working with attachments using the API.
      • --attach (-a) added to CLI allowing users to attach content from both the internet and/or local files to the supported services (See #173 for details). Currently the supported services are:
    • There are not limits to the number of attachments you can provide (assuming the upstream service can handle it).
  • Cleaned up images/icons (look/feel)
  • Configuration files can now be optionally cached or not now; see #175
  • Bugfixes:
    • Discord error code 50006 issue resolved (#180)

Apprise is also available on PyPI through pip:

# Install Apprise v0.8.2 from PyPI
pip install apprise==0.8.2