Skip to content

v0.8.7 Sso Wwhat

Compare
Choose a tag to compare
@groboclown groboclown released this 12 May 18:08
· 276 commits to master since this release

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.
  • 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.
  • Bug fixes.
    • Fixed the Windows registry value loading (#146).
    • Reverted back to component file locations being based at their
      natural file locations, rather than at the project root (#148).