Skip to content

Releases: deanishe/alfred-convert

Disable duplicate (crypto)currency symbols

21 Nov 08:00
Compare
Choose a tag to compare

Disable currencies with conflicting symbols #32

Parse input numbers in accordance with decimal & thousands separators

19 Nov 20:35
Compare
Choose a tag to compare

Parse number in query in accordance with the decimal and thousands separators specified in the workflow configuration sheet #31

Show warning in Alfred if user tries currency conversion without APP_KEY

06 Nov 16:50
Compare
Choose a tag to compare

Improve behaviour after update to avoid confusion #28 #29 #30

  • Show warning in Alfred if APP_KEY isn't set and user tries to convert a fiat currency (or has one set as a default unit for fiat currencies)
  • Ensure cache is cleared after user sets APP_KEY, so exchange rates are updated

Clear caches on update

03 Nov 23:43
Compare
Choose a tag to compare

Clear cache when updating from v<3.1 and after APP_KEY is set.

  • Avoid incompatibility with data cached from the Yahoo! Finance API
  • Immediately update exchange rates when APP_KEY is set #28

Add support for Pint's contexts

02 Nov 21:51
Compare
Choose a tag to compare

Add support for Pint's contexts, such as spectroscopy #18

Start your query with a context supported by Pint, e.g. conv sp 54 Å eV

Replace Yahoo! Finance with openexchangerates.org

02 Nov 19:21
Compare
Choose a tag to compare

The Yahoo! Finance API is defunct #27

Replaced with openexchangerates.org.

Unfortunately, you'll have to sign up for a free API key.

Handle non-ASCII sync paths

17 Oct 19:33
Compare
Choose a tag to compare

Explicit path to pint default units to avoid pint/setuptools issue with non-ASCII paths.

Bugfix

17 Aug 14:37
Compare
Choose a tag to compare

Fix encoding issue #25

Alfred 3 support plus heaps o' new features

16 Jul 13:27
Compare
Choose a tag to compare
  • Option to exclude units when copying #12
  • Add per-dimensionality defaults #13
  • Option to specify thousands separator #15
  • Option to specify custom decimal separator #16
  • Add cryptocurrencies #21
  • Update Alfred-Workflow
  • Update Pint

Fix Sierra compatibility

15 Jun 18:50
Compare
Choose a tag to compare

Update Alfred-Workflow to address Sierra forking bug