Merge pull request #7 from jellyfin/prepare-3

This commit is contained in:
Cody Robibero 2022-01-04 21:50:09 -07:00 committed by GitHub
commit 26593661be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: "OPDS" name: "OPDS"
guid: "F30880AE-3365-449E-B9E6-BF133C8401B0" guid: "F30880AE-3365-449E-B9E6-BF133C8401B0"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
version: "2" version: "3"
targetAbi: "10.8.0.0" targetAbi: "10.8.0.0"
framework: "net6.0" framework: "net6.0"
owner: "jellyfin" owner: "jellyfin"
@ -13,5 +13,10 @@ category: "General"
artifacts: artifacts:
- "Jellyfin.Plugin.Opds.dll" - "Jellyfin.Plugin.Opds.dll"
changelog: |2- changelog: |2-
### New features and improvements ###
- Add Genre search (#9) @crobibero
- Use Request.PathBase to get actual baseUrl (#8) @crobibero
### Code or Repo Maintenance ### ### Code or Repo Maintenance ###
- 10.8 support (#1) @crobibero - Use BaseItemKind (#10) @crobibero
- Update ruleset, fix build, fix ordering (#3) @crobibero