From 651d457f9eb2fef7794f020dc578c0c9fcfa56e2 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Thu, 20 Oct 2022 14:19:05 +0000 Subject: [PATCH] Bump version to 21 --- Directory.Build.props | 6 +++--- build.yaml | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5034d40..00f5394 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 20.0.0.0 - 20.0.0.0 - 20.0.0.0 + 21.0.0.0 + 21.0.0.0 + 21.0.0.0 diff --git a/build.yaml b/build.yaml index 666f1c1..95c4549 100644 --- a/build.yaml +++ b/build.yaml @@ -2,8 +2,8 @@ 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.4.0" +version: 21 +targetAbi: "10.8.5.0" framework: "net6.0" owner: "jellyfin" overview: "Record your watched media with Trakt" @@ -14,11 +14,12 @@ category: "General" artifacts: - "Trakt.dll" changelog: |2- + ### New features and improvements ### + - Do not hammer the API (#175) @Shadowghost + ### Bug Fixes ### - - 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 + - Do not hammer the API (#175) @Shadowghost + - Prevent setting local item as unwatched on sync (#169) @Shadowghost + + ### Code or Repo Maintenance ### + - Add more info to debug logs (#171) @sambartik