ci: prepare release for v0.2.1.0.
This commit is contained in:
parent
1f961ccb0c
commit
0ccefa3b58
3 changed files with 13 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
name: Smart Playlist
|
||||
guid: dd2326e3-4d3e-4bfc-80e6-28502c1131df
|
||||
version: 0.2.0.0
|
||||
version: 0.2.1.0
|
||||
targetAbi: 10.10.0.0
|
||||
framework: net8.0
|
||||
owner: redxef
|
||||
|
@ -14,6 +14,15 @@ artifacts:
|
|||
- jellyfin-smart-playlist.dll
|
||||
- YamlDotNet.dll
|
||||
changelog: |
|
||||
## v0.2.1.0
|
||||
- Make default program configuration a textarea in the settings page
|
||||
- Add convinience definitions: `is-type`, `name-contains`
|
||||
- Update YamlDotNet to v 16.2.0
|
||||
|
||||
**Fixes**:
|
||||
- The default program was malformed, a closing bracket was at the wrong position
|
||||
- The `haskeys` function could only be called on Objects
|
||||
|
||||
## v0.2.0.0
|
||||
- Switch to yaml loading, old json files are still accepted
|
||||
- Rework lisp interpreter to be more conventional
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<RootNamespace>Jellyfin.Plugin.SmartPlaylist</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.2.0.0</Version>
|
||||
<Version>0.2.1.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.10.0" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="10.10.0" />
|
||||
<PackageReference Include="YamlDotNet" Version="16.1.3" />
|
||||
<PackageReference Include="YamlDotNet" Version="16.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -5,7 +5,7 @@ Smart playlists with Lisp filter engine.
|
|||
This readme contains instructions for the most recent changes in
|
||||
the development branch (`main`). To view the file appropriate
|
||||
for your version select the tag corresponding to your version.
|
||||
The latest version is [v0.2.0.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.2.0.0).
|
||||
The latest version is [v0.2.1.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.2.0.0).
|
||||
|
||||
## How to use
|
||||
|
||||
|
|
Loading…
Reference in a new issue