mirror of
https://github.com/jellyfin/jellyfin-plugin-tvheadend.git
synced 2024-11-26 23:20:41 +00:00
Prepare for release v12 (#75)
This commit is contained in:
parent
2ddef6907e
commit
193b2050b3
@ -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
build.yaml
22
build.yaml
@ -1,8 +1,8 @@
|
||||
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"
|
||||
@ -10,16 +10,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user