jellyfin-smart-playlist/Jellyfin.Plugin.SmartPlaylist/build.yaml
redxef 4aba368d3f
ci: prepare for release.
Also bump dotnet version and Jellyfin version.
2025-05-02 19:52:08 +02:00

29 lines
821 B
YAML

name: Smart Playlist
guid: dd2326e3-4d3e-4bfc-80e6-28502c1131df
version: 0.6.0.0
targetAbi: 10.10.7.0
framework: net9.0
owner: redxef
overview: Smart playlists with Lisp filter engine.
description: |
Create smart playlists with a Lisp filter engine.
The same playlist definition can be used for multiple users.
category: "General"
artifacts:
- jellyfin-smart-playlist.dll
- YamlDotNet.dll
changelog: |
## v0.6.0.0
- bump Jellyfin ABI version to 10.10.7
- upgrade to dotnet9
- allow deleting of playlists
- add input items in the lisp playground
- log failed item ids
- add log for crashing programs
**Fixes**:
- print doesn't add newline, add println for that
- don't accept invalid input silently anymore
- make the input window smaller than the program window
- fix errors in examples