Make cross-platform stdout
, stderr
behavior consistent, see
#89.
Preserve current working directory on all platforms.
Improve kdesudo dialog appearance.
options.env
to set environment variables on all platforms, see
#91.Always return PERMISSION_DENIED as an Error object.
Support multiple commands separated by semicolons on Linux, see #39.
Distinguish between elevation errors and command errors on Linux, see #88.
Fix Windows to return PERMISSION_DENIED
Error even when Windows' error
messages are internationalized, see
#96.
cd
when cwd
is on another drive, see
#70.maxBuffer
limit to 128 MiB, see
#66.