Releases: calledude/SpotifyVolumeExtension
Releases · calledude/SpotifyVolumeExtension
SpotifyVolumeExtension 1.8
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
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
.NET 6
Moved to NAudio
Refactoring
Probably a lot of other stuff I forgot over the years.. :D
SpotifyVolumeExtension v1.5
- 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
- Added stopkey functionality
- Actually fixes #3
- General internal improvements.
SpotifyVolumeExtension v1.3
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
Fixes #3
- Play/Pause-key support
- More consistent volume changes
SpotifyVolumeExtension v1.1
- Now allows system-volume changes when Spotify isn't playing music.
- More consistent volume-changes.
Read full changelog here
SpotifyVolumeExtension v1.0
- Uses ImplicitAuth. This will open your webbrowser once the token expires (after every hour or so).