v3.0.0
Breaking changes
- [#64] Add support for sources (microphone). You can now use the
--node-typeargument to select whether to use sinks (speakers) or sources (microphones). This makes it possible to also control microphones with the script exactly in the same ways as before: volume control, switching between them, muting, etc. Thus, many arguments and options have been renamed to be generic over both sinks and sources, under the namenode:- The
next-sinkaction is nownext-node - The
--icon-sinkargument is now--icon-node - The
--sink-blacklistargument is now--node-blacklist - The
--sink-nicknames-fromargument is now--node-nicknames-from - The
--sink-nicknameargument is now--node-nickname - The
ICON_SINKvariable is nowICON_NODE - The
SINK_NICKNAMEvariable is nowNODE_NICKNAME
- The