Skip to content

v0.9.2 Swarmed Horizon

Compare
Choose a tag to compare
@groboclown groboclown released this 21 Jun 15:38
· 256 commits to master since this release

The 0.9.2 release is now available. It includes improvements to the configuration panel, including better support for VCS roots, and bug fixes. You can download it from the IntelliJ plugin interface, or from github.

  • Started Helix Swarm integration.
    • The beginnings of Helix Swarm server integration is present in the code.
      It checks whether the Perforce server has a Swarm server registered with it,
      and will attempt to make a connection to the registered Swarm servers.
  • Minor improvements to the configuration panel.
    • Changed (again) the method for looking up the directory path for different
      configurations. Configurations now can be associated with the VCS roots,
      rather than the project root. This means that file location configurations
      will mark themselves as the directory where the file is located (or up to the
      VCS roots); future work may include a "global" file location vs. a local
      file location. (#148)
    • Joined problems and resolved properties into a single panel.
  • Bug fixes.
    • Fixed the pop-up link text no longer show an invalid character.
    • Added a minor improvement that limits the number of duplicate "enter a password"
      error messages in some circumstances.
    • Dead code clean up.