Releases: caronc/apprise-api
Releases · caronc/apprise-api
Apprise API Release v1.1.6
Apprise API Release v1.1.4
💡 Features
PUID
andPGID
built into docker container allowing you to over-ride the default User and Group ID the underlining system runs as. This is inspired by https://www.linuxserver.io/ and their fantastic solutions.- Healthchecks are built into the web browser providing some instructions/debug information for those using it.
🐞 Bugfixes
- n/a
Apprise API Release v1.1.3
💡 Features
- Rebuilt to work with Apprise v1.8.0
- Logging improvements and code tidying in #184
- Added payload mapper in #189
- Added healthcheck endpoint
/status
in #185
🐞 Bugfixes
- n/a
Apprise API Release v1.1.2
Apprise API Release v1.1.1
What's Changed
This is just a minor release that improves on the new (Review
) tab added into the GUI
- Tags highlight the notifications tagged (cleaner presentation)
- The number of notifications that match the tags selected is displayed (giving you insight on how many notifications will be set)
💡 Features
- Improved tagging visuals in #181
🐞 Bugfixes
- JavaScript error fix when config-lock env var set in #182
Apprise API Release v1.1.0
Apprise API Release v1.0.1
Apprise API Release v1.0.0
Apprise API Release v0.9.9
💡 Features
- n/a
🐞 Bugfixes
- Web version allows you to submit without an attachment (bugfix)
Apprise API Release v0.9.8
💡 Features
- Rebuilt to work with Apprise v1.7.2
- 'tags' accepted as keyword now when accessing API
- Improved documentation and increased test coverage
- Stateless API calls can pass
GET
parameterstitle
,type
, andformat
to act as default values if nothing is found in the payload. - Drastically improved web-side logging to make it easier to determine what is going on.
🐞 Bugfixes
- n/a