mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2025-02-17 05:27:38 +00:00
36 lines
1.2 KiB
YAML
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
|