Releases: caronc/apprise-api
Releases · caronc/apprise-api
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
Apprise API Release v0.9.7
💡 Features
- Refactored to work with Apprise v1.7.x
- Group Configuration now working via APi (introduced in Apprise v1.6.x)
- Improved documentation
🐞 Bugfixes
- n/a
Apprise API Release v0.9.6
💡 Features
- Multi-stage Docker changes that brought image size down from ~600MB to just 70MB! 🚀
- New Configuration Generator button added to make it easier to create obfuscated (and non-guessable) unique configuration keys.
- Dark mode color improvements
- Added more documentation and dynamic examples based on
{key}
being viewed to show how it can be triggered usingcurl
and or theapprise
CLI tool
🐞 Bugfixes
- Light/Dark Theme saved in session fix (#141)
Apprise API Release v0.9.5
Apprise API Release v0.9.4
💡 Features
- Rebuilt for Apprise v1.5.0
Apprise API Release v0.9.3
💡 Features
- Rebuilt for Apprise v1.4.5
Apprise API Release v0.9.2
💡 Features
- Fixed Docker builds
- Added support for custom plugins (#111)
Apprise API Release v0.9.1
Apprise API Release v0.9.0
💡 Features
- Updated to support Apprise v1.3.0 (officially released on Feb 8th, 2023)
- Added
/details
endpoint to fetch supported Apprise URL's (with respect to site administration and what was detected) #105 - Added
AND
andOR
Tag handling Use space (AND
them and comma (,
) when you wish toOR
Brackets are not supported And expressions are matched together before applying comma delimiters (forOR
). #104
Apprise API Release v0.8.2
💡 Features
- Updated to support Apprise v1.2.0 (officially released on Nov 15th, 2022)