Skip to content

Latest commit

 

History

History
227 lines (123 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

227 lines (123 loc) · 4.96 KB

Changelog

Released 2020-02-20

  • Add exchange rates from ExchangeRate-API.com (no API key required)

Released 2019-09-06

  • Include pkg_resources (Pint dependency)

Released 2019-05-30

  • Fix argument quoting

Released 2019-05-06

  • Alfred 4 support.

Released 2019-01-26

  • Swap ⌘C and to match Alfred's behaviour. copies result without thousands separator and ⌘C copies result with separator.

Released 2019-01-26

  • Copy result with or without thousands separator.

Released 2018-01-13

  • Add CURRENCY_DECIMAL_PLACES setting to provide alternate number of decimal places for currency conversions.

Released 2018-01-12

  • Add DYNAMIC_DECIMALS setting to expand the number of decimal places until the displayed result is non-zero.

Released 2017-12-27

  • Understand negative numbers in input

Released 2017-11-21

  • Disable currencies with conflicting symbols

Released 2017-11-20

  • Parse numbers in accordance with the decimal and thousands separators specified in the workflow configuration

Released 2017-11-07

  • Show warning if user tries to convert fiat currency and APP_KEY isn't set
  • Ensure cache is cleared after user sets APP_KEY

Released 2017-11-04

  • Clear cached data when updated from v<3.1 or when APP_KEY is set.

Released 2017-11-02.

  • Add support for Pint's contexts #18

Released 2017-11-02.

Released 2017-07-16.

  • 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

Released 2017-06-15.

  • Fix Sierra forking issue

Released 2015-12-11.

  • Fix decoding error

Released 2015-11-28.

  • New money icon
  • Update pint, docopt and Alfred-Workflow libraries
  • Reorganise code and repo

Released 2015-11-26.

  • Prevent currencies from clobbering existing units #7
  • More precise error messages
  • Better query parsing

Released 2015-07-16.

  • Use HTTPS to fetch exchange rates #5
  • Improve self-updating
  • Use online README instead of bundled file

Released 2015-07-15.

  • Add Bitcoin exchange rate #6

2.1

Never released.

  • Update Alfred-Workflow

Released 2014-12-26.

  • Add support for 150+ currencies via Yahoo! Finance #1 #3
  • Add support for custom user unit definitions
  • Add some additional units to workflow #4
  • Configurable number of decimal places in results
  • Automatically check for updates (and offer to install them)

Released 2014-08-19.

  • Properly handle units containing uppercase letters #2

Released 2014-08-09.

  • First release