Release v1.9.5
What's Changed
This is just a small release to bundle accumulated changes since v1.9.4.
:mega: New Notification Services:
n/a
:lady_beetle: Bugfixes
- pyobject availability does not impact glib testing in https://github.com/caronc/apprise/pull/1384
- Fix test case to compare url ids by @emmanuel-ferdman in https://github.com/caronc/apprise/pull/1371
- slack:// now has timestamp=yes/no kwarg support in https://github.com/caronc/apprise/pull/1394
- Fix AppriseURLTester usage of meta["self"] by @LaFeev in https://github.com/caronc/apprise/pull/1412
- Fix test_time_zoneinfo edge case by @LaFeev in https://github.com/caronc/apprise/pull/1411
:bulb: Features
- Added support for discord:// flags=in https://github.com/caronc/apprise/pull/1409
- Global Timezone support added (tz=) in https://github.com/caronc/apprise/pull/1398
- feat: add icon field support for bark plugin by @HerbertGao in https://github.com/caronc/apprise/pull/1393
- Add twilio phone calls support by @amanda-her in https://github.com/caronc/apprise/pull/1408
:heart: Life-Cycle Support
- Add Power Automate (Workflows/MS Teams) alternative url support by @LaFeev in https://github.com/caronc/apprise/pull/1407
- Environment improvments (updates to PR #1385) in https://github.com/caronc/apprise/pull/1395
- PEM backend definitions handling for forwards compatability in https://github.com/caronc/apprise/pull/1410
- build environment improvements in https://github.com/caronc/apprise/pull/1385
- RUF059 linting fixes against codebase in https://github.com/caronc/apprise/pull/1413
New Contributors
- @HerbertGao made their first contribution in https://github.com/caronc/apprise/pull/1393
- @amanda-her made their first contribution in https://github.com/caronc/apprise/pull/1408
- @LaFeev made their first contribution in https://github.com/caronc/apprise/pull/1412
Installation
Apprise is available on PyPI through pip:
# Install Apprise v1.9.5 from PyPI
pip install apprise==1.9.5
Full Changelog: https://github.com/caronc/apprise/compare/v1.9.4...v1.9.5