Skip to content

Commit

Permalink
v5.4.0 Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rudie committed Sep 4, 2016
1 parent 81e4b24 commit 0d0a169
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
CHANGES
=======
**v5.4.0 (2016-Sep-04):**
* #110 <https://github.com/dlrudie/Snip/issues/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 <https://github.com/dlrudie/Snip/issues/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 <https://github.com/dlrudie/Snip/issues/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 /
Expand Down
4 changes: 2 additions & 2 deletions Snip/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit 0d0a169

Please sign in to comment.