Release v1.9.3
What's Changed
It has been some time since I pushed a release; so this one just bundles all of the outstanding fixes/enhancments together.
:mega: New Notification Services:
- BlueSky Support Added in https://github.com/caronc/apprise/pull/1299
- Added Resend Support in https://github.com/caronc/apprise/pull/1311
:lady_beetle: Bugfixes
- Fix flaky test in translation tests by @dg98 in https://github.com/caronc/apprise/pull/1298
- Set default port for Mattermost notifications by @sochotnicky in https://github.com/caronc/apprise/pull/1293
:bulb: Features
- Office 365 posts include subject and body now in https://github.com/caronc/apprise/pull/1274
- Telegram messages leverage caption field when attachments in https://github.com/caronc/apprise/pull/1290
- Extend options for plugin Seven by @matthiez in https://github.com/caronc/apprise/pull/1301
- Ntfy.sh Internationalized URL support added for click= in https://github.com/caronc/apprise/pull/1312
:heart: Life-Cycle Support
- Improved SMS transmission documentation in https://github.com/caronc/apprise/pull/1291
- apprise.urls() bulletproofing/bugfix in https://github.com/caronc/apprise/pull/1302
- Add option label for plugin seven by @matthiez in https://github.com/caronc/apprise/pull/1304
- Minor and insignifigant changes (typos and alike) in https://github.com/caronc/apprise/pull/1218
New Contributors
- @dg98 made their first contribution in https://github.com/caronc/apprise/pull/1298
- @sochotnicky made their first contribution in https://github.com/caronc/apprise/pull/1293
Installation
Apprise is available on PyPI through pip:
# Install Apprise v1.9.3 from PyPI
pip install apprise==1.9.3
Full Changelog: https://github.com/caronc/apprise/compare/v1.9.2...v1.9.3