Closed Gasased closed 3 months ago
I will look into this as soon as possible. Why was the second expression deemed invalid? Is it still showing the same issue?
encountered the same problem
comma ignored:
dot invalid expression:
hello, any updates?
Hey, I was quite busy the past few days. I will start working on a fix this week. Meantime, I am open to any contributions.
I have made some changes, please let me know if this has fixed your issue.
CurrencyConverter-1.1.5-ARM64.zip CurrencyConverter-1.1.5-x64.zip
I downloaded the source, ran the build.ps1 file to build version 1.1.6. It worked fine for me. Thank you @Advaith3600
Thanks for the feedback. I have published a stable build under v1.1.6
i’ve noticed that converter handles numbers with commas as decimal separators really well, but when entering numbers with a dot as the separator, it seems to ignore it and treats the input as a whole number.
for example, if i type “0.001 btc,” it returns the conversion rate for “1 btc” instead of the smaller amount. i was wondering if there might be a way to modify this myself or if adding support for both comma and dot decimal separators could be considered.
the comma works properly, though:
One obvious way to fix this is to change the system language, but it is not feasible for many. The plugin currently relies on the windows parseInt to determine the separator automatically, I need to check if there is a manual switch and how we can integrate it with the settings. Can you create a new issue about this?
When entering a currency amount with a comma (e.g., $35,00 USD), the conversion tool ignores the comma, leading to incorrect results.
windows 11 Version 23H2 (OS Build 22631.3527) sys language: eng, installation lang: ukrainian