Merge pull request #40 from jellyfin/prepare-9

Prepare for release v9
This commit is contained in:
Cody Robibero 2021-09-03 04:58:49 -06:00 committed by GitHub
commit 04c8461482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
---
name: "TVHeadend"
guid: "3fd018e5-5e78-4e58-b280-a0c068febee0"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvheadend.png"
version: "9.0.0.0"
version: "9"
targetAbi: "10.7.0.0"
framework: "net5.0"
owner: "jellyfin"
@ -11,5 +10,13 @@ description: "Manage TVHeadend from Jellyfin"
category: "LiveTV"
artifacts:
- "TVHeadEnd.dll"
changelog: |
changelog
changelog: |2-
### New features and improvements ###
- chore: plugin images (#37) @h1dden-da3m0n
### CI & build changes ###
- Update ci (#39) @h1dden-da3m0n
### Code or Repo Maintenance ###
- reduce log spam and clean up log messages (#41) @Shadowghost
- Remove jquery (#38) @grafixeyehero