v0.8.7 Sso Wwhat
The 0.8.7 release is now available. It adds support for loading "P4ENVIRO" from the Windows registry, logging in with the "P4LOGINSSO" value, as well as some bug fixes. You can download it from the IntelliJ plugin interface, or from github.
- Added support for "P4ENVIRO" loaded from the Windows registry.
- Before, the Windows registry loader would not correctly read in the
P4ENVIRO
setting from the Windows registry.
- Before, the Windows registry loader would not correctly read in the
- Added support for logging in with the "P4LOGINSSO" value. (#147)
- If the user isn't logged in, but has the
P4LOGINSSO
value set,
then that is now used in the login dance. Before, the plugin would
ask the user for the password.
- If the user isn't logged in, but has the
- Bug fixes.