Skip to content

Releases: caronc/apprise-api

Apprise API Release v0.8.2

15 Nov 22:19
Compare
Choose a tag to compare

💡 Features

  • Updated to support Apprise v1.2.0 (officially released on Nov 15th, 2022)

Apprise API Release v0.8.1

15 Nov 22:19
Compare
Choose a tag to compare

💡 Features

  • Updated to support Apprise v1.1.0 (officially released on Oct 8th, 2022)

Apprise API Release v0.8.0

07 Aug 16:18
def1ded
Compare
Choose a tag to compare

💡 Features

  • Updated to support Apprise v1.0.0 (officially released on Aug 6th, 2022)

Apprise API Release v0.7.0

14 Dec 02:51
a6fe49e
Compare
Choose a tag to compare

💡 Features

  • Updated to support new apprise:// notification
  • Full lock down support when environment variable APPRISE_CONFIG_LOCK environment variable is set.
  • APPRISE_DENY_SERVICES and APPRISE_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

03 Jan 19:21
Compare
Choose a tag to compare

💡 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 to TEXT, MARKDOWN, HTML, or nothing (for bypass).
  • /json api query now filters by tag= kwarg.

Release v0.5.0

08 Sep 17:18
907743f
Compare
Choose a tag to compare

Just creating an initial safe stable release point.