Update build.yaml

This commit is contained in:
Cody Robibero 2022-09-02 07:10:09 -06:00 committed by GitHub
parent ec9fa03b7e
commit 1ebead5d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: "Trakt"
guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png"
version: 20
targetAbi: "10.8.1.0"
targetAbi: "10.8.4.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Record your watched media with Trakt"
@ -14,8 +14,11 @@ category: "General"
artifacts:
- "Trakt.dll"
changelog: |2-
### New features and improvements ###
- Various fixes and enhancements (#154) @Shadowghost
### Bug Fixes ###
- Various fixes and enhancements (#154) @Shadowghost
- Fix unauthorized users not being skipped (#154) @Shadowghost
- Fix MediaType metadata (#154) @Shadowghost
- Don't fail tasks if one user fails (#154) @Shadowghost
### Features ###
- Implement HDR metadata (#154) @Shadowghost
- Implement metadata for episodes (#154) @Shadowghost
- Switch to GUIDs (this requires reauthentication of all users) (#154) @Shadowghost