mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2024-11-27 00:00:28 +00:00
commit
4faecb9219
12
build.yaml
12
build.yaml
@ -1,8 +1,8 @@
|
||||
name: "Webhook"
|
||||
guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173"
|
||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
|
||||
version: "8"
|
||||
targetAbi: "10.7.7.0"
|
||||
version: "9"
|
||||
targetAbi: "10.8.0.0"
|
||||
framework: "net6.0"
|
||||
owner: "jellyfin"
|
||||
overview: "Sends notifications."
|
||||
@ -17,5 +17,9 @@ artifacts:
|
||||
- "MimeKit.dll"
|
||||
- "BouncyCastle.Crypto.dll"
|
||||
changelog: |2-
|
||||
### New features and improvements ###
|
||||
- Add UserDataSaved event handler (#70) @crobibero
|
||||
### Bug Fixes ###
|
||||
- Don't filter on userId for UserCreated notification type (#76) @crobibero
|
||||
|
||||
### Code or Repo Maintenance ###
|
||||
- Fix CI (#79) @crobibero
|
||||
- 10.8 support (#69) @crobibero
|
||||
|
Loading…
Reference in New Issue
Block a user