mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Prep for new release.
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -2,6 +2,19 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [4.5.0] - 2017-07-07
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Better support for multi-currency transactions and display of transactions, accounts and everything. This requires a database overhaul (moving the currency information to specific transactions) so be careful when upgrading.
|
||||||
|
- Translations for Spanish and Slovenian.
|
||||||
|
- New interface for budget page, ~~stolen from~~ inspired by YNAB.
|
||||||
|
- Expanded Docker to work with postgresql as well, thanks to @kressh
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- PostgreSQL support in database upgrade routine (#644, reported by @)
|
||||||
|
- Frontpage budget chart was off, fix by @nhaarman
|
||||||
|
- Was not possible to remove opening balance.
|
||||||
|
|
||||||
## [4.4.3] - 2017-05-03
|
## [4.4.3] - 2017-05-03
|
||||||
### Added
|
### Added
|
||||||
- Added support for Slovenian
|
- Added support for Slovenian
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ return [
|
|||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
],
|
],
|
||||||
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
||||||
'version' => '4.4.3',
|
'version' => '4.5.0',
|
||||||
'maxUploadSize' => 5242880,
|
'maxUploadSize' => 5242880,
|
||||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||||
'list_length' => 10,
|
'list_length' => 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user