Releases: caronc/apprise-api
Releases · caronc/apprise-api
Apprise API Release v0.8.2
💡 Features
- Updated to support Apprise v1.2.0 (officially released on Nov 15th, 2022)
Apprise API Release v0.8.1
💡 Features
- Updated to support Apprise v1.1.0 (officially released on Oct 8th, 2022)
Apprise API Release v0.8.0
💡 Features
- Updated to support Apprise v1.0.0 (officially released on Aug 6th, 2022)
Apprise API Release v0.7.0
💡 Features
- Updated to support new
apprise://
notification - Full lock down support when environment variable
APPRISE_CONFIG_LOCK
environment variable is set. APPRISE_DENY_SERVICES
andAPPRISE_ALLOW_SERVICES
variables allow you to restrict what your instance of Apprise API will actually allow users to execute from your hosted server.
🐞 Bug Fixes
- Notifications that only partially deliver will now report (via GUI) full output.
- Clearing a persistent configuration and pressing save will now delete the configuration file from disk under the hood (no sense keeping an empty configuration laying around)
Release v0.6.0
💡 Features
- Drastically improved overall logging making the notification process status visible both in server logs and through the website.
- Input Format (of Message Body) now configurable and defaults to
TEXT
if not specified at all. Set this toTEXT
,MARKDOWN
,HTML
, or nothing (for bypass). /json
api query now filters bytag=
kwarg.
Release v0.5.0
Just creating an initial safe stable release point.