From 411d5bcbcc0bfda5f9d74ea104ee631e79fbb89d Mon Sep 17 00:00:00 2001 From: Viperinius Date: Sun, 25 Aug 2024 19:14:52 +0200 Subject: [PATCH] bump version to 1.9.0.0 --- Directory.Build.props | 6 +++--- build.yaml | 14 +++++++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8b82758..9698e35 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.8.2.0 - 1.8.2.0 - 1.8.2.0 + 1.9.0.0 + 1.9.0.0 + 1.9.0.0 diff --git a/build.yaml b/build.yaml index de96643..6d72f00 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "Spotify Import" guid: "F03D0ADB-289F-4986-BD6F-2468025249B3" imageUrl: "https://github.com/Viperinius/jellyfin-plugin-spotify-import/raw/master/viperinius-plugin-spotifyimport.png" -version: "1.8.2.0" +version: "1.9.0.0" targetAbi: "10.9.0.0" framework: "net8.0" overview: "This plugin imports playlists from Spotify." @@ -18,6 +18,18 @@ artifacts: changelog: |2- # Changelog + ## [1.9.0.0] - 2024-08-25 + + ### Added + + - New setting to enable imported "progress" to be displayed in the playlist description -> #30 + - New matching type to extract an album name from the track name (like 'Track [From "An Album"]') and use that for comparison + + ### Changed + + - Updated Jellyfin dependencies to match version 10.9.9 + - Switch request handling on plugin config page to use jellyfin custom fetch mechanism + ## [1.8.2.0] - 2024-08-24 (Internal testing release)