Releases: Advaith3600/PowerToys-Run-Currency-Converter
Releases · Advaith3600/PowerToys-Run-Currency-Converter
v1.4.0
- 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
v1.2.0
- 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
v1.1.5
v1.1.4
- 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
v1.1.2
- 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
- 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
- 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
and1 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