Skip to content

v0.127.0

Latest

Choose a tag to compare

@gesellix gesellix released this 18 Aug 19:56

Noteworthy

  • Fixed speakers stuck on "install the Bose app" after a full
    migration, even when already reachable, named, and account-paired
    (#615).
    Only a full pass through the WebSocket setup state machine
    clears SOUNDTOUCH_NOT_CONFIGURED, but running that unconditionally
    risked re-running the setup bracket on speakers that don't need or
    support it. setup pair --mode=full now checks /supportedURLs and
    /soundTouchConfigurationStatus first: an already-configured device
    is a no-op, and an unsupported route or an unrecognised status value
    aborts instead of guessing.
  • Release notes now link straight to each platform's download and
    checksum
    , one row per OS/arch for soundtouch-service and
    soundtouch-cli, instead of sending you through the flat,
    alphabetical Assets list below. Everything else (soundtouch-player,
    soundtouch-backup, other platforms, Docker, install scripts) is
    still on the Downloads page.

What's Changed

  • fix(setup): gate setup pair --mode=full on configuration status (#615) by @gesellix in #629
  • ci(deps): bump the codeql-action group with 3 updates by @dependabot[bot] in #630
  • feat(release): add real per-platform download links to release notes by @gesellix in #631

Full Changelog: v0.126.0...v0.127.0

Quick downloads

Most people only need one of these two:

soundtouch-service — the local server that replaces the Bose cloud. Point your speaker at it and you keep full control; the built-in web UI on port 8000 handles setup.

Platform Download Checksum
Raspberry Pi (64-bit) / ARM64 Linux soundtouch-service-v0.127.0-linux-arm64 sha256
Raspberry Pi (32-bit) / ARMv7 soundtouch-service-v0.127.0-linux-armv7 sha256
Linux (64-bit PC) soundtouch-service-v0.127.0-linux-amd64 sha256
macOS (Apple Silicon) soundtouch-service-v0.127.0-darwin-arm64 sha256
macOS (Intel) soundtouch-service-v0.127.0-darwin-amd64 sha256
Windows (64-bit) soundtouch-service-v0.127.0-windows-amd64.exe sha256
FreeBSD (64-bit) soundtouch-service-v0.127.0-freebsd-amd64 sha256

soundtouch-cli — command-line control of any device: playback, presets, sources, multiroom zones, discovery, and migration. Good for scripting and home automation.

Platform Download Checksum
Raspberry Pi (64-bit) / ARM64 Linux soundtouch-cli-v0.127.0-linux-arm64 sha256
Raspberry Pi (32-bit) / ARMv7 soundtouch-cli-v0.127.0-linux-armv7 sha256
Linux (64-bit PC) soundtouch-cli-v0.127.0-linux-amd64 sha256
macOS (Apple Silicon) soundtouch-cli-v0.127.0-darwin-arm64 sha256
macOS (Intel) soundtouch-cli-v0.127.0-darwin-amd64 sha256
Windows (64-bit) soundtouch-cli-v0.127.0-windows-amd64.exe sha256
FreeBSD (64-bit) soundtouch-cli-v0.127.0-freebsd-amd64 sha256

Everything else (soundtouch-player, soundtouch-backup, other platforms, Docker, install scripts): Downloads page.