From 0d0a169359d2d142a24fbe0a32511b71c5481d17 Mon Sep 17 00:00:00 2001 From: David Rudie Date: Sun, 4 Sep 2016 03:14:41 -0500 Subject: [PATCH] v5.4.0 Prep --- CHANGES.md | 14 ++++++++++++++ Snip/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4372199..d5eeac4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,19 @@ CHANGES ======= +**v5.4.0 (2016-Sep-04):** +* #110 Implemented Spotify track + ID saving. If saving files separately is enabled then a new file, + Snip_TrackId.txt, will be created that contains the Spotify track ID. +* #101 When Snip queries + Spotify's servers for track information it will now use the result with + the highest "popularity" rating. This change hopefully will result in + more accurate track selection. +* #100 Cleaned up Spotify + artwork downloading. It will now download the files provided in the main + JSON file instead of downloading the JSON for the embedded site and then + using the images linked there. This potentially will result in less blank + artwork. + **v5.3.1 (2016-Mar-30):** * Fix for crash when using Spotify and a song title had a / in it. This was caused by Spotify's API not liking the use of a /. I now replaced the / diff --git a/Snip/Properties/AssemblyInfo.cs b/Snip/Properties/AssemblyInfo.cs index 69a6c47..96e4f5b 100644 --- a/Snip/Properties/AssemblyInfo.cs +++ b/Snip/Properties/AssemblyInfo.cs @@ -54,8 +54,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("5.3.1.0")] -[assembly: AssemblyFileVersion("5.3.1.0")] +[assembly: AssemblyVersion("5.4.0.0")] +[assembly: AssemblyFileVersion("5.4.0.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: CLSCompliant(false)]