diff --git a/CHANGELOG.md b/CHANGELOG.md index 7345a01..61e84fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ Changelog ### [3.0][v3.0] ### -Released XXX. +Released 2017-07-16. -- Add cryptocurrencies +- 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 diff --git a/Convert-2.6.alfredworkflow b/Convert-2.6.alfredworkflow deleted file mode 100644 index d9be2bb..0000000 Binary files a/Convert-2.6.alfredworkflow and /dev/null differ diff --git a/Convert-3.0.alfredworkflow b/Convert-3.0.alfredworkflow new file mode 100644 index 0000000..f23ff8f Binary files /dev/null and b/Convert-3.0.alfredworkflow differ diff --git a/TODO b/TODO index 093ef18..d399624 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,9 @@ Features: - - Show list of conversions before destination unit is entered/complete. - -Currency conversion: - - "Favourite" currencies - If no destination unit is supplied, and the current unit is a currency, show a list of conversions to user's favourite currencies. ___________________ Archive: + - Show list of conversions before destination unit is entered/complete. @done(17-07-16 15:24) @project(Features) + - "Favourite" currencies @done(17-07-16 15:24) @project(Currency conversion) + If no destination unit is supplied, and the current unit is a currency, show a list of conversions to user's favourite currencies. - Update Alfred-Workflow to fix logging rotation bug @done(15-11-28 18:30) @project(Currency conversion) - Add additional currencies @done(15-11-26 12:42) @project(Currency conversion) - Add Yahoo! lookup for currencies not in ECB list @done(15-11-26 12:42) @project(Currency conversion) @@ -14,3 +12,4 @@ Archive: - Alter workflow so currencies are loaded from cache if it exists, and updated in the background. @done(14-02-25 19:18) @project(Currency conversion) Currently, it's possible that currencies will never be loaded if there's no Internet connection. To fix this, load existing cached data and trigger background update to cached file with or without updating currently loaded data. +