All Versions
203
Latest Version
Avg Release Cycle
13 days
Latest Release
1089 days ago
Changelog History
Page 21
Changelog History
Page 21
-
v3.8.0 Changes
March 20, 2016β 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.
-
v3.4.2 Changes
May 25, 2015β Added
- You can now cash out a liability.
- π (Better) support for Kubernetes
- π Support for Swedish! πΈπͺ
π Changed
- Issue 2835 Extended generic bank debit/credit indicator
- Firefly III now comes in three channels: stable, beta and alpha. You can find the latest version for each channel on this website.
- β Firefly III will use version.firefly-iii.org to check what the latest version is.
- π Firefly III is now built for ARM, ARM64 and AMD64 in one Docker build.
π Deprecated
- π Initial release.
β Removed
- π Initial release.
π Fixed
- π Issue 2783 Fixes issues with SQLite databases.
- Issue 2774 Bad redirect when using exotic ports.
- Issue 2780 Budget overview would show deleted entries.
- Issue 2771 Tags and piggy banks would not be created when recurring transactions were created.
- Not all lists would sort accounts properly.
- π Issue 2786 Nicolas fixed documentation links, thanks!
- Issue 2806 You can now skip one month again in bills.
- Issue 2796 Rewrote a chart on category page.
- Issue 2811 Description of tags was gone.
- Issue 2812 Bad redirect after tag deletion.
- π Issue 2790 Form fixes for currencies.
- π Issue 2651 Source account would not be removed if resubmitting the form.
- Catch some integer conversion errors.
- Issue 2660 Various search and form issues.
- π Issue 2807 Timendum fixed a lot of auto-completes, thanks!
- Issue 2820 Fix budget chart.
- Issue 2832 Issue with rules.
- Issue 2841 Issue with duplicate imports.
- π Issue 2843 Issues with Chinese translations
- Issue 2852 Missing columns from budget overview
- Issue 2851 Missing chart data.
### Security
- Initial release.
### API
- Most API errors now have a number. See this page for more details.
-
v0.9.1 Changes
- Submitting transactions with a disabled currency will auto-enable the currency.
- π The documentation now states that "Deposit" is a possible return when you get a transaction.
- "savingAsset" was incorrectly documented as "savingsAsset".
- Account endpoint can now return type "reconciliation" and "initial-balance" correctly.
- π New API endpoint under
/summary/basic
that gives you a basic overview of the user's finances. - π New API endpoints under
/chart/*
to allow you to render charts. - π
/accounts/x/transactions
now supports the limit query parameter. - π
/budgets/x/transactions
now supports the limit query parameter. - π
/available_budgets
now supports custom start and end date parameters. - π New endpoint
/preferences/prefName
to retrieve a single preference. - β Added field
account_name
to all piggy banks. - π New tag cloud in API.
π See the API docs for more information.