Firefly III - Package Updates
-
[3.8.3]
- Update firefly-iii to 6.2.15
- Full Changelog
- Issue 10356 (Call to undefined method createPersonalAccessClient()) reported by @JC5
- Issue 10357 (Target AuthorizationViewResponse is not instantiable) reported by @JC5
-
[3.8.4]
- Update firefly-iii to 6.2.16
- Full Changelog
- Issue 10367 (Delete account results in error) reported by @sawyert
-
[3.8.5]
- Update firefly-iii to 6.2.17
- Full Changelog
- Firefly III will trim account numbers with spaces for better matching during imports
- Running balance is only updated when amounts or accounts change.
- Transactions can't be linked to a piggy bank twice.
- Issue 10229 (Please show transaction ID in the Meta information) reported by @srikakulamts
- Issue 10382 (Have a link to search page on mobile layout) reported by @sergeolkhovik
- Issue 10399 (Can not apply rules to future dates) reported by @sanderr
- Issue 10403 (Piggy banks over multiple accounts are too restrictive) reported by @sanderr
- Issue 10413 (Piggy Bank math seems broken, deductions are not registered, Saved so far 0 but balance is positive) reported by @Skiri-ki
- Issue 10419 (Add quarters to report view to prefill date ranges) reported by @othmar52
- Issue 10426 (bcadd(): Argument #1 ($num1) is not well-formed) reported by @grgar
-
[3.8.6]
- Update firefly-iii to 6.2.18
- Full Changelog
- Give more details about OAuth errors.
- Currency seeder adds "RMB" instead of "CNY" for Chinese Yuan.
- Issue 10454 (Bulk edit individually give an error) reported by @Rick45
- Issue 10470 (API endpoint
/api/v1/chart/account/overview
throws error) reported by @dreautall - Remove some leftover debug info
-
[3.8.7]
- Update firefly-iii to 6.2.19
- Full Changelog
- Currency seeder adds "CNY" again, because it turns out "RMB" is not the official, ISO 4217 code for the Chinese Yuan.
- The "period overview" next to the transaction lists (withdrawals, deposits and transfers) is limited to 10 entries because it uses a lot of memory. I still have to fix this.
- Support for ntfy, since the underlying library is no longer maintained. Will be replaced in the future.
- Running balance calculation also triggers on edit.
- Issue 10489 (Cannot create personal access token if using remote guard auth in latest version) reported by @Palomox
- Issue 10493 (Reports First Graph Wrong) reported by @nicolopozzato
- Issue 10499 (Password change results in error 500 (Class "Hash" not found)) reported by @willermo
- Issue 10507 (Opening balance transactions includes in
has_no_category
filter) reported by @lompi - Issue 10510 (Liability accounts show as 'no name' on budget transaction report pie chart.) reported by @slackspace-io
-
[3.8.8]
- Update firefly-iii to 6.2.20
- Full Changelog
- New query parser is now the default.
- Issue 10517 (401 when trying to create personal access token with Remote user authentication) reported by @MaxPelly
- Discussion 10530 (Find and delete transactions with empty descriptions) started by @umfk
- Issue 10535 (Internal Firefly III Exception: Undefined array key "currency") reported by @MaelFr
-
[3.8.9]
- Update firefly-iii to 6.2.21
- Full Changelog
- Debug information to search engine.
- Rename table field for postgres databases.
- Issue 10581 (Epoch doesn't fit in a PHP integer error on 32-bit systems due to strict date validation) reported by @kksandr7
- Discussion 10601 (Edit a transaction will result in an incorrect date) started by @MasterZhang007
-
[3.9.0]
- Update firefly-iii to 6.3.0
- Full Changelog
- Firefly III v6.3.0 introduces a lot of API changes that deal with multi-currency support. Make sure your beloved apps are updated to support this.
- Add Arabic as language, translations follow.
- Renamed all instances of "default" and "native" currency to "primary" currency. This influences translations and API endpoints. The database is not changed because that's difficult to do reliably.
- Any API-field called
default_*
ornative_*
. Useprimary_*
instead. - All v2 endpoints.
- Tag overview will no longer search for tags dated < 1970.
- All remaining API v2 endpoints are deprecated and removed in favour of the API v1 endpoints.
- All API read endpoints now support multi-currency. Fields such as the balance and amount fields will also be available as
pc_*
-fields. Objects with currency information also come with newprimary_currency_*
fields. - All API read endpoints are DB optimized and should be faster.
- All documentation should be in sync again.
-
[3.9.1]
- Update firefly-iii to 6.3.1
- Full Changelog
- Discussion 10768 (Argument #1 ($start) must be of type Carbon\Carbon, null given) started by @tangodance
- Issue 10771 (/v1/budgets/{id}/limits seems broken) reported by @Sceptorrh
- Issue 10773 (API: Wrong Return types) reported by @dreautall
- Issue 10775 (API: /v1/chart/account/overview broken) reported by @dreautall
- Issue 10782 ([error'] /accounts/[asset,expense,revenue]) reported by @vkanev
-
[3.9.2]
- Update firefly-iii to 6.3.2
- Full Changelog
- Discussion 10768 (Argument #1 ($start) must be of type Carbon\Carbon, null given) started by @tangodance
- Issue 10771 (/v1/budgets/{id}/limits seems broken) reported by @Sceptorrh
- Issue 10773 (API: Wrong Return types) reported by @dreautall
- Issue 10775 (API: /v1/chart/account/overview broken) reported by @dreautall
- Issue 10782 ([error'] /accounts/[asset,expense,revenue]) reported by @vkanev