improved

fixed

Soulver 3.14.1

Rounding Numbers Up and Down to Nearest Interval
  • Added phrases to round numbers up or down to a specific interval
  • For 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 correctly
  • An expression like "Monday 5pm-7pm" now correctly returns the interval of time specified (2 hours in this example)
Localizations
  • Minor improvements to the Russian localization
  • Fixed an issue with the Chinese translation of Soulver not working correctly