From 29e15b22e2e8907903888819c4eae9af5cb44380 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Tue, 26 Apr 2022 20:52:09 +0000 Subject: [PATCH 1/2] Bump version to 17 --- build.yaml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/build.yaml b/build.yaml index 88a46ce..4159043 100644 --- a/build.yaml +++ b/build.yaml @@ -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: "16" -targetAbi: "10.8.0.0" +targetAbi: "10.7.7.0" framework: "net6.0" owner: "jellyfin" overview: "Record your watched media with Trakt" @@ -15,19 +15,8 @@ artifacts: - "Trakt.dll" changelog: |2- ### New features and improvements ### - - Implement handling of update events and progress sync, fix scheduled tasks (#120) @Shadowghost - - Add pagination to scheduled tasks (#111) @crobibero - - Implement deauth (#114) @Shadowghost - - Sync Pause and Resume, enable analyzers (#112) @Shadowghost + - Handle playback skipping and fix progress sync (#128) @Shadowghost ### Bug Fixes ### - - Implement handling of update events and progress sync, fix scheduled tasks (#120) @Shadowghost - - Send pause instead of stop on uncompleted playback to prevent scrobble (#117) @Shadowghost - - Require success response before deserializing (#115) @crobibero - - ### Code or Repo Maintenance ### - - Switch to native episode number check and datetime string conversion (#124) @Shadowghost - - Fix codeql warnings (#123) @crobibero - - Use file-scoped namespace everywhere (#122) @crobibero - - Migrate API to use enums, update properties (#118) @Shadowghost - - Update .Net version in readme (#119) @sambartik + - Add retry time to BadGateway response (#127) @crobibero + - Handle playback skipping and fix progress sync (#128) @Shadowghost From 9c04659c21f7272f820e168d35884dd77ae18139 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Tue, 26 Apr 2022 15:17:57 -0600 Subject: [PATCH 2/2] Apply suggestions from code review --- build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 4159043..ef352f8 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: "16" -targetAbi: "10.7.7.0" +version: "17" +targetAbi: "10.8.0.0" framework: "net6.0" owner: "jellyfin" overview: "Record your watched media with Trakt"