v0.8.4 Big Time Fixes
The 0.8.4 release is now available. It fixes up a bunch of issues around connection management and login, the configuration property UI panel, and the config name UI panel. You can download it from the IntelliJ plugin interface, or from github.
- Bug fixes.
- Cleaned up debug logging.
- Changed the configuration UI to split the connection resolved properties from the
connection properties definition. This should hopefully make the UI clearer and
easier to read. - Added workaround for an observed issue where the IDE would not load the workspace
VCS configuration before the plugin was available (part of #143). - The client name panel now correctly displays the client name saved in the
workspace.xml
file. - The configuration UI now prompts for a password when the client name panel
needs a password to find the user's clients. - Improved configuration problem reporting to differentiate between warnings and
actual errors (part of #143 and #144). - Fixed the connection status bar widget to push more activity out of the event
thread and into the background. - Fixed the reload buttons to be disabled while the process is running.
- Moved the client name field spinner to be consistent with the rest of the UI.
- Changed validation check for the server configuration and the client
configuration so it now reports a warning rather than throwing an
error (#144). - Added validation check to ensure client name is not purely numeric.
- Added better logging in the case of connection checkout issues.
- Fixed configuration panel detection of modification.
- Fixed an issue where an invalid password would be considered needing to log in
again with the existing, known password. - Stream-lined the server connection process.
- Fixed an issue if the user has an authentication ticket file, but isn't logged in.
- Better prevention of incorrect error messages when the connection configuration changes.