Skip to content

Commit b17ff6c

Browse files
committed
Build v3.0
1 parent 74f9c9b commit b17ff6c

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ Changelog
44

55
### [3.0][v3.0] ###
66

7-
Released XXX.
7+
Released 2017-07-16.
88

9-
- Add cryptocurrencies
9+
- Option to exclude units when copying #12
10+
- Add per-dimensionality defaults #13
11+
- Option to specify thousands separator #15
12+
- Option to specify custom decimal separator #16
13+
- Add cryptocurrencies #21
1014
- Update Alfred-Workflow
1115
- Update Pint
1216

Convert-2.6.alfredworkflow

-197 KB
Binary file not shown.

Convert-3.0.alfredworkflow

296 KB
Binary file not shown.

TODO

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Features:
2-
- Show list of conversions before destination unit is entered/complete.
3-
4-
Currency conversion:
5-
- "Favourite" currencies
6-
If no destination unit is supplied, and the current unit is a currency, show a list of conversions to user's favourite currencies.
72
___________________
83
Archive:
4+
- Show list of conversions before destination unit is entered/complete. @done(17-07-16 15:24) @project(Features)
5+
- "Favourite" currencies @done(17-07-16 15:24) @project(Currency conversion)
6+
If no destination unit is supplied, and the current unit is a currency, show a list of conversions to user's favourite currencies.
97
- Update Alfred-Workflow to fix logging rotation bug @done(15-11-28 18:30) @project(Currency conversion)
108
- Add additional currencies @done(15-11-26 12:42) @project(Currency conversion)
119
- Add Yahoo! lookup for currencies not in ECB list @done(15-11-26 12:42) @project(Currency conversion)
@@ -14,3 +12,4 @@ Archive:
1412
- 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)
1513
Currently, it's possible that currencies will never be loaded if there's no Internet connection.
1614
To fix this, load existing cached data and trigger background update to cached file with or without updating currently loaded data.
15+

0 commit comments

Comments
 (0)