From 8192aca9d4e0380c7bc093d0d943e47fb0bd7fa9 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Sun, 19 May 2024 14:05:47 +0000 Subject: [PATCH] Bump version to 12 --- Directory.Build.props | 6 +++--- build.yaml | 37 ++++++++++--------------------------- 2 files changed, 13 insertions(+), 30 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 579db15..c6b5da2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 11.0.0.0 - 11.0.0.0 - 11.0.0.0 + 12.0.0.0 + 12.0.0.0 + 12.0.0.0 diff --git a/build.yaml b/build.yaml index 18ebf7d..0b4e37d 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "TheTVDB" guid: "a677c0da-fac5-4cde-941a-7134223f14c8" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png" -version: 11 -targetAbi: "10.9.0.0" +version: 12 +targetAbi: "10.9.2.0" framework: "net8.0" owner: "jellyfin" overview: "Get TV metadata from TheTvdb" @@ -14,33 +14,16 @@ artifacts: - "Jellyfin.Plugin.Tvdb.dll" - "Tvdb.Sdk.dll" changelog: |- - - 10.9 (#134) @crobibero - - Use ILocalizationManager instead of forming own country and iso6392 lists (#128) @scampower3 - - Don't retrieve tvdbId for episode if there is tvdbid already provided (#127) @scampower3 - - Prevent images with no language tag to have same priority as matched language (#126) @scampower3 - - Grab non alias name instead of first one that matches the language (#125) @scampower3 - - Fixes some cache key clashes and other improvements. (#123) @scampower3 - - Fixes some poorly named variables and label "for" tag fixes (#122) @scampower3 - - Remove required from the input for API key (#121) @scampower3 - - Add cache time configurations (#120) @scampower3 - - Add Caching for api calls (#118) @scampower3 - - Fix: Combine original titles for multi episode files (#117) @scampower3 - - Fixes issues retrieving episode metadata (#116) @scampower3 - - Improvements and fixes tvdb sdk 4.7.9.1 + PR #112 (#115) @BobSilent - - ### Major features and improvements ### - - Tvdb v4 migration (#93) @scampower3 + - Add support for regional, alternate, altdvd orders (#139) @scampower3 + - Add support for different display order for missing episode provider (#140) @scampower3 + - Bump .NET version in docs (#135) @scampower3 ### New features and improvements ### - - Feat: Add a polling task to check for update via the update api endpoint (#124) @scampower3 + - Add support for clearart and clearlogo for series images (#138) @scampower3 + - Add fallback languages (#136) @rlauuzo ### Bug Fixes ### - - Update to Tvdb sdk 4.7.9.1 (#113) @scampower3 - - Fix duplicate entries Missing and not Missing (#106) @BobSilent - - Fixes for tvdb v4 migration (#110) @BobSilent - - Don't require user pin (#108) @crobibero + - Fix retrieval of episode num for virtual episode. (#142) @scampower3 - ### Code or Repo Maintenance ### - - Make Tvdb Client usage more resilient and robust (#112) @BobSilent - - Add the project's api key (#107) @crobibero - - Update link to Jellyfin website (#103) @methbkts + ### Dependency updates ### + - Update dependency Microsoft.Extensions.Http to v8 (#81) @renovate