Skip to content

Commit

Permalink
Build v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Jul 16, 2017
1 parent 74f9c9b commit b17ff6c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file removed Convert-2.6.alfredworkflow
Binary file not shown.
Binary file added Convert-3.0.alfredworkflow
Binary file not shown.
9 changes: 4 additions & 5 deletions TODO
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

0 comments on commit b17ff6c

Please # to comment.