Firefly III - Package Updates
-
[3.10.5]
- Update firefly-iii to 6.4.7
- Full Changelog
- Issue 11206 (New transition shows additional option in input) reported by @zhiiwg
-
[3.10.6]
- Update firefly-iii to 6.4.8
- Full Changelog
- Issue 11228 (Autocomplete fails when the requested account type list includes hidden account types) reported by @jgmm81
-
[3.10.7]
- Update firefly-iii to 6.4.9
- Full Changelog
- Issue 11247 (Optional transaction information not saved when updating a recurring transaction.) reported by @Tommy78649
- Issue 11267 (Tags can be added to elements that can't be removed) reported by @Fmstrat
- Issue 11281 (Webhooks are triggered twice when recurring creates transaction on cronjob) reported by @MexerSam
- Issue 11284 (500 Internal Server Error when deleting budget) reported by @jschollenberger
- Issue 11288 (Piggy bank creation form doesn't respect primary currency) reported by @jschollenberger
- Issue 11191 (Going beyond 6.4.2 displays wrong balance) reported by @The24KFool
- Issue 11265 (Inconsistent object type in exchange rates API) reported by @jfpedroza
-
[3.10.8]
- Update firefly-iii to 6.4.11
- Full Changelog
- Issue 11356 (Dashboard - Budget - Left To Spend "Per day" shows total budget value) reported by @lucasarrudadev
- Issue 11357 (Firefly III v6.4.10 ran into an error: Undefined variable $uploadDir.) reported by @jgmm81
-
[3.10.9]
- Update firefly-iii to 6.4.14
- Full Changelog
- Issue 11368 (Attempt to read property "user" on null) reported by @simonwiles
- Issue 11368 (Attempt to read property "user" on null) reported by @simonwiles
- Issue 11368 (Attempt to read property "user" on null) reported by @simonwiles
- Issue 11367 (Expenses page has incorrect summary values) reported by @purplemeteorite
-
[3.10.10]
- Update firefly-iii to 6.4.15
- Full Changelog
- Issue 11264 (Add GUI for some settings, replacing environment variables) reported by @jacobburrell
- Discussion 11433 (Updates to Date Range selection) started by @fett327
- Moved some settings to your system settings
- The following environment variables are removed and will no longer work. They are now in your settings.
- Removed sentry.io code
- Issue 11378 (Wrong account balance with initial transfer from different currency) reported by @bozho
- Issue 11383 (Login flow could redirect to javascript path) reported by @stefvonb
- Issue 11388 (TypeError bugs during upgrade to 6.4.14 + account_balances corruption) reported by @jaconde2
- Issue 11396 (Reconciliation adds extra digits) reported by @niklas2810
- Issue 11399 (Unusual behavior in audit logs (multi-currency)) reported by @jgmm81
-
[3.10.12]
- Update firefly-iii to 6.4.17
- Full Changelog
- Batch processing. Firefly III now has a setting (under
/settings) that allows you to send"batch_processing": truewith new transactions over the API. If this setting is enabled and the value istrue, Firefly III will not fire rules, webhooks or other events untill you either sendfalsewith a transaction OR use the API end point/v1/api/batch/finish. This should speed up (large) data imports. It's a little experimental, use at your own risk. - Issue 11614 (Add New Taiwan Dollar to Currency Seeder) reported by @nick322
- Issue 11246 (Distinguish automatically converted amount from foreign amount) reported by @jfpedroza
- A lot of code in Firefly III is code responding to changes made by other code. These lines of code are called events, listeners, observers, handlers, etc. They were a bit of a mess and I cleaned them all up. This should greatly improve the reliability of debt amounts and running balance consistency. Bugs are always possible, let me know.
- PHP 8.4 is still on my list to be disabled, beware.
- Issue 11399 (Unusual behavior in audit logs (multi-currency)) reported by @jgmm81
- Discussion 11431 (Settings don't get saved) started by @PVTejas
- Issue 11541 (Display running balance fails for transactions between accounts with different currencies) reported by @SledgehammerPL
- Issue 11544 (Clean up events and handlers) reported by @JC5
- Issue 11546 (Wrong invitation expiry time) reported by @GunoH
-
[3.10.14]
- Update firefly-iii to 6.4.22
- Full Changelog
- The ability to undo the recording of a database migration, which may help with database issues. See the docs
- Added debug logs to file permission checks.
- View range issue for subscription overview
- Amount log entries were recorded for the transaction group, not the journal
- Subscriptions were not being renamed in rules when their names were changed
- Issue 11688 (Token endpoints returning 401 unauthorized) reported by @molnarti
- Issue 11694 (Foreign currency amount is always positive in transfers) reported by @SledgehammerPL
- Issue 11684 (Transaction summary duplicated after more than 10 rows) reported by @jkmf
- Issue 11700 (Duplicate entry for key 'tag_transaction_journal_tag_id_transaction_journal_id_unique') reported by @beatbesmer
- Issue 11702 (Can't enable displaying primary currency when using Postgres) reported by @absdjfh
-
[3.10.15]
- Update firefly-iii to 6.4.23
- Full Changelog
- Issue 11734 (Cache is not cleared for "no category" overview monthly blocks) reported by @JC5
- Issue 11735 (health endpoint no longer performant) reported by @grgar
- Discussion 11736 (Deposit from a Liability & the default financial report) started by @dratze98
- Issue 11738 (API endpoint
api/v1/batch/finishdoes not work) reported by @JC5 - Issue 11744 (Webhook and rule execution for imported transactions) reported by @mleck28
- Issue 11752 (ErrorException in OperatorQuerySearch.php when using tag_starts or tag_ends operators via API) reported by @travelr
- Issue 11757 ("Remember Me" cookie expires after 1 minute) reported by @michaeljandrews
- Invitee mail message would error out, reported over mail. Thanks!
-
[3.11.0]
- Update firefly-iii to 6.5.0
- Full Changelog
- This release is the same as 6.4.23, but only works on PHP 8.5 and higher. To continue using the latest version of Firefly III, you must upgrade to (at least) PHP 8.5.0, or switch to the Docker containers. Read more about Firefly III's release and support schedule in
releases.md. - Support for PHP 8.5
- MR 11776 (Convert to primary currency for charts) reported by @dakennguyen
- The update check now contacts GitHub directly.
- Discussion 11685 started by @molnarti
- Issue 11778 (API update rule trigger only accepts "store-journal") reported by @jhns-de
- Issue 11785 (The
/api/v1/chart/account/overviewendpoint returns incorrect balances whenperiodis set to anything larger than1D(e.g.1W,1M).) reported by @R1DEN - Issue 11792 (Uploading attachment to Piggy Bank causes "Attempt to read property 'user' on null" error) reported by @MrWuTalk2022
- Issue 11795 (
pc_amountalways equals rawamountoperator precedence bug in TransactionGroupTransformer) reported by @R1DEN