- New Feature: Convert fractions written in unicode symbols. Currently converting: ¼, ½, ¾, ⅐, ⅑, ⅒, ⅓, ⅔, ⅕, ⅖, ⅗, ⅘, ⅙, ⅚, ⅛, ⅜, ⅝, ⅞.
- Bug Fix: Currency symbols after value did not convert, only currency names/codes did.
- Solution: Replaced b at end of currency regex with custom regex ($|[s-_.,'”!\?&%:;+]+). Might need improvement over time to ensure all non-word charachters (![a-zA-Z0-9_]) are captured.
- Bug Fix: Inch/Feet units preceding non-Inch/Feet units in same node were not being converted.
- ‘Show conversion rate for unit conversions’, first introduced in ver 0.5.0.8, is now ‘On’ by default. Switch it off in Options -> Advanced Settings