Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.6.0
->==1.7.0
Release Notes
caronc/apprise (apprise)
v1.7.0
Compare Source
Details
📣 New Notification Services:
💡 Features
:slightly_smiling_face:
(as an example) in your apprise message body and have it swap to 🙂emojis=yes
and they will be ran against that service only:The below would run the title and body through the emoji engine to produce their unicode
emoji equivalent..
🚀 would become 🚀 and 👍 would become 👍
again ... 🚀 would become 🚀 and 👍 would become 👍
if set to True:
Emoji Engine is enabled by default (but can be over-ridden on a per-url base ?emojis=no
if set to False:
Emoji Engine is never enabled (regardless of URL definition)
if set to None (Default):
Emoji Engine is enabled on demand (per URL definition only)
The below will be passed through the emoji engine because the asset enabled it
by default
The below will never use the emoji engine, regardless if it is enabled or not:
tgram://
) supports topics inline per target specified (#1028)tgram://{bot_token}/
tgram://{bot_token}/{chat_id}/
tgram://{bot_token}/{chat_id1}/{chat_id2}/{chat_id3}/
tgram://{bot_token}/{chat_id}:{topic}/
tgram://{bot_token}/{chat_id1}:topic1}/{chat_id2}:{topic2}/{chat_id3}:{topic3}/
tgram://{bot_token}/{chat_id1}/{chat_id2}:{topic2}/{chat_id3}/
discord://
) support foruser
androle
ping support (#1004).<@​123>
<@​&456>
@everyone
❤️ Life-Cycle Support
🐛 Bugfixes
Installation Instructions
Apprise is available on PyPI through pip:
### Install Apprise v1.7.0 from PyPI pip install apprise==1.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.