From 75fdc75d649f8c38b6188c6b5e9b2f9967247a9b Mon Sep 17 00:00:00 2001 From: Viperinius Date: Mon, 18 Mar 2024 17:07:15 +0100 Subject: [PATCH] bump version to 1.7.1.0 --- Directory.Build.props | 6 +++--- build.yaml | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 47c5e80..9ab4678 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.7.0.3 - 1.7.0.3 - 1.7.0.3 + 1.7.1.0 + 1.7.1.0 + 1.7.1.0 diff --git a/build.yaml b/build.yaml index ce9adfc..402dd8e 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.0.3" +version: "1.7.1.0" targetAbi: "10.8.0.0" framework: "net6.0" overview: "This plugin imports playlists from Spotify." @@ -17,6 +17,13 @@ artifacts: changelog: |2- # Changelog + ## [1.7.1.0] - 2024-03-10 + + ### Changed + + - Reintroduce the old track matching method as a configurable legacy alternative (not recommended to be used) + - Extend logging information / debug possibilities + ## [1.7.0.3] - 2024-03-17 (Internal testing release)