Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rudie committed Oct 9, 2022
1 parent cd41978 commit ed7d80f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
CHANGES
=======
**v8.0.0 (2022-Oct-08):**
* Improved callback handler for Spotify authentication. It should work much
more reliably and consistent.
* Removed local Spotify player detection completely. Snip now relies on all
information provided by the web API. This allows much more reliable and
accurate detection of what's playing. Additionally, a benefit of this
is that you can play Spotify from any device or computer and Snip will
detect it.
* Local songs in Spotify will display their information correctly. However,
album artwork is not supported by the Spotify API and will not work.
* Added a blank "No Player" option before Spotify and iTunes. This allows
Snip to run without requiring you to sign into Spotify first. This is
useful for users only wishing to use it for iTunes. After initial
launch right-click on the tray icon and choose your player. NOTE:
After selecting player if you switch between players multiple times
Snip will not detect updates anymore.

**v7.0.5 (2019-Sep-15):**
* Made Spotify detection substantially better. Due to Windows API limits
you cannot get the main window handle from a process minimized to 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("7.1.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.0.0.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: CLSCompliant(false)]

0 comments on commit ed7d80f

Please sign in to comment.