Apprise Api Versions Save

A lightweight REST framework that wraps the Apprise Notification Library

v1.1.2

3 weeks ago

:bulb: Features

:lady_beetle: Bugfixes

  • n/a

v1.1.1

1 month ago

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)

:bulb: Features

:lady_beetle: Bugfixes

v1.1.0

1 month ago

:bulb: Features

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

:lady_beetle: Bugfixes

  • bugfix: GitHub Test Runner working again - 8aba73fe348142ebe252d6bc9bd36334bd51589c

v1.0.1

1 month ago

:bulb: Features

:lady_beetle: Bugfixes

v1.0.0

2 months ago

:bulb: Features

:lady_beetle: Bugfixes

  • n/a

v0.9.9

3 months ago

:bulb: Features

  • n/a

:lady_beetle: Bugfixes

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

v0.9.8

3 months ago

:bulb: 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.

:lady_beetle: Bugfixes

  • n/a

v0.9.7

4 months ago

:bulb: Features

  • Refactored to work with Apprise v1.7.x
  • Group Configuration now working via APi (introduced in Apprise v1.6.x)
  • Improved documentation

:lady_beetle: Bugfixes

  • n/a

v0.9.6

5 months ago

:bulb: Features

  • Multi-stage Docker changes that brought image size down from ~600MB to just 70MB! :rocket:
  • 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 using curl and or the apprise CLI tool

:lady_beetle: Bugfixes

  • Light/Dark Theme saved in session fix (#141)

v0.9.5

6 months ago

:bulb: Features

  • Rebuilt for Apprise v1.6.0
  • Light/Dark Theme for Website (#133)
  • Webhook Support; set the APPRISE_WEBHOOK_URL to a link you wish your server to post to after each request made. (#139)
  • Key Length was increased from 64 characters to 128 (#138)