v0.9.2 Swarmed Horizon
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.
- The beginnings of Helix Swarm server integration is present in the code.
- 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.
- Changed (again) the method for looking up the directory path for different
- 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.