Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v16 #175

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>15.0.0.0</Version>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<FileVersion>15.0.0.0</FileVersion>
<Version>16.0.0.0</Version>
<AssemblyVersion>16.0.0.0</AssemblyVersion>
<FileVersion>16.0.0.0</FileVersion>
</PropertyGroup>
</Project>
27 changes: 23 additions & 4 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -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: 15
targetAbi: "10.9.9.0"
version: 16
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Get TV metadata from TheTvdb"
Expand All @@ -13,6 +13,25 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Tvdb.dll"
- "Tvdb.Sdk.dll"
changelog: |2-
changelog: |-
- Fix 10.10 nullability (#186) @crobibero

### New features and improvements ###
- Remove All Missing Episodes On Refresh (#176) @scampower3
- Add original countries of series or movies as tags (#184) @scampower3
- Move to IExternalUrlProvider (#179) @scampower3
- Add people provider (#173) @scampower3

### Bug Fixes ###
- Set ContentRatings list to be nullable (#171) @scampower3
- Only generate url when there is externalId for season (#190) @scampower3
- Update Season provider to use SeriesDisplayOrder field (#180) @scampower3
- Filter for Movie Ids in remote id search (#187) @scampower3
- Fix IsMatch logic (#188) @scampower3
- Update all items returned from GetItemList (#178) @scampower3

### Code or Repo Maintenance ###
- Use Named Tuple (#177) @scampower3
- Remove MaxSearchResults (#174) @scampower3

### Dependency updates ###
- Update dependency Microsoft.Extensions.Http to 8.0.1 (#181) @renovate