Skip to content

Releases: caronc/apprise-api

Apprise API Release v1.1.9

11 Mar 01:39
4a77014
Compare
Choose a tag to compare

💡 Features

  • improved LOG_LEVEL environment variable handling in #234
  • Basic prometheus /metrics added by @nghduc97 in #188
  • IPV4_ONLY and IPV6_ONLY environment control added in #235
  • Improved 'empty attachment handling' when feature is disabled in #236
  • Improved css, sweetalert2, and new config confirmation prompt in #237
  • removed 'root' docker initialization requirement in #238
  • Add listing of configuration keys by @jdevera in #240

❤️ Life Cycle

  • XBOW-025-016 - SSRF via HTTP Attachment Addressed in #232
  • Upgraded to Python v3.12 in #242

New Contributors

Full Changelog: v1.1.8...v1.1.9

Apprise API Release v1.1.8

10 Jan 01:51
Compare
Choose a tag to compare

💡 Features

🐞 Bugfixes

  • n/a

Apprise API Release v1.1.7

18 Dec 02:04
517ba4b
Compare
Choose a tag to compare

💡 Features

🐞 Bugfixes

  • n/a

Apprise API Release v1.1.6

03 Sep 02:38
ebfe129
Compare
Choose a tag to compare

💡 Features

  • Persistent Storage Support (Apprise v1.9.0+) Added by @caronc in #206

🐞 Bugfixes

  • n/a

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