mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 03:34:32 -06:00
4.5 KiB
4.5 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[Unreleased]
- No unreleased changes yet.
[3.10] - 2015-05-25
Added
- New charts in year report
- Can add / remove money from piggy bank on mobile device.
- Bill overview shows some useful things.
- Firefly will track registration / activation IP addresses.
Changed
- Rewrote the import routine.
- The date picker now supports more ranges and periods.
- Rewrote all migrations. #272
Deprecated
- Initial release.
Removed
- Initial release.
Fixed
- Issue #264
- Issue #265
- Fixed amount calculation problems, #266, thanks @xzaz
- Issue #271
- Issue #278, #273, thanks @StevenReitsma and @rubella
- Bug in attachment download routine would report the wrong size to the user's browser.
- Various NULL errors fixed.
- Various strict typing errors fixed.
- Fixed pagination problems, #276, thanks @xzaz
- Fixed a bug where an expense would be assigned to a piggy bank if you created a transfer first.
- Bulk update problems, #280, thanks @stickgrinder
- Fixed various problems with amount reporting of split transactions.
Security
- Initial release.
[3.9.1]
Fixed
- Fixed a bug where removing money from a piggy bank would not work. See issue #265 and #269
[3.9.0]
Added
- @zjean has added code that allows you to force "https://"-URL's.
- @tonicospinelli has added Portuguese (Brazil) translations.
- Firefly III supports the splitting of transactions:
- A withdrawal (expense) can be split into multiple sub-transactions (with multiple destinations)
- Likewise for deposits (incomes). You can set multiple sources.
- Likewise for transfers.
Changed
- Update a lot of libraries.
- Big improvement to test data generation.
- Cleaned up many repositories.
Removed
- Front page boxes will no longer respond to credit card bills.
Fixed
- Many bugs
[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.
[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.
[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.
[3.8.0] - 2016-03-20
Added
- Two factor authentication, thanks to the excellent work of zjean.
- A new chart showing your net worth in year and multi-year reports.
- 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.
- New routine to export your data.
- Firefly III will mail the site owner when blocked users try to login, or when blocked domains are used in registrations.
Changed
- Firefly III now requires PHP 7.0 minimum.
Fixed
- HTML fixes, thanks to roberthorlings and zjean..
- A bug fix in the ABN Amro importer, thanks to roberthorlings
- It was not possible to change the opening balance, once it had been set. Thanks to xnyhps and marcoveeneman for spotting this.
- Various other bug fixes.
[3.4.2] - 2015-05-25
Added
- Initial release.
Changed
- Initial release.
Deprecated
- Initial release.
Removed
- Initial release.
Fixed
- Initial release.
Security
- Initial release.