Merge pull request #88 from jellyfin/prepare-18

This commit is contained in:
Cody Robibero 2022-03-27 18:03:28 -06:00 committed by GitHub
commit 2263218cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,20 @@ artifacts:
- "Jellyfin.Plugin.OpenSubtitles.dll"
changelog: |2-
### Bug Fixes ###
- Move OpenSubtitlesHandler project to folder (#85) @crobibero
- Fix pagination (#92) @MBR-0001
### Tests ###
- Minor improvements (#90) @Bond-009
### Code or Repo Maintenance ###
- Use meta ci (#101) @crobibero
- chore(deps): bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#91) @dependabot
- Minor improvements (#90) @Bond-009
- Replace %20 with + in SearchSubtitlesAsync (#89) @MBR-0001
- Implement Bad Gateway handling & code cleanup (#87) @MBR-0001
### Dependency updates ###
- chore(deps): bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#91) @dependabot
### CI & build changes ###
- Use meta ci (#101) @crobibero