Apprise Release v0.8.1
Details
- New Notification Services:
- Enhancements:
- Re-factored how most services are instantiated. All QA moved to to class initialization and not during the sending process. This allows users to know right away if they're URL is ready, not after they attempt to send a notification with one.
--dry-run
(-d
) switch added that allow you to determine what services will be notified without actually performing the notification.- Tagging is now exclusive. This means if you associate a tag with a URL, you can only trigger that notification if you perform the notification while specifying to match against that very tag. More information can be found in the PR #153
- Bugfixes:
- Native URL Parsing from Config file (PR #164)
- Native URLs can not contain parseable parameters
Apprise is also available on PyPI through pip:
# Install Apprise v0.8.1 from PyPI
pip install apprise==0.8.1