Fixed
Set-AccessUsers()
inpsytricks-lib.ps1
did not work correctly if multiple usernames were specified. This is now fixed by foce-converting the given string into an array, splitting at ",
" characters. This directly affects the functionality for adding / removing multiple users at once viapsytricks.wrapper.ResTricksWrapper.set_access_users()
andpsytricks.wrapper.PSyTricksWrapper.set_access_users()
.
Full Changelog: v2.1.5...v2.1.6