-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ddef69
commit 193b205
Showing
2 changed files
with
10 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |