Bump version to 11 (#57)

This commit is contained in:
jellyfin-bot 2021-08-28 14:40:36 -04:00 committed by GitHub
parent f4e44b11b5
commit f7d1ca0259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
---
name: "Open Subtitles"
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
version: "11.0.0.0"
version: "11"
targetAbi: "10.7.0.0"
framework: "net5.0"
owner: "jellyfin"
@ -12,5 +11,21 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.OpenSubtitles.dll"
- "OpenSubtitlesHandler.dll"
changelog: |
changelog
changelog: |2-
### Major features and improvements ###
- Switch to new API (#54) @MBR-0001
### New features and improvements ###
- chore: plugin images (#50) @h1dden-da3m0n
### Dependency updates ###
- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#45) @dependabot
### CI & build changes ###
- Update ci (#55) @h1dden-da3m0n
- chore(ci): builds, releas drafter and more (#42) @h1dden-da3m0n
### Code or Repo Maintenance ###
- Add analyzers, remove all warnings (#61) @crobibero
- Remove jquery and update to es6 (#51) @grafixeyehero
- Add analyzers (#44) @crobibero