From 3a7ed5b5d22847bd7763f3bd691299af669c5c96 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Sun, 12 Jun 2022 14:31:04 +0000 Subject: [PATCH] Bump version to 11 --- Directory.Build.props | 6 +++--- build.yaml | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index c702921be..579db1533 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 + 11.0.0.0 + 11.0.0.0 + 11.0.0.0 diff --git a/build.yaml b/build.yaml index dc1e38c8f..b6f98c570 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "TVHeadend" guid: "3fd018e5-5e78-4e58-b280-a0c068febee0" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvheadend.png" -version: "11" +version: 11 targetAbi: "10.8.0.0" framework: "net6.0" owner: "jellyfin" @@ -11,5 +11,15 @@ category: "LiveTV" artifacts: - "TVHeadEnd.dll" changelog: |2- + ### New features and improvements ### + - Added Pre-Padding and Post-Padding to settings. (#57) @lomion0815 + + ### Bug Fixes ### + - Fix DLNA streaming (#46) @jkellerer + ### Code or Repo Maintenance ### - - 10.8 support (#42) @crobibero + - Use meta ci (#55) @crobibero + + ### CI & build changes ### + - fix: meta ci workflows (#56) @h1dden-da3m0n + - Use meta ci (#55) @crobibero