Prepare for release v4 (#28)

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
jellyfin-bot 2024-05-12 14:21:19 -04:00 committed by GitHub
parent a327386da6
commit 0c2630e6ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 11 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>3.0.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>4.0.0.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
name: "Subtitle Extract"
guid: "CD893C24-B59E-4060-87B2-184070E1BF68"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-subtitleextract.png"
version: 3
version: 4
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
@ -12,11 +12,7 @@ description: >
category: "General"
artifacts:
- "Jellyfin.Plugin.SubtitleExtract.dll"
changelog: |-
- 10.9 (#24) @crobibero
### New features and improvements ###
- Allow for subtitles to be extracted for new media (#14) @Kakoluz
changelog: |2-
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#16) @methbkts
- Downgrade log level to reduce spam (#27) @crobibero
- Fix extracting subtitles, fix memory leak @crobibero