mirror of
https://github.com/jellyfin/jellyfin-plugin-opds.git
synced 2024-11-23 06:10:06 +00:00
a285e11801
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled
26 lines
745 B
YAML
26 lines
745 B
YAML
name: "OPDS"
|
|
guid: "F30880AE-3365-449E-B9E6-BF133C8401B0"
|
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
|
|
version: 6
|
|
targetAbi: "10.10.0.0"
|
|
framework: "net8.0"
|
|
owner: "jellyfin"
|
|
overview: "Provides an OPDS book feed"
|
|
description: >
|
|
Provides an OPDS feed for book browsing.
|
|
|
|
category: "General"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.Opds.dll"
|
|
changelog: |-
|
|
- 10.10 fixes (#44) @crobibero
|
|
|
|
### New features and improvements ###
|
|
- Add more descriptive feed name (#25) @crobibero
|
|
|
|
### Bug Fixes ###
|
|
- fix: Support different query parameter names in search (#41) @rluetzner
|
|
|
|
### Dependency updates ###
|
|
- chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556 - autoclosed (#34) @renovate
|