Rounding Numbers Up and Down to Nearest Interval Added phrases to round numbers up or down to a specific intervalFor example, "round 21 up to nearest 5" (= 25), "round down 20 to nearest 8" (= 16) Tim…
- Added phrases to round numbers up or down to a specific interval, such as "round 21 up to nearest 5" or "round down 20 to nearest 8"
- Added support for converting times to decimal, such as "10:15 to decimal"
- Added support for converting millisecond Unix timestamps into dates, such as "1733823083000 to date"
- You can now include "time" as a commenting word in time zone conversions, like "3pm Sydney time to Lisbon time"
- Expressions like "10am to London" will now be interpreted as "10am here to London"
- When copying multiple lines of text with expressions and answers that include subtotal lines, these will now be included on their own line
- Minor improvements to the Russian localization
- Fixed an issue with sheets written in certain locales that use space as a thousands separator being incorrectly interpreted after syncing
- Fixed an issue with auto-converting quantities in brackets in QuickSoulver
- Fixed a crash with the factorial function when doing expressions like "fact(9999999.3)"
- Fixed an issue where an expression like "1.6 fl oz/acre to mL/ha" would return an error instead of converting correctly
- Fixed an issue where an expression like "Monday 5pm-7pm" now correctly returns the interval of time specified
- Fixed an issue with the Chinese translation of Soulver not working correctly
From Soulver
Rounding Numbers Up and Down to Nearest Interval
Added phrases to round numbers up or down to a specific intervalFor example, "round 21 up to nearest 5" (= 25), "round down 20 to nearest 8" (= 16)
Time to Decimal Conversions
Support for converting times to decimal: for example, "10:15 to decimal" (= 10.25)
Millisecond Unix Timestamps
Added support for converting millisecond timestamps into dates, like "1733823083000 to date"
Timezones
You can now include "time" as a commenting word in time zone conversions, like "3pm Sydney time to Lisbon time""10am to London" will now be interpreted as "10am here to London"
General
When copying out multiple lines of text with expressions & answers that include subtotal lines, these will now be included on their own line
Bug fixes
Fixed an issue with sheets written in certain locales that use space as a thousands separator being incorrectly interpreted after syncing (thanks Øyvind & Edgar)Fixed an issue with auto-converting quantities in brackets in QuickSoulver (thanks Chris)Fixed a crash with the factorial function (when doing an expression like "fact(9999999.3)")Fixed an issue where an expression like "1.6 fl oz/acre to mL/ha" would return an error instead of converting correctlyAn expression like "Monday 5pm-7pm" now correctly returns the interval of time specified (2 hours in this example)
Localizations
Minor improvements to the Russian localizationFixed an issue with the Chinese translation of Soulver not working correctly