Release Notes
Added
spotify-tui now works as a command name alongside spt. The installers and
the npm package expose both; the archives still ship a single binary, so this
costs no extra download.
Fixed
- Dropped the
aarch64-pc-windows-msvc target, which broke the 0.26.0 release:
it is the one target dist cross-compiles (in the messense/cargo-xwin
container) and ring's C sources will not build there. Since dist gates
publishing on every target succeeding, that one failure suppressed the whole
release. Windows on ARM runs the x86_64 build under emulation.
Install spotify-tui 0.26.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sandeshgrangdan/spotify-tui/releases/download/v0.26.1/spotify-tui-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sandeshgrangdan/spotify-tui/releases/download/v0.26.1/spotify-tui-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @sandeshgrangdan/spotify-tui@0.26.1
Download spotify-tui 0.26.1