jellyfin-plugin-opds/build.yaml

22 lines
653 B
YAML
Raw Normal View History

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"
2022-02-28 18:46:16 +00:00
version: "5"
2022-02-27 20:39:27 +00:00
targetAbi: "10.8.0.0"
2021-09-28 02:00:28 +00:00
framework: "net6.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"
2022-02-28 18:46:16 +00:00
changelog: |-
2022-01-05 04:49:22 +00:00
### New features and improvements ###
2022-02-27 20:38:48 +00:00
- Add WWW-Authenticate header to unauthorized response (#14) @crobibero
- Add Favorites, RecentlyAdded (#12) @crobibero
2022-01-05 04:49:22 +00:00
2022-02-27 20:38:48 +00:00
### CI & build changes ###
- ci: migrate to centralized Plugin CI workflows (#15) @crobibero