-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display exchange rate conversions in multiple currencies at once #1
Comments
Hi, that seems doable, I'll take a look at this as soon as I have some free time |
Version 2.0.0 is out, in this new version you can define multiple base currencies, please check the README. Please note this new version is a complete rewrite so some things will look different. |
Sorry about that, did a few tests and everything was working fine, I've no idea what happened to the missing "r" in merge. Anyway I've released and update and improved action modifiers, more in the docs. |
Thanks for the update. I've managed to add a secondary base currency, but now when trying to convert, no reply is given: For example, I have RON and EUR as base currencies set. If I enter "100 usd", no results are returned. I was expecting to see 100 usd converted both in RON and in EUR. If I explicitly enter "100 usd eur", the conversion works. A second issue: when adding a base currency, the app is case sensitive meaning that I can add both "eur" and "EUR" |
Hi @robertmircea thank's for trying the update, I'm not able to replicate the errors you mention The second issue you mention also should not be happening, if you check the code it does not matter if you enter ron or RON, the code will convert the entered text to uppercase create an array with all the elements, remove duplicates and finally save the configuration. ¿Are you using the latest version? You can also try to remove the cache, in /youruser/Library/Application Support/Alfred/Workflow Data/com.alfred.calculateanything/ and delete the folder cache. This should not be necessary but you can try it. |
I've cleared the cache and it seems to work (partially) meaning:
The expected result would be that 2) displays the conversion result in all base currencies. Ex. "100 EUR" would display both "100 EUR" and "484 RON". |
When I type 100 EUR this is the debug info logged. I've also tried "100 EUR RON" after which works.
|
there's a new update that fixes some bugs, please try it and let me know if it's working for you. |
For me it still doesn't work after reinstall from scratch and cache folder erase. I give up if it works for other users. |
Ok, I understand, if you don't want to keep trying I'll close this issue for now. Feel free to open a new issue if you need some help. |
I would like to make the following suggestion for making currency conversions more useful.
Instead of showing only the base currency conversion when target currency is skipped, it would be very useful to be able to define a list of currencies to be displayed in the results apart of base currency. Of course, the base currency should be displayed first.
As an example:
typing
100 jpy
would produce the following results:
The text was updated successfully, but these errors were encountered: