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