1. Neos VR
  2. News
  3. 2021.9.12.1084 - Improved SI Unit parsing and formatting, fix crash due to Uri

2021.9.12.1084 - Improved SI Unit parsing and formatting, fix crash due to Uri

Pushing an extra small build with some improvements to unit parsing and formatting since I forgot to add these to the previous build.

Also patch for a bug causing session crash. Compatible with previous builds, but update is recommended.

[h2]Tweaks:[/h2]
- Micrometers now accept 'µ' (U+00B5), 'μ' (U+03BC) and 'u' during parsing (based on report by @Chroma | Mass Communications, @Ryuvi | Technical Artist, @Nexulan | Producer and others)
-- This fixes micrometers not parsing properly in some cases, due to Unicode defining multiple symbols
- Added more common SI units for Distance - pico, femto and atto (previously it would at most use nanometers)
- Angstrom is no longer classifed as common Distance unit
- Parsecs are no longer classified as common unit (meaning at most light years will be used during auto-formatting)

[h2]Bugfixes:[/h2]
- Fixed Uri decoding resulting in a session crash for other users in the session (reported by @3x1t_5tyl3, @Lexevo, GH #2995)