Darick Carpenter 4ec22bd5a2
Added MQTT as a destination (#134)
Co-authored-by: Darick Carpenter <carpenterd@byui.edu>
2022-10-10 07:59:16 -06:00

36 lines
1.2 KiB
YAML

name: "Webhook"
guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
version: "12"
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Sends notifications."
description: >
Sends notifications to destinations via webhooks.
category: "Notifications"
artifacts:
- "Jellyfin.Plugin.Webhook.dll"
- "Handlebars.dll"
- "MailKit.dll"
- "MimeKit.dll"
- "BouncyCastle.Crypto.dll"
- "MQTTnet.dll"
- "MQTTnet.Extensions.ManagedClient.dll"
changelog: |-
### Code or Repo Maintenance ###
- Fix scheduled task (#106) @crobibero
- chore(deps): bump Handlebars.Net from 2.0.10 to 2.1.0 (#101) @dependabot
- chore(deps): bump MailKit from 3.1.0 to 3.1.1 (#102) @dependabot
- chore(deps): bump MailKit from 3.0.0 to 3.1.0 (#95) @dependabot
### Dependency updates ###
- chore(deps): bump Handlebars.Net from 2.0.10 to 2.1.0 (#101) @dependabot
- chore(deps): bump MailKit from 3.1.0 to 3.1.1 (#102) @dependabot
- chore(deps): bump MailKit from 3.0.0 to 3.1.0 (#95) @dependabot
### CI & build changes ###
- fix: wrong name in ci workflows (#104) @h1dden-da3m0n
- ci: migrate to centralized Plugin CI workflows (#94) @h1dden-da3m0n