Using them twice in the same plan makes no sense, so they are no longer shown.
The new user's feature tour has been updated and expanded.
An extra export link appears at the bottom of the list of tests when you generate more than 300 tests, this extra link was not working.
Auto-scripts page now more closely follows the style of the rest of Hexawise.
There is now a drop-down of value expansions you've used in all your other plans so you can easily reuse them.
In case your Hexawise session times out, we used to take you back to the login page. This is no good if you have a bunch of unsaved edits in progress. Instead now we show you a login dialog and once you log back in you pick right back up editing where you left off.
Married pairs get green and invalid pairs get red hover highlighting.
Congratulations! Everyone is advanced! That's just how you all roll.
Save and cancel icons stay put when editing a requirement until you are done (they used to be visible only on hover).
These are now broken out into separate columns.
Parameters with just 1 value are no longer used in the strength interaction explanation dialog since they just confuse the explanation with their 1 value.
We decided it's more sensible after create tests.
1994 called and they wanted their icon back.
Hexawise uses purple italics in UI's and exports to signify that the value in the generated test can be substituted with any other value. It doesn't make sense to show this on for parameter values that are the only value of that parameter.
They now show up properly.
Extra blank rows in these sheets would cause an import failure.
Certain unusual cases of parameter names would confuse the validator and cause a spurious warning that value pairs would be deleted if the requested edit of the parameters took place. Allowing the edit would not delete the value pairs, but the warning was incorrect. This has been fixed.
Extra wide parameter or value names, usually caused by lots of wide capital letters, would cause the value pair display to be wide enough to push the delete icon out of view in the value pair list. It no longer does this.
This only affected tests cases with more than one any possible value (marked by purple italics) where those same values were involved in value pair rules. The algorithm that ensured that selected values replacing any values did not violate value pair rules was a one-pass algorithm, so it was not able to adjust other any value replacements, if those values were the cause of there being 'no possible value' that could be used. The algorithm now takes multiple passes, each pass with variability in the order it attempts to replace values, to ensure if there is a set of any value replacements that can work, it will be found.
Thanks to many users for pointing this issue out over the last few months, but special thanks to Cortney for identifying and isolating a clean cut case that led us to a definitive fix.
Before this action did not clear the prompt text. Now it does.
Many additional, subtle improvements to the Auto-Scripts UI around step re-ordering, handling of the scroll position when adding steps, and auto-advancing the next parameter to be inserted.
There were some rare corner cases that would result in gaps in step number ordering or having a 'Step 0'. These have been resolved.
The presence of requirements no longer limits you to computing just 2-way tests.
You'll now see an indication that a requirement is satisfied by a test case in the Create Tests screen, not just in exports.
In some cases of any's, and nones and compound expected results, the expected result would be applied when it shouldn't be. This was not the expected result.