- Update pulsectl dependency version range - *no changes affecting pulsectl-async*
0.2.2
0.2.1
- Update pulsectl dependency - Tests fixed on systems without IPv6 binding support - New parameter `allow_suspend` for `subscribe_peak_sample()`
0.2.0
- Fixes for Python 3.10 - Thanks, mbrea-c! - **Deprecation:** `loop`-Parameter of `PulseAsync()` is deprecated and will be removed in future versions of the library. It does not have any effect in Python 3.10 and newer and has never actually been required for Python versions supported by this library.
0.1.10
Follow-up release for 0.1.9 to fix the flawed minimum version requirement for pulsectl.
0.1.9
- Update pulsectl dependency - New attribute `.channel_list_raw` on `SinkInfo` and similar objects, containing the raw integer channel position identifier from libpulse (see discussion at https://github.com/mk-fg/python-pulse-control/pull/66) - New enum attribute `PulseAsync.channel_channel_list_enum` ported from pulsectl for iterating the possible channel position values