Skip to content

Commit

Permalink
Merge pull request #27 from jellyfin/prepare-6
Browse files Browse the repository at this point in the history
Prepare for release v6
  • Loading branch information
h1dden-da3m0n committed Jul 20, 2021
2 parents a320c8d + 52a17de commit 5f0eff7
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions build.yaml
@@ -1,16 +1,28 @@
---
name: "NextPVR"
guid: "9574ac10-bf23-49bc-949f-924f23cfa48f"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-nextpvr.png"
version: "5.0.0.0"
version: "6"
targetAbi: "10.7.0.0"
framework: "net5.0"
overview: "Live TV plugin for NextPVR"
description: >
Provides access to live TV, program guide, and recordings from NextPVR.
category: "LiveTV"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.NextPVR.dll"
changelog: |
- update to use NextPVR API v5, no longer compatible with API v4.
changelog: |2-
### New features and improvements ###
- chore: plugin images (#24) @h1dden-da3m0n
- Increase sid security (#19) @emveepee
### Dependency updates ###
- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#22) @dependabot
### CI & build changes ###
- Update ci (#26) @h1dden-da3m0n
- chore(ci): builds, releas drafter and more (#21) @h1dden-da3m0n
### Code or Repo Maintenance ###
- remove jQuery and update to es6 (#25) @grafixeyehero

0 comments on commit 5f0eff7

Please sign in to comment.