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/ ).
2016-12-08 23:28:51 -06:00
## [4.2.1] - 2016-12-09
2016-12-08 14:22:42 -06:00
### Added
- BIC support (see #430 )
- New category report section and chart (see the general financial report)
### Changed
- Date range picker now also available on mobile devices (see #435 )
- Extended range of amounts for issue #439
- Rewrote all routes. Old bookmarks may break.
2016-11-27 08:59:13 -06:00
## [4.2.0] - 2016-11-27
### Added
- Lots of (empty) tests
- Expanded transaction lists (#377)
- New charts at account view
- First code for #305
### Changed
- Updated all email messages.
- Made some fonts local
### Deprecated
- Initial release.
### Removed
- Initial release.
### Fixed
- Issue #408
- Various issues with split journals
- Issue #414 , thx @zjean
- Issue #419 , thx @schwalberich
- Issue #422 , thx @xzaz
- Various import bugs, such as #416 (@zjean)
### Security
- Initial release.
## [4.1.7] - 2016-11-19
2016-11-19 09:44:17 -06:00
### Added
- Check for database table presence in console commands.
- Category report
- Reinstated old test routines.
### Changed
- Confirm account setting is no longer in `.env` file.
- Titles are now in reverse (current page > parent > firefly iii)
- Easier update of language files thanks to Github implementation.
- Uniform colours for charts.
### Fixed
- Made all pages more mobile friendly.
- Fixed #395 found by @marcoveeneman .
- Fixed #398 found by @marcoveeneman .
- Fixed #401 found by @marcoveeneman .
- Many optimizations.
- Updated many libraries.
- Various bugs found by myself.
2016-11-06 09:16:05 -06:00
## [4.1.6] - 2016-11-06
2016-11-03 15:45:35 -05:00
### Added
2016-11-03 15:49:08 -05:00
- New budget table for multi year report.
2016-11-03 15:45:35 -05:00
### Changed
2016-11-03 15:49:08 -05:00
- Greatly expanded help pages and their function.
2016-11-05 12:50:13 -05:00
- Built a new transaction collector, which I think was the idea of @roberthorlings originally.
2016-11-06 09:16:05 -06:00
- Rebuilt seach engine.
2016-11-03 15:45:35 -05:00
### Fixed
2016-11-03 15:49:08 -05:00
- #375 , thanks to @schoentoon which made it impossible to resurrect currencies.
- #370 thanks to @ksmolder
2016-11-05 12:50:13 -05:00
- #378 , thanks to @HomelessAvatar
2016-11-03 15:45:35 -05:00
2016-11-01 12:44:26 -05:00
## [4.1.5] - 2016-11-01
### Changed
- Report parts are loaded using AJAX, making a lot of code more simple.
- Help content will fall back to English.
- Help content is translated through Crowdin.
### Fixed
- Issue #370
2016-10-30 02:52:09 -05:00
## [4.1.4] - 2016-10-30
### Added
- New Dockerfile thanks to @schoentoon
- Added changing the destination account as rule action.
- Added changing the source account as rule action.
- Can convert transactions into different types.
### Changed
- Changed the export routine to be more future-proof.
- Improved help routine.
- Integrated CrowdIn translations.
- Simplified reports
- Change error message to refer to solution.
### Fixed
- #367 thanks to @HungryFeline
- #366 thanks to @3mz3t
- #362 and #341 thanks to @bnw
- #355 thanks to @roberthorlings
## [4.1.3] - 2016-10-22
### Fixed
- Some event handlers called the wrong method.
## [4.1.2] - 2016-10-22
### Fixed
- A bug is fixed in the journal event handler that prevented Firefly III from actually storing journals.
2016-10-22 05:03:11 -05:00
## [4.1.1] - 2016-10-22
2016-10-30 02:52:09 -05:00
2016-10-22 03:20:25 -05:00
### Added
- Option to show deposit accounts on the front page.
- Script to upgrade split transactions
- Can now save notes on piggy banks.
- Extend user admin options.
- Run import jobs from the command line
### Changed
- New preferences screen layout.
2016-10-06 22:43:47 -05:00
2016-10-22 03:20:25 -05:00
### Deprecated
- ``firefly:import`` is now ``firefly:start-import``
### Removed
- Lots of old code
### Fixed
- #357 , where non utf-8 files would break Firefly.
- Tab delimiter is not properly loaded from import configuration (@roberthorlings)
- System response to yearly bills
2016-10-06 22:43:47 -05:00
2016-10-14 09:26:05 -05:00
## [4.0.2] - 2016-10-14
2016-10-06 22:43:47 -05:00
### Added
2016-10-14 09:26:05 -05:00
- Added ``intl`` dependency to composer file to ease installation (thanks @telyn )
- Added support for Croatian.
2016-10-06 22:43:47 -05:00
### Changed
2016-10-14 09:26:05 -05:00
- Updated all copyright notices to refer to the [Creative Commons Attribution-ShareAlike 4.0 International License ](https://creativecommons.org/licenses/by-sa/4.0/ )
- Fixed #344
- Fixed #346 , thanks to @SanderKleykens
- #351
- Did some internal remodelling.
2016-10-06 22:43:47 -05:00
### Fixed
- PostgreSQL compatibility thanks to @SanderKleykens
2016-10-14 09:26:05 -05:00
- @RobertHorlings fixed a bug in the ABN Amro import specific.
2016-10-06 22:43:47 -05:00
2016-10-04 13:13:09 -05:00
## [4.0.1] - 2016-10-04
### Added
- New ING import specific by @tomwerf
- New Presidents Choice specific to fix #307
- Added some trimming (#335)
### Changed
- Initial release.
### Deprecated
- Initial release.
### Removed
- Initial release.
### Fixed
- Fixed a bug where incoming transactions would not be properly filtered in several reports.
- #334 by @cyberkov
- #337
- #336
- #338 found by @roberthorlings
### Security
- Initial release.
## [4.0.0] - 2015-09-26
2016-09-24 08:30:08 -05:00
### Added
- Upgraded to Laravel 5.3, most other libraries upgraded as well.
- Added GBP as currency, thanks to @Mortalife
### Changed
- Jump to version 4.0.0.
2016-09-26 11:37:20 -05:00
- Firefly III is now subject to a [Creative Commons Attribution-ShareAlike 4.0 International License ](https://creativecommons.org/licenses/by-sa/4.0/ ) license. Previous versions of this software are still MIT licensed.
2016-09-24 08:30:08 -05:00
### Fixed
- Support for specific decimal places, thanks to @Mortalife
- Various CSS fixes
- Various bugs, thanks to @fuf , @sandermulders and @vissert
- Various queries optimized for MySQL 5.7
2016-08-29 12:25:21 -05:00
2016-09-15 12:00:22 -05:00
## [3.10.4] - 2015-09-14
2016-09-14 13:40:12 -05:00
### Fixed
- Migration fix by @sandermulders
- Tricky import bug fix thanks to @vissert
- Currency preference will be correctly pulled from user settings, thanks to @fuf
- Simplified code for upgrade instructions.
2016-09-11 01:13:14 -05:00
## [3.10.3] - 2016-08-29
### Added
- More fields for mass-edit, thanks to @Vissert (#282)
- First start of German translation
### Changed
- More optional fields for transactions and the ability to filter them.
### Removed
- Preference for budget maximum.
### Fixed
- A bug in the translation routine broke the import.
- It was possible to destroy your Firefly installation by removing all currencies. Thanks @mondjef
- Translation bugs.
- Import bug.
### Security
- Firefly will not accept registrations beyond the first one, by default.
2016-08-29 12:25:21 -05:00
## [3.10.2] - 2016-08-29
2016-08-26 21:37:04 -05:00
### Added
- New Chinese translations. Set Firefly III to show incomplete translations to follow the progress. Want to translate Firefly III in Chinese, or in any other language? Then check out [the Crowdin project ](https://crowdin.com/project/firefly-iii ).
- Added more admin pages. They do nothing yet.
### Changed
- Import routine will now also apply user rules.
2016-08-29 12:26:31 -05:00
- Various code cleanup.
- Some small HTML changes.
2016-08-26 21:37:04 -05:00
### Fixed
- Bug in the mass edit routines.
2016-08-29 12:25:21 -05:00
- Firefly III over a proxy will now work (see [issue #290 ](https://github.com/JC5/firefly-iii/issues/290 )), thanks @dfiel for reporting.
- Sneaky bug in the import routine, fixed by @Bonno
2016-03-14 14:13:27 -05:00
2016-08-25 04:20:13 -05:00
## [3.10.1] - 2016-08-25
### Added
- More feedback in the import procedure.
- Extended model for import job.
- Web bases import procedure.
### Changed
- Scrutinizer configuration
- Various code clean up.
### Removed
- Code climate YAML file.
### Fixed
- Fixed a bug where a migration would check an empty table name.
- Fixed various bugs in the import routine.
- Fixed various bugs in the piggy banks pages.
- Fixed a bug in the ``firefly:verify`` routine
2016-08-12 02:50:54 -05:00
## [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
### 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.
2016-06-07 05:22:30 -05:00
[3.9.1]
### Fixed
- Fixed a bug where removing money from a piggy bank would not work. See issue #265 and #269
2016-05-15 07:48:21 -05:00
[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
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
2016-04-17 04:32:18 -05:00
### 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
2016-04-03 09:47:27 -05:00
## [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.