Skip to content

Commit

Permalink
Prepare for release v19 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Jul 2, 2023
1 parent 338c7f6 commit f7b631c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 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>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
<Version>19.0.0.0</Version>
<AssemblyVersion>19.0.0.0</AssemblyVersion>
<FileVersion>19.0.0.0</FileVersion>
</PropertyGroup>
</Project>
25 changes: 8 additions & 17 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Open Subtitles"
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
version: "18"
targetAbi: "10.8.0.0"
version: 19
targetAbi: "10.8.10.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Download subtitles for your media"
Expand All @@ -11,21 +11,12 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.OpenSubtitles.dll"
changelog: |2-
### Bug Fixes ###
- Fix pagination (#92) @MBR-0001
### Tests ###
- Minor improvements (#90) @Bond-009
### New features and improvements ###
- Add automatic invalidation of credentials (#128) @MBR-0001
- Add handling for .strm files (#124) @MBR-0001
### 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
### Bug Fixes ###
- Add automatic invalidation of credentials (#128) @MBR-0001
### CI & build changes ###
- Use meta ci (#101) @crobibero
- fix: meta ci workflows (#106) @h1dden-da3m0n

0 comments on commit f7b631c

Please sign in to comment.