From 35c081eeec0cfcc23e2e74b325943d2d61ddf0c7 Mon Sep 17 00:00:00 2001 From: David Rudie Date: Sat, 20 Jul 2019 17:08:46 -0500 Subject: [PATCH] v7.0.0 prep --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e9c1243..575e320 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ CHANGES ======= +**v7.0.0 (2019-Jul-20):** +* Brought Spotify code up to date. You will have to authorize your account. +* Removed all media player support except Spotify and iTunes. (I don't have + the time to maintain all of the code for all of the media players. I'm + sorry about that. Perhaps with a rewrite I can make Snip modular and + other people can maintain their own plugins.) +* Polished up code some and removed a lot of unused code. +* Tested against iTunes 12.9.5.7 (non-Windows Store version). +* Tested against Spotify 1.1.10.540.gfcf0430f (non-Windows Store version.) +* Project is now built with Visual Studio 2019 (previous was 2017). + **v6.10.2 (2018-Jul-24):** * Merged pull request #267 from GenesisFR, which refactors a lot of code and clears out artwork when Snip is exited.