improved

Minor Update

Soulver 3.7.1

Specifier Shorthands
  • Added some short form specifiers for quicker conversions:
  • Use "num" for number ("35% as num" = 0.35)
  • Use "bin" for binary ("123 as bin" = 0b1111011)
  • Use "iso" for the iso8603 date format ("today as iso" = 2022-11-24T12:00:00+03:00)
Wolfram|Alpha
  • Your Mac's preferred unit system is now respected in Wolfram|Alpha queries
  • Your preferred number format is now respected in Wolfram|Alpha queries
  • Wolfram|Alpha queries may now be performed in QuickSoulver
  • It can take a few minutes for newly created Wolfram|Alpha AppIDs to be activated. This is now better communicated in Soulver's settings
Misc
  • Multi-word variables are now automatically formatted with non-breaking spaces
  • Alfred workflow has been updated and now works with Soulver installed in non-standard locations
  • Some minor bug fixes & various general improvements to the calculation engine