Compare commits
2 commits
64ae51ba71
...
2c6972cf86
Author | SHA1 | Date | |
---|---|---|---|
2c6972cf86 | |||
feaf1b0e31 |
3 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
name: Smart Playlist
|
||||
guid: dd2326e3-4d3e-4bfc-80e6-28502c1131df
|
||||
version: 0.5.2.0
|
||||
targetAbi: 10.10.5.0
|
||||
targetAbi: 10.10.6.0
|
||||
framework: net8.0
|
||||
owner: redxef
|
||||
overview: Smart playlists with Lisp filter engine.
|
||||
|
@ -14,8 +14,9 @@ artifacts:
|
|||
- jellyfin-smart-playlist.dll
|
||||
- YamlDotNet.dll
|
||||
changelog: |
|
||||
## v0.5.2.0
|
||||
- bump Jellyfin ABI version to 10.10.5
|
||||
## v0.5.3.0
|
||||
- bump Jellyfin ABI version to 10.10.6
|
||||
- bump yamldotnet to 16.3.0
|
||||
|
||||
**Fixes**:
|
||||
- the config pages will always load, not only the first time
|
||||
- qsort doesn't loop endlessly with duplicate values in import anymore
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<RootNamespace>Jellyfin.Plugin.SmartPlaylist</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.5.2.0</Version>
|
||||
<Version>0.5.3.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.10.5" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="10.10.5" />
|
||||
<PackageReference Include="YamlDotNet" Version="16.2.1" />
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.10.6" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="10.10.6" />
|
||||
<PackageReference Include="YamlDotNet" Version="16.3.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.5.2.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.5.2.0).
|
||||
The latest version is [v0.5.3.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.5.3.0).
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue