From 0c2630e6ff31315bdd701fe37d74d032b300fa3f Mon Sep 17 00:00:00 2001 From: jellyfin-bot <45807407+jellyfin-bot@users.noreply.github.com> Date: Sun, 12 May 2024 14:21:19 -0400 Subject: [PATCH] Prepare for release v4 (#28) Co-authored-by: Cody Robibero --- Directory.Build.props | 6 +++--- build.yaml | 12 ++++-------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index cd5203b..97478d6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 3.0.0.0 - 3.0.0.0 - 3.0.0.0 + 4.0.0.0 + 4.0.0.0 + 4.0.0.0 diff --git a/build.yaml b/build.yaml index b8015fc..0935788 100644 --- a/build.yaml +++ b/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