firefly-iii/CHANGELOG.md

106 lines
2.7 KiB
Markdown
Raw Normal View History

2016-03-14 14:13:27 -05:00
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
- No unreleased changes yet.
2016-04-24 11:44:29 -05:00
## [3.8.4] - 2016-04-24
### Added
- Lots of new translations.
- Can now set page size.
- Can now mass edit transactions.
- Can now mass delete transactions.
- Firefly will now attempt to verify the integrity of your database when updating.
### Changed
- New version of Charts library.
### Fixed
- Several CSV related bugs.
- Several other bugs.
- Bugs fixed by @Bonno.
2016-04-17 04:32:36 -05:00
## [3.8.3] - 2016-04-17
### Added
- New audit report to see what happened.
### Changed
- New Chart JS release used.
- Help function is more reliable.
### Fixed
- Expected bill amount is now correct.
- Upgrade will now invalidate cache.
- Search was broken.
- Queries run better
## [3.8.2] - 2016-04-03
### Added
- Small user administration at /admin.
- Informational popups are working in reports.
### Changed
- User activation emails are better
### Fixed
- Some bugs related to accounts and rules.
2016-03-29 10:41:43 -05:00
## [3.8.1] - 2016-03-29
### Added
- More translations
- Extended cookie control.
- User accounts can now be activated (disabled by default).
- Bills can now take the source and destination account name into account.
### Changed
- The pages related to rules have new URL's.
### Fixed
- Spelling errors.
- Problems related to the "account repository".
- Some views showed empty (0.0) amounts.
2016-03-14 14:13:27 -05:00
## [3.8.0] - 2016-03-20
### Added
2016-03-19 11:15:19 -05:00
- Two factor authentication, thanks to the excellent work of [zjean](https://github.com/zjean).
2016-03-14 14:13:27 -05:00
- A new chart showing your net worth in year and multi-year reports.
2016-03-19 11:15:19 -05:00
- You can now see if your current or future rules actually match any transactions, thanks to the excellent work of @roberthorlings.
- New date fields for transactions. They are not used yet in reports or anything, but they can be filled in.
2016-03-14 14:13:27 -05:00
- New routine to export your data.
2016-03-19 11:15:19 -05:00
- Firefly III will mail the site owner when blocked users try to login, or when blocked domains are used in registrations.
2016-03-14 14:13:27 -05:00
### Changed
- Firefly III now requires PHP 7.0 minimum.
### Fixed
2016-03-19 11:15:19 -05:00
- HTML fixes, thanks to [roberthorlings](https://github.com/roberthorlings) and [zjean](https://github.com/zjean)..
- A bug fix in the ABN Amro importer, thanks to [roberthorlings](https://github.com/roberthorlings)
- It was not possible to change the opening balance, once it had been set. Thanks to [xnyhps](https://github.com/xnyhps) and [marcoveeneman](https://github.com/marcoveeneman) for spotting this.
- Various other bug fixes.
2016-03-14 14:13:27 -05:00
## [3.4.2] - 2015-05-25
### Added
- Initial release.
### Changed
- Initial release.
### Deprecated
- Initial release.
### Removed
- Initial release.
### Fixed
- Initial release.
### Security
- Initial release.