We've changed the default colors used in the coverage matrix chart, specifically to a more blue'ish color of green that is easier for people with red/green color blindness to differentiate.
There is also now a color toggle. Simply press the letter c on your keyboard to cycle through 3 available color themes if the default them is difficult for you to differentiate.


Now when hovering over cells in the coverage matrix chart with your mouse, you'll see a popup showing the two interactions, and in which test case they were first paired, or when they will be first paired.

You can now zoom in and out of the coverage matrix chart using your mouse's scroll wheel or trackpad's scroll gesture.
Zoom out to get the big picture.

Or zoom in to get specific details.

When you are zoomed in, click and hold your mouse button, then move your mouse to pan around the matrix chart.
Clicking the dropdown arrow on the parameter name field to toggle on/off the auto-complete suggestions removed the previously typed text. It no longer does.
When an automate Scenario or Scenario Outline was removing test cases that are duplicative for the set of parameters and/or parameter values selected in the Scenario or Scenario Outline, the tooltips about how many test cases are being applied did not always mention the duplicate removal.
Some usability improvements for the non-AJAX network tests.
Hexawise's truncation of parameter and parameter value names was preventing the browser's local search in page functionality from finding parameter and parameter value names by their full, untruncated name. This now works as expected.
A pairwise defect with the MS Edge browser caused long value names not to be truncated in the Define Inputs UI.
Column width in the Define Inputs UI is now always consistent.
Normally there is a tooltip for the value expansion icon in the Define Inputs UI that quickly shows you what the value expansions are without needing to click and open the dialog.
This tooltip would not appear for the value expansion after you edit the value expansion until you navigate away from Define Inputs and come back. This is now fixed.
Parameter names and parameter value names written like <this> or <that> were rendered incorrectly in the explanatory modal for "2-way interactions means...".

If a Scenario or Scenario Outline includes a (small) subset of the plan's parameters, then it often results in some completely duplicate example data table rows or generated scenarios since the subset of the test case scenario included likely won't be unique (even though each generated test case is unique).
Hexawise Automate now eliminates these duplicates. You can see this most clearly by including <Test Number> and <Test Case> in your Scenario or Scenario Outline. The former will always be sequential, while the latter will skip both generated test cases that don't apply (that don't include selected parameter values) as well as test cases that would be duplicates based on the included parameters.
With larger test plans some columns in the matrix chart would lose their column divider.
This wasn't working and brought you to the full login page. It's now working.
If you attempted to create an married pair constraint that violates existing constraints, an error dialog explaining the issue is shown. Upon returning from the dialog back to the married pair constraint creation dialog, the order of the parameters could reverse from the order in which you clicked them. This has been resolved.
Long project names were not properly truncated.
Small user experience improvements in the network test.
This was a specific customer request. Always eager to hear what language / test framework pairings will be helpful to add to Hexawise Automate.
When adding or editing parameters in the mind map view, the warning dialog for large parameters wouldn't dismiss after you OK'd the large parameter.
Clicking cancel during parameter length warning when adding or editing parameters would result in a full dismissal of the prior dialog and a lose of the addition or edits. It now returns to the dialog upon clicking cancel.
Hexawise Automate has had the <Test Number> expression that can be used in Scenario and Scenario Outline sections to include a sequential number for each included test case, either in the Examples table in the Scenario Outline or in the sequence of generated Scenario, one for each test case.
In addition, there is now a <Test Case> expression that provides the (potentially non-sequential) number of the generated test case for the row of the Examples table or the generated Scenario.
If your Scenario or Scenario Outline doesn't have any {[Parameter] Parameter value} selector(s) then there will be no difference in the values provided by <Test Number> and <Test Case>, but if it does, then the <Test Number> will increment from 1 sequentially, while the <Test Case> will reflect the number of hde generated test case for the Examples table row or generated Scenario.
After requesting a long-running test case generation (5-way or 6-way) and then instead selecting a lesser strength, refreshing or navigating would return to the larger strength request.
Thanks to Zachary for reporting the issue.