mirror of
https://github.com/jellyfin/jellyfin-plugin-subtitleextract.git
synced 2024-11-23 05:59:58 +00:00
Prepare for release v4 (#28)
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
a327386da6
commit
0c2630e6ff
@ -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>
|
||||
|
12
build.yaml
12
build.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user