Skip to content

Reverbic v1.5.4

Choose a tag to compare

@github-actions github-actions released this 14 Jun 03:56
· 29 commits to develop since this release
2ec057d

Version Platform Built with Rust License

What's new in v1.5.4

This release brings Reverbic's auto-updater to every desktop platform, adds gapless Spotify playback, and makes the YouTube radio easier to discover — plus a round of cross-platform polish.

Highlights

  • Cross-platform auto-update: Reverbic now self-updates on Linux (x86_64) and macOS (Intel and Apple Silicon), matching the existing Windows updater. Each platform only ever downloads its own build.
  • Spotify native crossfade: A new setting blends the end of each track into the next (up to 12 seconds) when using Native playback mode.
  • YouTube radio hint: The search tab now shows that you can press Ctrl+R on any video to start an infinite radio, with a clear message when cookies are required.
  • Cleaner settings on every OS: Settings are grouped by source (Radio, Spotify, YouTube), and Windows-only options (overlay, ducking, tray, media keys) are hidden on macOS and Linux.
  • Fixes & hardening: macOS paste now works, the logo no longer overlaps the game strip, and the vulnerable rustls-webpki was removed from the dependency tree.

Installation

# Quick install (Windows)
irm https://raw.githubusercontent.com/sewandev/Reverbic/main/install.ps1 | iex

# Quick install (macOS)
brew install sewandev/reverbic/reverbic

# Package managers
scoop bucket add reverbic https://github.com/sewandev/scoop-reverbic; scoop install reverbic   # Windows (Scoop)
cargo install --git https://github.com/sewandev/Reverbic.git --locked                          # Any OS (Rust)

Documentation

Make sure to check out the newly updated guides for setting up the integrations:

Full Changelog

For a detailed list of all the additions, changes, and fixes, please refer to the official changelog:


Thank you to everyone using Reverbic! Update now from the app or grab the latest installer below.