Skip to content

Releases: Advaith3600/PowerToys-Run-Currency-Converter

v1.5.4

22 Apr 06:28
Compare
Choose a tag to compare

v1.5.4 is a minor update

  • New icons to match the Command Palette version of the plugin
  • Fixed an issue where new installs don't get the default local and global currencies.
  • Sample conversions are now displayed when no input is provided.
  • Updated the internal dependencies to the latest version

Full Changelog: v1.5.3...v1.5.4

File SHA256
x64-ZIP DB0BC1631191A24C710AB45417C5BF1437B5BB75CB729A8113B0CAB8B9E25CE0
x64-EXE DFEE48174918DCE81DB18A7ABA654DE43F7E161EB1A2095AB9AC5A2966E41D1C
ARM64-ZIP 74BA1957DCF37E02A438F75074A5F863463D467AF32B7D73A6F0137007C8B245
ARM64-EXE E8A4182532CD364BF5A9D4F0911169C561934A5BA6C059385E05F99F860249D7

v1.5.3

17 Mar 18:12
Compare
Choose a tag to compare

v1.5.3 is a minor update

  • Fixed issue while copying output via the context action button #28
  • Updated the internal dependencies to the latest version

Full Changelog: v1.5.2...v1.5.3

File SHA256
x64-ZIP E2CE352A03FAFE10084A76D4EDD38F94363835451AF6DFA06A245AC99F97653E
x64-EXE DF05DE01334AB412143107155E7A7618049FF0ADB4301657BEEC0422CD89EEA1
ARM64-ZIP EB469AF9CD1A74BFA904B4E6F2A26C384D9A6B94ABC83F00896290FA5D1199F7
ARM64-EXE 76A37869758B47B7DF4294C38D9CD32EDA137082F0E1988B15FB6C18699E4E3B

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