What's Changed
- Fix sending ntfy notifications with longer messages than 76 characters. Thanks, @codebude.
- Modernize Pushbullet service plugin. Thanks, @DNicholai.
- Documentation: Clarify data type of "target address descriptor"
- [Pushover]: Switch to using
base64.b64decode()to support decoding a string. Thanks, @sumnerboy12. - Add configuration variable expansion. Thanks...