2021-09-17 15:45:24 +00:00
|
|
|
name: "OPDS"
|
|
|
|
guid: "F30880AE-3365-449E-B9E6-BF133C8401B0"
|
|
|
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
|
2024-05-14 19:27:28 +00:00
|
|
|
version: 6
|
2024-10-26 18:08:25 +00:00
|
|
|
targetAbi: "10.10.0.0"
|
2024-05-11 19:26:26 +00:00
|
|
|
framework: "net8.0"
|
2021-09-17 15:45:24 +00:00
|
|
|
owner: "jellyfin"
|
|
|
|
overview: "Provides an OPDS book feed"
|
|
|
|
description: >
|
|
|
|
Provides an OPDS feed for book browsing.
|
|
|
|
|
2021-09-19 19:40:49 +00:00
|
|
|
category: "General"
|
2021-09-17 15:45:24 +00:00
|
|
|
artifacts:
|
|
|
|
- "Jellyfin.Plugin.Opds.dll"
|
2024-10-26 18:08:25 +00:00
|
|
|
changelog: |-
|
|
|
|
- 10.10 fixes (#44) @crobibero
|
|
|
|
|
2024-05-11 19:30:57 +00:00
|
|
|
### New features and improvements ###
|
2024-05-14 19:27:28 +00:00
|
|
|
- Add more descriptive feed name (#25) @crobibero
|
2024-05-11 19:30:57 +00:00
|
|
|
|
2024-05-14 19:27:28 +00:00
|
|
|
### Bug Fixes ###
|
|
|
|
- fix: Support different query parameter names in search (#41) @rluetzner
|
2024-05-11 19:30:57 +00:00
|
|
|
|
|
|
|
### Dependency updates ###
|
2024-05-14 19:27:28 +00:00
|
|
|
- chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556 - autoclosed (#34) @renovate
|