Skip to content

Releases: kennedyoliveira/alfred-rates

v2.4.3

18 Feb 03:54
Compare
Choose a tag to compare

Minor fixes

  • Fixing #14
  • Improving decimal formating and handling

Release 2.4.2

19 Dec 03:19
Compare
Choose a tag to compare

Change log:
Fixing issue #13 (Problem converting to VND)
Added support to custom charset for Currency Names (Fixes the issues #13)

New Version!

05 Sep 21:26
Compare
Choose a tag to compare

Updating alfred-workflow python dependency to fix some issues.

New Version!

25 Jul 19:58
Compare
Choose a tag to compare

Added support for conversion from one source currencies to many destinations currencies and multiple queries separeted by ";"

4
5

New Version!

25 Jul 17:26
Compare
Choose a tag to compare

Now when there is a new update available, it'll be show together with the result of a conversion instead of replacing the result.

fullscreen_7_25_15__14_18

New Release!

10 Jul 17:22
Compare
Choose a tag to compare

Fetch currencies info from remote instead of using just local!

So now, when i add more currencies, it will be fetched from remote, you won't need to download a new version just to update currencies.

New Version!

10 Jul 00:01
Compare
Choose a tag to compare

Added support for Turkish Lira Currency.

New Version!

18 May 21:23
Compare
Choose a tag to compare

Added basic math expression:

  • Multiplication
  • Division
  • Addition
  • Subtraction

Limitations:

You can't insert space between operators, example:
100 * 2 USD EUR -> WON'T WORK
100*2 USD EUR -> WORK

New Version!

18 May 16:28
Compare
Choose a tag to compare

Fixed some bugs, and added option to configure the number divisor for '.' or ','.

Closes the issues #5 and #4

New Version!

29 Apr 20:48
Compare
Choose a tag to compare

Change log:

  • Some fixes
  • Refactoring some code
  • Added more currencies
  • Now shows 4 digits instead of 2