You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for rate and compound units (e.g. liters/hour, MB/s, kg/day) with unit cancellation and conversions (Issue: #160).
Added bottom border divider to the last calculation row (Issue: #226).
Fixed prev and total re-evaluating rand() / randInt() instead of preserving already computed values during incremental recalculation (Issue: #227).
Fixed numeral system conversions (e.g., 15 dec in hex, 1 bin, 1 oct, 1 hex) incorrectly multiplying input numbers by their base radix.
Fixed non-numeric arguments (such as dates, date-times, and durations) being discarded or defaulting to zero when passed to global/cross-file functions (Issue: #228).