biati Posted April 12, 2021 Author Posted April 12, 2021 exchangeratesapi now requires a an access_key, the change was made without notice https://github.com/exchangeratesapi/exchangeratesapi/issues/117 In the meantime adding a fixer API key will fix the conversion problem https://github.com/biati-digital/alfred-calculate-anything#currency-options I'll look in to this to see if keeping exchangeratesapi is worth it or find an alternative that does not require an access key. Still I recommend adding a fixer API Key as it provides support for many more currencies.
biati Posted April 13, 2021 Author Posted April 13, 2021 A new update has beed released 2.1.0 New: Removed exchangeratesapi as it now requires an API Key New: Added exchangerate.host New: Improved configuration. Now displays a list of time zones to choose from New: Improved configuration. Now displays a list of currencies to choose from New: Improved configuration. Now displays a list of languages to choose from Fixed: Unable to run/save configuration on certain cases Update directly from the workflow "Open Alfred and type calculate check for updates" or download manually the latest version from the releases page https://github.com/biati-digital/alfred-calculate-anything/releases cands 1
biati Posted April 28, 2021 Author Posted April 28, 2021 A new update has beed released 3.0.0 New: Now the Workflow settings are saved in the workflow variables.. New: Added support for data storage: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte, Exabyte, Zettabyte, Yottabyte, bit, Kibibyte, Mebibyte, Gibibyte, Tebibyte, Pebibyte, Exbibyte, Zebibyte, Yobibyte. New: Added US Gallon in Volume conversions New: Added Fluid Ounces in Volume conversions New: Gallon now defaults to US Gallon (3.78541 Liters) to mimic the same results as other converters. You can sill type `1 uk gal in liter` or `1 ukgal in liter` `1 uk gallon in liter` or `1 us gal in liter` New: Pint now defaults to US Pint (0.473176 Liters) to mimic the same results as other converters. You can sill type `1 uk pint in liter` or `1 uk pint in liter` `1 uk pt in liter` or `1 us pint in liter` New: Added stopword `as` so you can type `1 kilometer as meters` or `1km as m`, etc. New: Added stopword `en` (spanish) so you can type `1 kilometro en metros` or `1km en m`, etc. New: When downloading rates the workflow will rerun it's query to update the results New: The workflow was restructured and some parts were rewritten New: Added millas, milla, miles, mile, keywords so you can type `4 miles in feet` New: Updated documentation and examples Improved: Updater, now displays notifications using alfred and will also notify you in the results Improved: Updated translations Improved: Added space between number and unit/currency for better readability Improved: Removed some dependencies Fixed: Subtitle not formatted according the currency locale in crypto conversions Fixed: Error in subtitle for time conversions (milliseconds) Fixed: Incorrect Time Unit Conversion Fixed: Incorrect crypto conversion when downloading updated currency rates Fixed: crypto currencies result now displays default workflow icon instead of an empty space Update directly from the workflow or download the latest version from https://github.com/biati-digital/alfred-calculate-anything/releases JJJJ, giovanni and cands 3
biati Posted May 3, 2021 Author Posted May 3, 2021 A new update has beed released 3.0.1 New: Quart now defaults to US Quart (0.946353 Liters) to mimic the same results as other converters. You can sill type 1 uk quart in liter or 1 ukqt in liter or 1 us quart in liter Improved: Decimals formatting Improved: Added eurs keyword Fixed: Temperature conversion not working Fixed: Cache folder not created for new installations Fixed: Forgot to change the name of a env variable after a PR in time conversions Update directly from the workflow or download the latest version from https://github.com/biati-digital/alfred-calculate-anything/releases
biati Posted May 3, 2021 Author Posted May 3, 2021 A new update has beed released 3.0.2 Changed: Time keyword changed to "argument required" to not display results when not required Improved: Configuration menu, when entering to a submenu now you can go back to the main menu instead of closing Alfred Improved: Updates message in results Improved: Previous settings migration Fixed: Round units conversion Update directly from the workflow or download the latest version from https://github.com/biati-digital/alfred-calculate-anything/releases
iApple Posted May 6, 2021 Posted May 6, 2021 Hi. Is there a way to have results in days rather than year,months,weeks,days format when calculating number of days between 2 dates? Thanks
biati Posted May 7, 2021 Author Posted May 7, 2021 Hi @aFan Not possible for now but I'll take it as a feature request.
Albert Z Posted May 7, 2021 Posted May 7, 2021 Hi I am new to this. When I am on Alfred and I type 'ca', the calculate anything menu showed. But when I hit return or click on anything on the menu, the whole workflow just closed and nothing happened. May I know how to fix this ?
giovanni Posted May 7, 2021 Posted May 7, 2021 (edited) hello@Albert Z and welcome to the forum! you only need to invoke the workflow menu to set up language, currency etc, otherwise just enter your conversion request (e.g. "1 gallon to liter") directly into alfred and Calculate Anything will interpret it... that's the beauty of it! Edited May 7, 2021 by giovanni
Albert Z Posted May 7, 2021 Posted May 7, 2021 Hi @giovanni. I tried and it only works for unit but it does not work for currency. When i tried to set the base currency, it just disappeared when hit return
giovanni Posted May 7, 2021 Posted May 7, 2021 I have version 3.0.0 and it is working regularly. I do have the fixer API so I am not sure it would work without it. have you checked the debugger window?
biati Posted May 7, 2021 Author Posted May 7, 2021 Hi @Albert Z Please make sure you are using the latest version 3.0.2. Download the latest version from https://github.com/biati-digital/alfred-calculate-anything/releases
Albert Z Posted May 7, 2021 Posted May 7, 2021 5 hours ago, biati said: Hi @Albert Z Please make sure you are using the latest version 3.0.2. Download the latest version from https://github.com/biati-digital/alfred-calculate-anything/releases It is the latest version. Whenever I hit return on calculate anything, it just disappears and do nothing. However, I am able to convert units as long as i don't hit return.
biati Posted May 8, 2021 Author Posted May 8, 2021 @Albert Z Do you mean that you are able to convert units but if you hit return it disappears? that's exactly the way it works, if you convert units, currency, etc, and Press return in a result, that result is copied to the clipboard and Alfred is closed as that's the end of the workflow. It does not automatically paste the conversion, you can modify the workflow if you want to do that. So to resume, you only hit return if you want to copy the result to the clipboard, you do not need to press return to make conversions, they are processed automatically as you type in Alfred. Please let me know if I understood correctly what you meant.
Albert Z Posted May 8, 2021 Posted May 8, 2021 13 hours ago, biati said: @Albert Z Do you mean that you are able to convert units but if you hit return it disappears? that's exactly the way it works, if you convert units, currency, etc, and Press return in a result, that result is copied to the clipboard and Alfred is closed as that's the end of the workflow. It does not automatically paste the conversion, you can modify the workflow if you want to do that. So to resume, you only hit return if you want to copy the result to the clipboard, you do not need to press return to make conversions, they are processed automatically as you type in Alfred. Please let me know if I understood correctly what you meant. This is what happened when I hit return on list available units and currencies. It just closed itself and nothing happened. But in your github page, i see it that if you hit return on that option, another menu popped out.
biati Posted May 8, 2021 Author Posted May 8, 2021 Not able to see your image. When you hit return in "List available units and currencies" you should see the following If you are not able to see that, we'll need more information from you. You can open a new issue at https://github.com/biati-digital/alfred-calculate-anything/issues Following the issues template or read the https://www.alfredforum.com/topic/10224-reporting-problems-with-workflows/
iApple Posted May 19, 2021 Posted May 19, 2021 Hi. FYI crypto value looks outdated. 1BTC gives 45137 USD but checking online BTC-USD is 39,630. Could be source of workflow? Tried on another workflow - coinable rates - which gave a rate close to online rate.
biati Posted May 20, 2021 Author Posted May 20, 2021 Hi @iApple that's the value returned by the coinmarketcap API
deanishe Posted May 20, 2021 Posted May 20, 2021 41 minutes ago, biati said: Hi @iApple that's the value returned by the coinmarketcap API I'm pretty sure what @iApple is saying is that your workflow is returning a different price, not that one.
biati Posted May 20, 2021 Author Posted May 20, 2021 Oh yeah, sorry, it's 5 am and about to go to bed. Anyway just tested it and the correct value is returned. The workflow stores in cache the returned rates by coinmarketcap API so probably the workflow is displaying a cached value. The workflow will update the rates every day, there's no option to configure that for now but it will be possible in a future update.
emckillen Posted May 20, 2021 Posted May 20, 2021 OMG really this excites me but... ...how do I install it? Sorry for newb question but I don't see any .alfredworkflow file in the .zip and changing the .zip extension to .alfredworkflow generates error message I also don't see any notes in the workflow's GitHub about how to instal it Tried looking this up in the "Workflow Help & Questions" forum but when searching post titles for "install", the most recent hit is from 2018 and couldn't find anything clear https://www.alfredforum.com/topic/11664-how-to-install-worflows-from-github/?do=findComment&comment=61101
iApple Posted May 21, 2021 Posted May 21, 2021 14 hours ago, deanishe said: I'm pretty sure what @iApple is saying is that your workflow is returning a different price, not that one. Thanks for clarifying. 14 hours ago, biati said: The workflow stores in cache the returned rates by coinmarketcap API so probably the workflow is displaying a cached value. The workflow will update the rates every day, there's no option to configure that for now but it will be possible in a future update. Am sure it’s source issue such as caching as you mentioned. BTC & ETH rates returned were incorrect on the date & time I posted above. The alternative crypto workflow I tried receives rates from coinable and has been accurate so far. Rest of your workflow for unit, time, etc work very well. Thanks for calculate anything.
Marouane Posted June 24, 2021 Posted June 24, 2021 this is gold!!!! THANK YOU FROM THE BOTTOM OF MY HEART
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now