0.35.4
2021/12/29
Some results could display "NaN" (Not a Number) as a result of accepting invalid and non-standard dice notation. This release should help avoid this by blocking and flagging more invalid and non-standard dice notation when it's added to inputs.
Improved
- Inputs that accept dice notation no longer permit using "-" as an operator.
- Better validation feedback for inputs that accept dice notation.
Fixed
- Inputs that accept dice notation no longer permit using operators without dice expressions. You cannot add integers to integers. E.g. "1+2" would be rejected. As this always equates to 3, just enter "3" instead.
- Inputs that accept dice notation no longer permit dice expressions after an operator. E.g. "3+2D3" would be rejected but "2D3+3" would be accepted.