|
1 | 1 | # Version 3.1.1 |
2 | 2 |
|
3 | | -## Improvements |
4 | | -* The quote type - EQUITY, BOND, MUTUALFUND or INDEX - must now be specified as a part of the filename for quotes updated from a CSV file. |
| 3 | +## Changes |
| 4 | +* The quote type - `EQUITY`, `BOND`, `MUTUALFUND` or `INDEX` - must now be specified as a part of the filename for quotes updated from a CSV file. |
5 | 5 |
|
6 | 6 | ## Bug Fixes |
7 | | -* Fix divisor issue for indices quoted in GBP. |
| 7 | +* Indices quoted in GBP were getting the currency divisor applied. This shouldn't have been the case - fixed. |
| 8 | +* Fix CSV filename parsing and generation of quote date. |
8 | 9 |
|
9 | 10 | # Version 3.1.0 |
10 | 11 |
|
11 | 12 | ## New Features |
12 | 13 | * Historical quote data for a single investment can now be updated from the Yahoo API as well a from a CSV file. |
13 | 14 |
|
14 | | -## Improvements |
| 15 | +## Changes |
15 | 16 | * The quote currency must now be specified as a part of the filename for quotes updated from a CSV file. |
16 | 17 | * Output summary log messages after Yahoo quote data processing. |
17 | 18 | * For the auto-complete source type, add an exchange suffix to 12-character symbols that don't have one. |
|
21 | 22 | ## New Features |
22 | 23 | * Auto-complete of Yahoo Finance stock quote API URL with investment and FX symbols automatically generated from MS Money file. |
23 | 24 |
|
24 | | -## Improvements |
| 25 | +## Changes |
25 | 26 | * Add update for 'Online price update' time-stamp in Portfolio. |
26 | 27 | * Update log4j-core to 2.13.1. |
27 | 28 | * Update jackson-databind to 2.10.3. |
28 | 29 |
|
29 | 30 | # Version 2.0.5 |
30 | 31 |
|
31 | | -## Improvements |
| 32 | +## Changes |
32 | 33 | * Add version log message. |
33 | 34 |
|
34 | 35 | # Version 2.0.4 |
35 | 36 |
|
36 | | -## Improvements |
| 37 | +## Changes |
37 | 38 | * Update log4j-core library to 2.12.1. |
38 | 39 | * Update jackson-databind library to 2.10.1. |
39 | 40 |
|
40 | 41 | # Version 2.0.3-beta |
41 | 42 |
|
42 | | -## Improvements |
| 43 | +## Changes |
43 | 44 | * Update jackcess library to 3.0.1. |
44 | 45 | * Update jackson-databind library to 2.9.9. |
45 | 46 | * Upgrade log4j-core library to 2.11.2. |
46 | 47 |
|
47 | 48 | # Version 2.0.2-beta |
48 | 49 |
|
49 | | -## Improvements |
| 50 | +## Changes |
50 | 51 | * Update Jackcess library to 2.2.2. |
51 | 52 |
|
52 | 53 | ## Bug Fixes |
53 | 54 | * Fix bug causing multiple additions of quotes with the same date. |
54 | 55 |
|
55 | 56 | # Version 2.0.1-beta |
56 | 57 |
|
57 | | -## Improvements |
| 58 | +## Changes |
58 | 59 | * Update Jackson library to 2.9.8. |
59 | 60 | * Update Jackcess library to 2.2.1. |
60 | 61 |
|
|
66 | 67 | ## New Features |
67 | 68 | * Historical quotes can now be imported directly from CSV files generated by the Yahoo Finance historical prices download facility. |
68 | 69 |
|
69 | | -## Improvements |
| 70 | +## Changes |
70 | 71 | * Add handling for maximum Money symbol length of 12 characters. |
71 | 72 | * Speed optimisations for adding new quotes (as opposed to updating existing quotes) and finding previous quotes. |
72 | 73 |
|
73 | 74 | # Version 1.0.2-beta |
74 | 75 |
|
75 | | -## Improvements |
| 76 | +## Changes |
76 | 77 | * Update 52-week high/low data for mutual funds. |
77 | 78 |
|
78 | 79 | ## Bug Fixes |
|
0 commit comments