Skip to content

Releases: deanishe/alfred-convert

Update Alfred-Workflow

31 Jul 20:29
Compare
Choose a tag to compare

Update dependencies.

Add exchange rate from ExchangeRate-API.com

20 Feb 08:29
Compare
Choose a tag to compare
  • APP_KEY for OpenExchangeRates.org no longer required for (basic) currency conversion. Closes #47

Add pkg_resources to distribution

05 Sep 22:51
Compare
Choose a tag to compare

Pint requires pkg_resources but doesn't declare setuptools as a dependency.

Properly quote arguments

30 May 20:39
Compare
Choose a tag to compare

Alfred 4 support

06 May 13:41
Compare
Choose a tag to compare

Swap ⌘C and ↩ to match Alfred's behaviour

26 Jan 18:38
Compare
Choose a tag to compare

Swap copy behaviour of v3.5.2 to match Alfred's built-in calculator.

copies the result without thousands separator, and ⌘C copies the result with the separator.

Copy result with or without thousands separator

26 Jan 18:32
Compare
Choose a tag to compare
  • copies result with thousands separator
  • ⌘C copies result without thousands separator #50

Add override for decimal places in currency conversion

13 Jan 17:56
Compare
Choose a tag to compare

CURRENCY_DECIMAL_PLACES overrides DECIMAL_PLACES for currencies #38

Dynamically increase decimal places until displayed result is non-zero

12 Jan 18:40
Compare
Choose a tag to compare

Add DYNAMIC_DECIMALS option. If turned on, the number of decimal places in the displayed result is increased (beyond the default DECIMAL_PLACES) until the displayed result is non-zero #38

Handle negative numbers

27 Dec 00:12
Compare
Choose a tag to compare