Skip to content

Releases: caronc/apprise-api

Apprise API Release v1.1.4

30 Jun 02:14
Compare
Choose a tag to compare

💡 Features

  • PUID and PGID 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

11 May 22:22
Compare
Choose a tag to compare

💡 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

14 Apr 16:40
Compare
Choose a tag to compare

💡 Features

🐞 Bugfixes

  • n/a

Apprise API Release v1.1.1

06 Apr 16:15
d1c5d64
Compare
Choose a tag to compare

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

31 Mar 02:54
Compare
Choose a tag to compare

💡 Features

  • Config ID saved to Cookie (making new config generation button a bit more useful now) - 1be8f00
  • Updated to work with Apprise v1.7.5 - b1f5333
  • Documentation Improvements - d33c50f

🐞 Bugfixes

  • bugfix: GitHub Test Runner working again - 8aba73f

Apprise API Release v1.0.1

16 Mar 21:16
Compare
Choose a tag to compare

💡 Features

  • Refactored dark/light CSS + New Review Tab in #178 and #179

🐞 Bugfixes

  • bugfix: APPRISE_ATTACH_SIZE correctly manages attachment size in #177

Apprise API Release v1.0.0

09 Mar 22:17
Compare
Choose a tag to compare

💡 Features

🐞 Bugfixes

  • n/a

Apprise API Release v0.9.9

01 Feb 02:33
Compare
Choose a tag to compare

💡 Features

  • n/a

🐞 Bugfixes

  • Web version allows you to submit without an attachment (bugfix)

Apprise API Release v0.9.8

27 Jan 21:24
Compare
Choose a tag to compare

💡 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 parameters title, type, and format 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

28 Dec 21:29
a80ca0a
Compare
Choose a tag to compare

💡 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