Skip to content

Releases: djdd87/SynoAI

v1.2.2

22 Mar 10:44
Compare
Choose a tag to compare

Features

  • #185 Added the ability to allow insecure HTTPS calls to Webhooks

Defects

  • #182 Fixed issue where a failed Webhook notification call would cause the container to stop.

v1.2.1

03 Jan 10:01
2ae5441
Compare
Choose a tag to compare

Features

  • #158 Listed support for CodeProject.AI-Server
  • #150 Added MQTT support
  • #105 Added API endpoint to disable cameras

Fixes

  • #141 Added fix for users entering exclusion zone co-ordinates backwards

v1.2.0

31 Jul 20:07
Compare
Choose a tag to compare

Features

  • #107 Added notification support for Discord
  • #98 Added the ability to see "Raw" prediction results in JSON in the debug logs
  • #125 Added the ability to put a background colour on the text of AI matches
  • Remove "WebhookLegacy" notification type

Fixes

  • #136 Fixed exception on startup if no cameras or notifiers are specified in the config
  • #123 #131 Fixed issue where a failed snapshot from an unavailable camera would cause a null ref exception
  • #128 URL encoded passwords to ensure hashes and other special characters don't cause authentication to fail

v1.1.2

02 Feb 14:54
6e8073b
Compare
Choose a tag to compare

Summary
#93 #76 Added Delay and DelayOnSuccess functionality
#46 Improved the Webhook functionality

Breaking Changes
Webhook

  • SendTypes is no longer a configurable property
  • "Field" config changed to "ImageField"
  • For the old behaviour use "WebhookLegacy" - Deprecated and will be removed in the next release.

v1.1.1

26 Jan 09:44
Compare
Choose a tag to compare

Summary
Bug fix for Pushover.

Tasks
#85 Fixed issue where not including "Sound", which should have been optional, in the config caused a null ref.

v1.1.0

23 Jan 22:13
Compare
Choose a tag to compare

Summary
Bug Fixes and added support for Pushover.

Tasks
#62 Added support for Pushover notifications
#28 Add the ability to specify which types should trigger a notification in the same way types can be specified on cameras

v1.0.0

16 Dec 10:37
Compare
Choose a tag to compare

Summary

Baseline release version.

Breaking Changes

  • SaveOriginalSnapshot changed from true/false to values. Ensure the config is changed to an appropriate value (see the README).