Skip to content

Releases: calledude/SpotifyVolumeExtension

SpotifyVolumeExtension 1.8

06 Mar 20:34

Choose a tag to compare

What's Changed

  • Changed the tokenswap URL to a different one - it should authenticate faster
  • Implemented retrying behavior when initial token swap fails/times out
    • This is effectively a re-implementation after moving to the "official" SpotifyAPI nuget package, but oh well, it's back :)

Full Changelog: 1.7...1.8

SpotifyVolumeExtension 1.7

25 Feb 20:46

Choose a tag to compare

What's Changed

  • Cleanup/reorganized codebase
  • Moved to azure instead of heroku for tokenswap-flow
  • Handle API faults gracefully
  • .NET8
  • Switch to official SpotifyAPI.Web and Spotify.Web.Auth nuget packages instead of forked/standalone DLLs

Full Changelog: 1.6...1.7

SpotifyVolumeExtension 1.6

30 Mar 17:58

Choose a tag to compare

.NET 6
Moved to NAudio
Refactoring

Probably a lot of other stuff I forgot over the years.. :D

SpotifyVolumeExtension v1.5

23 Mar 02:50

Choose a tag to compare

  • Code formatting/cleanup
  • Large refactoring
  • Updated various packages
  • Moved to .NET 4.7.2
  • Made recognition of state-changes more consistent (could be observed when spamming play/pause where it'd think you are currently paused when you were in fact not)
  • Only subscribing to keys that are actually relevant instead of all keys (basically changed to another lowlevel library)

SpotifyVolumeExtension v1.4

15 Jan 01:56

Choose a tag to compare

  • Added stopkey functionality
  • Actually fixes #3
  • General internal improvements.

SpotifyVolumeExtension v1.3

08 Jan 19:56

Choose a tag to compare

Quality of life update

  • Minimize to system-tray and bring it back by double-clicking the icon (or rightclicking)
  • SpotifyMonitor is now more clear with what it wants you to do when starting up.
  • No longer logging webserver stuff when authenticating.

SpotifyVolumeExtension v1.2

06 Jan 14:03

Choose a tag to compare

Fixes #3

  • Play/Pause-key support
  • More consistent volume changes

SpotifyVolumeExtension v1.1

03 Jan 23:13
860d146

Choose a tag to compare

  • Now allows system-volume changes when Spotify isn't playing music.
  • More consistent volume-changes.

Read full changelog here

SpotifyVolumeExtension v1.0

03 Jan 13:38
860d146

Choose a tag to compare

  • Uses ImplicitAuth. This will open your webbrowser once the token expires (after every hour or so).