Skip to content

0.5.5 Full diff support

Compare
Choose a tag to compare
@groboclown groboclown released this 02 Jun 14:02
· 563 commits to master since this release

Version 0.5.5 of the P4 plugin for InteliJ community edition is now available. It now supports performing a diff against any version of the file in the branch history. You can download it from the IntelliJ plugin interface, or from github.

  • Full file history support (#47).
    • File history used to not show branching history if it went outside the current client. Now, it will show
      a full history of the file, and allow for diffing against any part of the depot in which the user has
      read access. It's available through the file context menu, under P4 -> Compare with...
  • Bug fixes.
    • Fixed error when handling deletion of files not owned by Perforce.
    • Fixed a lag issue related to saving files when working offline.
    • Minor code cleanups.