Skip to content

4.0.0

Compare
Choose a tag to compare
@biati-digital biati-digital released this 19 Mar 01:53
· 87 commits to master since this release
d20554a

This update includes a lot of changes and fixes, it should work with Alfred 4 and 5. If you are using Alfred 5 you can use the new workflow configuration window, on Alfred 4 you need to set env variables.

  • New: Now the workflow uses the new Alfred 5 Configuration window
  • New: Now you can convert from fiat currency to crypto currency
  • New: Now you can convert from crypto currency to fiat currency
  • New: Now if you convert to a currency code that it's both a fiat currency and crypto currency, the workflow will convert to both and display the two results see example
  • New: Now you can use negative numbers for example -25F to C
  • New: Now you can use numbers starting with dot for example .250km to meters
  • New: Added new language: Swedish
  • New: Added new option to configure the decimals separator to support multiple inputs
  • New: Added new option to configure the number of decimals in currency conversions
  • New: Added new option to configure the number of decimals in cryptocurrency conversions
  • New: Added new option to configure the output format of numbers
  • New: Added keyword _clear to clear all workflow cache
  • Improved: Unit conversion works a lot better and the code was reduced a lot
  • Fixed: Time keyword not working with certain PHP versions
  • Fixed: Binary mode not working for data storage conversions
  • Removed: Auto updater was removed as Alfred 5 will handle future updates
  • Removed: The old key ca to configure the workflow is removed
  • Removed: Convertor library was removed
  • Many fixes and improvements to list them all.