Skip to content

Commit

Permalink
Prepare for release v12 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 20, 2024
1 parent 2ddef69 commit 193b205
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 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>11.0.0.0</Version>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
<Version>12.0.0.0</Version>
<AssemblyVersion>12.0.0.0</AssemblyVersion>
<FileVersion>12.0.0.0</FileVersion>
</PropertyGroup>
</Project>
22 changes: 7 additions & 15 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
name: "TVHeadend"
guid: "3fd018e5-5e78-4e58-b280-a0c068febee0"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvheadend.png"
version: 11
targetAbi: "10.9.0.0"
version: 12
targetAbi: "10.9.2.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Manage TVHeadend from Jellyfin"
description: "Manage TVHeadend from Jellyfin"
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 ###
- Use meta ci (#55) @crobibero
### CI & build changes ###
- fix: meta ci workflows (#56) @h1dden-da3m0n
- Use meta ci (#55) @crobibero
changelog: |-
- Fixed TV Recording channel for 10.9 (#81) @lomion0815
- Fix live stream not working with 10.9 (#80) @lomion0815
- Update for 10.9 - Step 1 (#78) @lomion0815
- Stop Async connection handler threads if remote host has closed the connection. (#74) @Charlese2

0 comments on commit 193b205

Please sign in to comment.