Skip to content

Commit

Permalink
Prepare for release v15 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Aug 5, 2024
1 parent 7ec50a2 commit 44c26af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>14.0.0.0</Version>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
<FileVersion>14.0.0.0</FileVersion>
<Version>15.0.0.0</Version>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<FileVersion>15.0.0.0</FileVersion>
</PropertyGroup>
</Project>
18 changes: 2 additions & 16 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "TheTVDB"
guid: "a677c0da-fac5-4cde-941a-7134223f14c8"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
version: 14
version: 15
targetAbi: "10.9.9.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -14,19 +14,5 @@ artifacts:
- "Jellyfin.Plugin.Tvdb.dll"
- "Tvdb.Sdk.dll"
changelog: |2-
### Major features and improvements ###
- Add Movie support (#164) @scampower3
### New features and improvements ###
- Add support for movie and season for check for metadata update task. Add additional configurations. (#169) @scampower3
- Season support with extended season client (#165) @scampower3
- Add Tvdb Collection Ids (#162) @scampower3
### Bug Fixes ###
- Fix movie remote id ProviderName (#167) @scampower3
- Skip Characters with person name is null / Handle null RemoteIds (#160) @scampower3
- Add season url (#161) @scampower3
- Add option to fallback to original language (#156) @scampower3
### Dependency updates ###
- Update dependency Tvdb.Sdk to v4.7.10 (#158) @renovate
- Set ContentRatings list to be nullable (#171) @scampower3

0 comments on commit 44c26af

Please sign in to comment.