Skip to content

v0.7.14 Stabilization

Compare
Choose a tag to compare
@groboclown groboclown released this 05 Apr 17:53
· 379 commits to master since this release

Version 0.7.14 of the Perforce plugin for IDEA community edition is now available. It stabilizes the 0.7 codebase - thanks to everyone for working through these issues! You can download it from the IntelliJ plugin interface, or from github.

  • Bug fixes.
    • Fixed a possible deadlock with server connection checking.
    • Fixed automatic add to VCS option fails on copy (#102)
    • Fixed a rare concurrent modification exception (#106)
    • Fixed one place where disposed projects are attempted to be used (#104)
    • Fixed an issue where the plugin would not allow loading
      the list of clients unless you had a client set. (#115)
    • Fixed an issue where the changelist name and description can be concatenated
      together (#91). Now, changelists will be updated to use the comment, and only
      use the name if no comment is given. This better matches the behavior of
      submit. If you want the old behavior back, there's a user preference to
      concatenate the two strings together, but note that this will not
      affect the behavior of the submit dialog - it will still only show the
      comment. This may have also fixed an issue where a second changelist
      would be created incorrectly.
    • Fixed a configuration panel issue for the multi-p4config file setup
      did not show the config settings for a selected path.