mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 06:38:09 +00:00
New version and new change log.
This commit is contained in:
35
CHANGELOG.md
35
CHANGELOG.md
@@ -2,7 +2,15 @@
|
|||||||
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.4.0] - 2017-04-23
|
||||||
|
### Added
|
||||||
|
- Firefly III can now handle foreign currencies better, including some code to get the exchange rate live from the web.
|
||||||
|
- Can now make rules for attachments, see #608, as suggested by dzaikos.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed #629, reported by forcaeluz
|
||||||
|
- Fixed #630, reported by welbert
|
||||||
|
- And more various bug fixes.
|
||||||
|
|
||||||
## [4.3.8] - 2017-04-08
|
## [4.3.8] - 2017-04-08
|
||||||
|
|
||||||
@@ -203,13 +211,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i
|
|||||||
- Updated all email messages.
|
- Updated all email messages.
|
||||||
- Made some fonts local
|
- Made some fonts local
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Issue #408
|
- Issue #408
|
||||||
- Various issues with split journals
|
- Various issues with split journals
|
||||||
@@ -218,11 +219,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i
|
|||||||
- Issue #422, thx [xzaz](https://github.com/xzaz)
|
- Issue #422, thx [xzaz](https://github.com/xzaz)
|
||||||
- Various import bugs, such as #416 ([zjean](https://github.com/zjean))
|
- Various import bugs, such as #416 ([zjean](https://github.com/zjean))
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
|
|
||||||
## [4.1.7] - 2016-11-19
|
## [4.1.7] - 2016-11-19
|
||||||
### Added
|
### Added
|
||||||
- Check for database table presence in console commands.
|
- Check for database table presence in console commands.
|
||||||
@@ -345,15 +341,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i
|
|||||||
- New Presidents Choice specific to fix #307
|
- New Presidents Choice specific to fix #307
|
||||||
- Added some trimming (#335)
|
- Added some trimming (#335)
|
||||||
|
|
||||||
### Changed
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed a bug where incoming transactions would not be properly filtered in several reports.
|
- Fixed a bug where incoming transactions would not be properly filtered in several reports.
|
||||||
- #334 by [cyberkov](https://github.com/cyberkov)
|
- #334 by [cyberkov](https://github.com/cyberkov)
|
||||||
@@ -361,12 +348,6 @@ An intermediate release because something in the Twig and Twigbridge libraries i
|
|||||||
- #336
|
- #336
|
||||||
- #338 found by [roberthorlings](https://github.com/roberthorlings)
|
- #338 found by [roberthorlings](https://github.com/roberthorlings)
|
||||||
|
|
||||||
### Security
|
|
||||||
- Initial release.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [4.0.0] - 2015-09-26
|
## [4.0.0] - 2015-09-26
|
||||||
### Added
|
### Added
|
||||||
- Upgraded to Laravel 5.3, most other libraries upgraded as well.
|
- Upgraded to Laravel 5.3, most other libraries upgraded as well.
|
||||||
|
|||||||
@@ -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.3.8',
|
'version' => '4.4.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