Skip to content

Releases: dheijl/swyh-rs

1.12.6

09 Apr 12:18
Compare
Choose a tag to compare

Get rid of the annoying restart pop-up dialog agter each config change that needs a restart.
The pop-up is replaced by a new "apply changes" button that only shows up after one or more configuration changes are made that need a restart.
See also #171 by @C-Fu.

Debian Bookworm appimages in assets.
Windows setup, and debug/release binaries in assets.

Sync volume sliders by using shift key when dragging

04 Apr 18:18
Compare
Choose a tag to compare

When you press the shift key while dragging a volume slider, all volume sliders/players will copy the new volume setting when dragging ends (issue #185 by @dutchbreeze).

There's also some Windows tray icon Python code provided in the tray_icon folder, as provided by @phil2sat.

Windows setup and binaries (debug/release) in assets.

Linux (Debian 12 Bookworm) appimage in assets.

Rust edition 2024, and some optimizations/refactoring

20 Feb 21:20
Compare
Choose a tag to compare

See the changelog for more details.

Debian Bookworm appimages in assets.

Windows setup, and debug/release binaries in assets.

Support multiple devices at same IP address and port number

28 Nov 15:09
Compare
Choose a tag to compare

This is useful when using Bubble Upnp server to expose Chromecast devices as OpenHome or AVTransport UPNP/DLNA players.

See issue #157, and the Changelog.

Debian Bookworm appimages in assets.
Debian Bullseye (Ubuntu 20.04) appimages in assets.

Windows setup, and debug/release binaries in assets.

Beta3: try to support multiple devices on the same IP address and port

25 Nov 19:22
Compare
Choose a tag to compare

See issue #157 regarding Bubble UPNP.

Windows setup in assets.

swyh-rs-cli has not changed (yet?).

Properly fix Bubble UPNP SSDP handling

25 Nov 17:03
Compare
Choose a tag to compare

1.12.1 was rubbish...

Debian Bookworm appimages in assets.

Windows setup in assets.

Fix FLAC digital silence breaking the streaming connection with some streamers

06 Nov 14:24
Compare
Choose a tag to compare

This release fixes a long-standing issue with FLAC streaming where some renderers will disconnect when no sound is present.
You can now prevent this by enabling "inject silence" for FLAC too.

See the changelog for more details.

Debian Bookworm appimages in assets.
Ubuntu 20.04 LTS (Debian Bullseye) appimages in assets.
Windows setup and binaries in assets.

Some CLI fixes

30 Sep 18:27
Compare
Choose a tag to compare

See the changelog for details.

Debian Bookworm appimages in assets.

Debian Bullseye (Ubuntu 20.04/Mint 20) appimages in assets.

Windows setup, and debug and release binaries in assets.

CLI: support player name(s) as well as player IP address(es)

20 Sep 15:21
Compare
Choose a tag to compare

CLI: any unique substring of the player name(s) will do (case sensitive) if you do not want to use their IP address(es).
Note: a mix of player names and IP addresses is not supported.

Debian Bookworm Appimages in assets.
Debian Bullseye (Ubuntu 20.04) Appimages in assets.
Windows setup, and binaries (release and debug) in assets.

More optimizations filling the streaming buffer

04 Sep 15:27
Compare
Choose a tag to compare

Iterators only (no more indexing in the buffers).

Debian Bookworm appimages in assets.
Debian Bullseye (Ubuntu 20.04 LTS) appimages in assets.

Windows setup, and debug/release binaries in assets