Skip to content

Releases: Advaith3600/PowerToys-Run-Currency-Converter

v1.5.2

13 Jan 13:06
Compare
Choose a tag to compare
  • The converter now supports additional APIs for users. You can read more about it here.
  • You can now change the caching duration from the settings menu.
  • Comparing aliases from the alias file are no longer case-sensitive.
  • The installer has been updated.
File SHA256
x64-ZIP C0A9A4401728909244B825AE21151677B05B720811BC4D197FB374185E4D15A9
x64-EXE D6A333445844EEF9DBE0426751FAC37A7913AE2FBB983F7D786A1DE6C02CECD4
ARM64-ZIP 33FE6FD7D8B55CC399150302B361D948AFD7088683D9C5E94BAD574290D80954
ARM64-EXE D95EA6D15A3A761FD58B3EA4FB670A252FD3F9E8255F4D2854EC51ED67B599C2

v1.5.1

22 Dec 11:55
Compare
Choose a tag to compare

Please see the release notes for v1.5.0

File SHA256
x64-ZIP 4A7FB400DDF12B4B91C8E9A8B17A3F06346FCEE5E3DFD004232B8517DBD6F25B
x64-EXE 2EC5894FE6A73BF38204A3F85E2BCDE2D9A4E5DE9A83A4A7F32F49943438C34D
ARM64-ZIP D9B21C05DEDBC86AFBB342041B60634927ECA080EBA2DA54C06F03E32F3425AD
ARM64-EXE A9467684DA43EB42904907D7EF8A4AA9549D517C05193DE475CE28785B6F0DC2

v1.5.0

22 Dec 09:14
Compare
Choose a tag to compare
  • Upgraded to .NET 9.
  • Added updater functionality: the plugin will now display available updates in PowerToys Run.
  • Refined the regular expression for query parsing.
  • Changed the location of the alias file to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Settings\Plugins\Community.PowerToys.Run.Plugin.CurrencyConverter.
  • Settings are now stored in the same folder as the alias file.
  • Shifted to using third-party dependencies for system DLLs.

v1.4.0

29 Nov 06:55
Compare
Choose a tag to compare
  • Decimal Separators: Settings now allow forcing decimal separators to use either dots or commas (#20).
  • Currency Group Separators: Improved detection of spaces as group separators for currencies (#20).
  • Flexible Separators: Currency group separator and decimal point separator can be anything and will be adjusted based on system settings automatically, even if they are multi-characters.
  • Query Parsing: Enhanced parsing for user queries.
    • Currency symbols are now supported in queries.
    • Queries should be more predictable now.
  • Aliasing: Aliasing should work more consistently.
    • Added more aliases to the default alias file (currencies included).
  • Precision Setting: Removed the option to define precision—values will now be taken from the system.

Note: For those upgrading to this version, make sure to either delete the old alias file or update it with the new aliases added. The updated alias file can be found at alias.default.json. Your local alias file can be found at Documents/PowerToys/CurrencyConverter

v1.3.0

01 Oct 06:46
Compare
Choose a tag to compare
  • Added “in” to query alongside “to” (#16)
  • Refined .exe file for installation
  • Added Winget as an installation option
  • Declared plugin as delayed for better responsiveness
  • Parallelized computations for faster results
  • Added fallback URL for fetching conversion rates
  • Implemented proxy credentials (#17)

v1.2.0

25 Aug 09:47
Compare
Choose a tag to compare
  • A long-awaited feature, aliasing. Custom aliases can now be defined in the alias config file. Read more about it here. - #9
  • Code refactoring to match the standards of C#
  • Little bit of performance improvements. Nothing noticeable.
  • Icons and logo are updated, and there is a new warnings icon for warnings.
  • Results are now clickable along with the context menu.

v1.1.6

18 Aug 07:34
Compare
Choose a tag to compare

It's a pretty simple update that fixes a huge issue

  • Commas are accepted as a valid separator - #15

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