Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add 2026.04.30 changelog entries

+9
+9
CHANGELOG.md
··· 4 4 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). 6 6 7 + ## [2026.04.30] 8 + 9 + ### Added 10 + - Bluetooth device support in the GPUI and web UIs — list paired/discovered devices, connect and disconnect directly from the device picker 11 + - mDNS-based server discovery and runtime server switching — `scan_mdns()` in the daemon registers itself via mDNS; the GPUI app and macOS app gain a Server Picker UI that enumerates nearby `rockboxd` instances and switches without restart; a notification triggers one-shot syncs to re-run on server change 12 + - UPnP album art saved for remote tracks — `album_art_uri` is returned from UPnP directory listings; `save_audio_metadata` downloads and caches the cover when no embedded art is present; remote metadata is persisted concurrently (semaphore-limited) without blocking C/FFI 13 + - `copyright_message` field on the `Album` GraphQL type, displayed in `AlbumDetails` alongside a formatted release date 14 + - Typesense bundled in the Docker image — the Dockerfile now pulls the typesense image and copies `typesense-server` into the final image 15 + 7 16 ## [2026.04.29-2] 8 17 9 18 ### Added