Firefly III - Package Updates
-
[3.10.2]
- Update firefly-iii to 6.4.2
- Full Changelog
- Issue 11015 (Call to a member function subSecond() on null when viewing accounts) reported by @sirgio145
- Issue 11016 (Undefined array key 1 when viewing subscriptions) reported by @anuneo
- Issue 11018 (/v1/accounts balance_difference last day is not accounted for) reported by @ctrl-f5
-
[3.10.3]
- Update firefly-iii to 6.4.4
- Full Changelog
- MR 11140 (Add Saudi Riyal (SAR) currency) reported by @Jihad
- Issue 11144 (Initial balance is auto suggested as an account) reported by @elliot-gh
- Issue 11147 (Start and End Balance gets blanked out during reconciliation) reported by @lrdshaper
- MR 10993 (use correct translation key for category report income table) reported by @ctrl-f5
- MR 11028 (Adding Latin American Currency Support) reported by @codearena-bot
- MR 11039 (proposal for improved request handling) reported by @ctrl-f5
- MR 11041 (Add XML mimetypes to the allowedMimes list) reported by @jreyesr
- Issue 11102 (Allow to redact account totals in web ui) reported by @edvgui
- Issue 11132 (Add a 6 month interest period) reported by @CiramorDev
- Issue 11109 (Could not find a transaction currency with code "Korean Won"/"Russian ruble") reported by @mattephi
-
[3.10.4]
- Update firefly-iii to 6.4.6
- Full Changelog
- Issue 11157 (Redacted amounts misbehave with Reports) reported by @barreeeiroo
- Issue 11166 (Optional transaction information field not saved when updating a recuring transaction) reported by @Old-Veeh
- Issue 11185 (Internal server error after apply rule) reported by @Citroene
- Issue 11196 (Exception when editing recurring transaction) reported by @Insprill
-
[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