Skip to content

Releases: Advaith3600/PowerToys-Run-Currency-Converter

v1.1.5

22 Jul 06:51
Compare
Choose a tag to compare
  • Warnings are suppressed when "Include in global results" option is checked - #13
  • This can be toggled off through the settings panel
  • When an invalid currency is entered, the result will have a handle to open the currencies list in an external browser

v1.1.4

31 May 08:06
Compare
Choose a tag to compare
  • Conversion now supports from currency as postfix and prefix.
    • aed 20 to usd
    • 20 aed to usd
    • Both of these conversions will result in the same output
  • Refactored the code to be inline with the standards
  • Added tooltip information on hovering on the result
  • Added a copy button on the context menu

v1.1.3

17 May 09:37
Compare
Choose a tag to compare
  • Control the output precision by changing it in the settings
  • Dynamic precision for values less than 1
  • Mathematical expressions are now accepted

To know more about the new features, read the README file

v1.1.2

11 May 18:06
Compare
Choose a tag to compare
  • Cache duration increased to 3 hours from 1 hour
  • Global and extra currencies are combined
  • Introduction of a new output mode, "Full Text" showing a more verbose output

v1.1.1

04 Apr 07:06
Compare
Choose a tag to compare
  • Added Extra Currencies to quick conversion
    • Now you can convert your local and global currencies to multiple currencies quickly
    • Go to the settings panel and add in the extra currencies to enable this feature
  • Global Currency is optional now. You can empty the field to ignore the global currency during quick conversions.
  • Same currency conversion won't be rendered now. eg: 100 usd to usd

v1.1.0

01 Mar 09:32
Compare
Choose a tag to compare
  • Uses the new Conversion API
  • New logic implementation for parsing the input
    • From currency code can be type along with the amount without space
    • eg: 1btc to usd and 1 btc to usd works the same
    • Commas are now accepted in between currencies - though it does not provide any functional purpose
    • eg: 100,000 eur to usd

v1.0.3

23 Jan 12:48
Compare
Choose a tag to compare

In this version

  • Formatting for the converted amount has been added
  • Multiple listing for quick conversion, sorting is based on the conversion direction setting. Thanks to #3
    • From local to global
    • From global to local
  • An extended version of quick conversion is added so that the user can convert from a third currency to their local and global currencies.

v1.0.2

22 Jan 13:24
Compare
Choose a tag to compare

This is an exciting release for CurrencyConverter

  • Added support for ARM64 processors
  • Renamed the package
  • Fixed the bug with referencing to LCID instead of Name property - #1
  • Build file is much smaller due to the removal of unwanted files - Thanks to #2

v1.0.1

18 Jan 10:00
Compare
Choose a tag to compare

Currency Converter gets existing new updates

  • Quick Conversion is now possible
    • Quick conversion direction can be changed from settings
    • Local and global currency for quick conversion can be changed from settings
  • Prefix can be changed
  • Plugin can be used globally
  • "Invalid format" error removed - only valid syntax will be picked up

v1.0.0

17 Jan 20:12
8124ae1
Compare
Choose a tag to compare

Currency Converter stable release.