From 3f9314c101506088df251b7def4f0c343970a1de Mon Sep 17 00:00:00 2001 From: Viperinius Date: Fri, 17 May 2024 16:51:24 +0200 Subject: [PATCH] bump version to 1.8.0.0 --- Directory.Build.props | 6 +++--- build.yaml | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 0357c0e..efc98e5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.7.2.0 - 1.7.2.0 - 1.7.2.0 + 1.8.0.0 + 1.8.0.0 + 1.8.0.0 diff --git a/build.yaml b/build.yaml index ecfbcbb..2854436 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.7.2.0" +version: "1.8.0.0" targetAbi: "10.9.0.0" framework: "net8.0" overview: "This plugin imports playlists from Spotify." @@ -17,6 +17,19 @@ artifacts: changelog: |2- # Changelog + ## [1.8.0.0] - 2024-05-17 + + ### Added + + - Support for Jellyfin 10.9 + - New configurable flag for each playlist whether or not to recreate it from scratch each time the task runs + - New matching type "fuzzy checking" for track and album names + + ### Changed + + - "Ignore Parentheses" now treats [] the same as () + - Some rework of the track matching process (again); the plugin now tries to find all potential matches first and then decides a "best fit" track name + ## [1.7.2.0] - 2024-03-29 ### Fixed