Releases: BjoernPetersen/volctl
Releases · BjoernPetersen/volctl
volctl 3.0.0
Breaking changes
The non-native part of the library has been reimplemented in Java. This removes the dependency on the Kotlin standard library, but it also breaks Kotlin constructor calls using named arguments. Otherwise everything should be source-compatible.
Other:
- Removed static
VolumeControl.isWindows()
function
Bugfixes
volctl 2.0.1
Fixes
- Add workaround for multiple ClassLoader support (#3)
volctl 2.0.0
New
- Linux (ALSA) support
Breaking changes
- Require Java 1.8+
volctl 1.0.0
Initial release