Update change log.

This commit is contained in:
James Cole 2018-03-04 10:39:40 +01:00
parent 88eb702d7b
commit c2b000d910
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -5,21 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [4.7.1] - 2018-03-04
### Added
- A brand new API. Read about it in the [documentation](http://firefly-iii.readthedocs.io/en/latest/).
- Add support for Spanish. #1194
- Add support for Spanish. [issue 1194](https://github.com/firefly-iii/firefly-iii/issues/1194)
- Some custom preferences are selected by default for a better user experience.
- Some new currencies #1211
- Some new currencies [issue 1211](https://github.com/firefly-iii/firefly-iii/issues/1211)
### Fixed
- Fixed #1155 (reported by @ndandanov)
- #1156 #1182 and other issues related to SQLite databases.
- Multi-page budget overview was broken (reported by @jinformatique)
- Importing CSV files with semi-colons in them did not work #1172 #1183 #1210
- Could not use account number that was in use by a deleted account #1174
- Fixed spelling error that lead to 404's #1175 #1190
- Fixed tag autocomplete #1178
- Better links for "new transaction" buttons #1185
- Cache errors in budget charts #1192
- Deleting transactions that are linked to other other transactions would lead to errors #1209
- Fixed [issue 1155](https://github.com/firefly-iii/firefly-iii/issues/1155) (reported by [ndandanov](https://github.com/ndandanov))
- [Issue 1156](https://github.com/firefly-iii/firefly-iii/issues/1156) [issue 1182](https://github.com/firefly-iii/firefly-iii/issues/1182) and other issues related to SQLite databases.
- Multi-page budget overview was broken (reported by [jinformatique](https://github.com/jinformatique))
- Importing CSV files with semi-colons in them did not work [issue 1172](https://github.com/firefly-iii/firefly-iii/issues/1172) [issue 1183](https://github.com/firefly-iii/firefly-iii/issues/1183) [issue 1210](https://github.com/firefly-iii/firefly-iii/issues/1210)
- Could not use account number that was in use by a deleted account [issue 1174](https://github.com/firefly-iii/firefly-iii/issues/1174)
- Fixed spelling error that lead to 404's [issue 1175](https://github.com/firefly-iii/firefly-iii/issues/1175) [issue 1190](https://github.com/firefly-iii/firefly-iii/issues/1190)
- Fixed tag autocomplete [issue 1178](https://github.com/firefly-iii/firefly-iii/issues/1178)
- Better links for "new transaction" buttons [issue 1185](https://github.com/firefly-iii/firefly-iii/issues/1185)
- Cache errors in budget charts [issue 1192](https://github.com/firefly-iii/firefly-iii/issues/1192)
- Deleting transactions that are linked to other other transactions would lead to errors [issue 1209](https://github.com/firefly-iii/firefly-iii/issues/1209)
## [4.7.0] - 2018-01-31
### Added