Release v1.7.3
Details
Another minor release to push some outstanding bug-fixes that have accumulated and patched over the past month
📣 New Notification Services:
💡 Features
mailto://
comcast.net email template added (#1059)mailto://
improved custom email server handling (5ae212f)to=
andfrom_addr=
are no longer required in most circumstances and can be automatically determined based on basic information provided.
ntfy://
markdown support added (#1056)- just add
?format=markdown
to format the content accordingly
- just add
❤️ Life-Cycle Support
paho-mqtt
v2.0 was released and it's documentation for v1.6.1 was completely incompatible with it. For the stability of themqtt://
plugin,paho-mqtt
has been pinned to the stable v1.x release (#1065)
🐛 Bugfixes
- Fixed documents with respect to the use of
yaml
files (#1069) - Thank you @samueltardieu- Updated CLI so that it can read both
.yml
and.yaml
files by default (#1073)
- Updated CLI so that it can read both
macosx://
- Update terminal-notifier notify_paths (#1052) - Thank you @joergschultzelutter- Asynchronous Dynamic Module Loading Support (#1071)
- This was a bug introduced with Dynamic Module Loading (in Apprise v1.7.0) preventing threading/async support
Apprise is available on PyPI through pip:
# Install Apprise v1.7.3 from PyPI
pip install apprise==1.7.3