diff --git a/Directory.Build.props b/Directory.Build.props index ed755b6..678c96a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.4.0.0 - 1.4.0.0 - 1.4.0.0 + 1.5.0.0 + 1.5.0.0 + 1.5.0.0 diff --git a/build.yaml b/build.yaml index f0ce2ac..e4cb084 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.4.0.0" +version: "1.5.0.0" targetAbi: "10.8.0.0" framework: "net6.0" overview: "This plugin imports playlists from Spotify." @@ -17,6 +17,17 @@ artifacts: changelog: |2- # Changelog + ## [1.5.0.0] - 2023-12-16 + + ### Added + + - New switch to control where missing track files are stored + - Add new matcher to ignore anything in parentheses in track/album/artist names + + ### Fixed + + - Fix Spotify username regex not allowing special characters + ## [1.4.0.0] - 2023-10-15 ### Added