- 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
prevandtotalre-evaluatingrand()/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).