sinuous icon indicating copy to clipboard operation
sinuous copied to clipboard

A simple TUI for controlling Sonos speakers

Results 13 sinuous issues
Sort by recently updated
recently updated
newest added

Bumps [human-panic](https://github.com/rust-cli/human-panic) from 1.2.3 to 2.0.0. Changelog Sourced from human-panic's changelog. [2.0.0] - 2024-04-17 Compatibility Update MSV to 1.73 PanicStyle is now non-exhaustive Method is now non-exhaustive Metadatas fields are...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update...

dependencies

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). Commits 0328bde Release v0.8.11...

dependencies

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.29. Release notes Sourced from futures's releases. 0.3.29 Add TryStreamExt::try_ready_chunks (#2757) Add TryStreamExt::{try_all,try_any} (#2783) Add UnboundedSender::{len,is_empty} (#2750) Fix Sync impl of FuturesUnordered (#2788) Fix infinite...

dependencies

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.37 to 0.1.40. Release notes Sourced from tracing's releases. tracing 0.1.40 This release fixes a potential stack use-after-free in the Instrument::into_inner method. Only uses of this method...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0. Release notes Sourced from tokio's releases. Tokio v1.40.0 1.40.0 (August 30th, 2024) Added io: add util::SimplexStream (#6589) process: stabilize Command::process_group (#6731) sync: add {TrySendError,SendTimeoutError}::into_inner...

dependencies

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.17 to 0.23.18. Commits 33af2c3 Prepare 0.23.18 ffe646d Add reproducer for bug 2227 69b6f74 Record and restore the processed cursor in first_handshake_message 4ef3532 Upgrade to mio 1...

dependencies

Cannot compile sinuous. ``` error[E0282]: type annotations needed for `Box` --> /home/sigurd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.28/src/format_description/parse/mod.rs:83:9 | 83 | let items = format_items | ^^^^^ ... 86 | Ok(items.into()) | ---- type must be...

Add support for browsing and playing Sonos favorite playlists/albums directly from the TUI. Features: - Fetch and display favorite playlists from Sonos speakers - Two-view interface: Queue (1) and Favorites...

## 🤖 New release * `sinuous`: 0.1.5 -> 0.1.6 Changelog ## [0.1.6](https://github.com/abusch/sinuous/compare/v0.1.5...v0.1.6) - 2025-11-24 ### Added - *(ci)* Add workflow to build binaries ### Other - *(deps)* bump actions/checkout from...