Releases: wardbox/spotishell
Releases · wardbox/spotishell
v1.3.0
v1.2.0
⚠️ Migration Required
Default Redirect URI changed from localhost to 127.0.0.1
Spotify no longer allows localhost in redirect URIs. Update your Spotify Developer Dashboard app
settings:
- Old:
http://localhost:8080/spotishell - New:
http://127.0.0.1:8080/spotishell
✨ New Features
- PKCE Support - OAuth now uses PKCE for improved security. Existing apps with
ClientSecretcontinue to work. Get-RecentlyPlayedTracks- New-Limit,-After, and-Beforeparameters
🔧 Improvements
- Token refresh only sends
client_secretif present (enables pure PKCE apps) - Better error messages for OAuth flow issues
🏗️ Infrastructure
- Migrated CI/CD from AppVeyor to GitHub Actions
- Added Pester test suite with multi-platform testing
Starting release to match powershellgallery
This is an alpha release, only core functionality is included and some features are janky as hell.
Install by unzipping the spotishell subfolder (containing .psd1 file) into your modules directory or running:
Install-Module Spotishellor upgrading
Update-Module Spotishell