Firefly III - Package Updates
-
[3.6.0]
- Update firefly-iii to 6.2.1
- Full Changelog
- Issue 9714 (current transaction is aborted, commands ignored until end of transaction block) reported by @captainark
- Issue 9717 (API api/v1/accounts broken) reported by @brot
- Issue 9719 (A couple of TODOs left in resources/views/list/groups.twig) reported by @lostfocus
- Issue 9720 (Piggy Bank with no Target amount: unable to add money) reported by @maxsmooth
- Issue 9721 (Documentation on exchange-rates page leads to non-existent page) reported by @electrofloat
- Issue 9722 (Error 500 on tags page after enabling native currency) reported by @lostfocus
- Issue 9723 (Convert to native routine is not called when convert to native is activated) reported by @JC5
- Issue 9726 (Postgres cannot deal with "virtual_balance" column) reported by @dicksonleong
- Multi-currency support. If you set
ENABLE_EXCHANGE_RATES=trueand optionallyENABLE_EXTERNAL_RATES=trueFirefly III will have the ability to calculate all foreign currencies back to your native currency. This is a work in progress, not all fields and all places will support this yet. Please check out the documentation. - There is notifications support for Nfty, Pushover, Slack and Discord.
- There are many new security related notifications.
- Issue 5523 (Add comment on a budget for a given month) reported by @n-serrette
- Issue 5532 (Asset prices and exchange rates) reported by @svozniuk
- Issue 6314 (Currencies and exchange rates) reported by @JC5
- Issue 6557 (Piggy Banks - Draw Funds from Multiple Accounts) reported by @BugPhobic
- Issue 6760 (Add a new trigger for automated rules) reported by @Gsyltc
- Issue 7945 ("Rules" that only trigger manually) reported by @SekoiaTree
- Issue 8307 (Notification support for Ntfy (and other push notification tools)) reported by @ragnarkarlsson
- Issue 8531 (Add
notesto transaction audit report) reported by @clouserw - Discussion 9576 (How to Mark Reconciled Transactions as Unreconciled) started by @softpoint-arch
- Issue 9667 (Exported data only exports negative amounts?) reported by @electricmessiah
- Issue 9586 (Non en_US translated string in sign-up mail) reported by @benni347
- MR 9598 (New Query Parser for Search Engine and Rules) reported by @Sobuno
- Firefly III requires PHP 8.4.
- Docker container no longer runs under root.
- "Bills" are now called "subscriptions" to better reflect their purpose.
- Rename "administration" to "settings" to prevent confusion with "financial administrations"
- Rename 'default currency' to 'native currency'
- Move native currency setting to financial administration edit screen to better reflect where it belongs
- Issue 9501 (PHP8.4 support) reported by @JC5
- Issue 9683 (500 viewing inactive liabilities) reported by @stuzer05
- Removed support for PHP 8.3 and lower.
- Removed Docker support for linux/arm/v7, linux/arm/v8 and linux/386. Sorry.
- Issue 9532 (ReportSum Integrity Check fails due to empty foreign_amount) reported by @SircasticFox
- Issue 7288 (currentMonthStart/currentMonthEnd not working for no-budget view) reported by @bradsk88
- Issue 9704 (Piggy banks widget displays only main currency for different currencies) reported by @vayakovlev
- API changes related to new features are documented.
- New endpoint for multiple financial administrations ("user groups").
- The change from "default currency" (user) to "native currency" (financial administration) is slowly being reflected in the API. Please report issues.
- You can change the "transaction type" of an existing transaction if you submit a new
typeand the correct source and destination account names or IDs.
-
[3.6.1]
- Update firefly-iii to 6.2.2
- Full Changelog
- Issue 9713 (Many decimal points in amounts) reported by @memo-567
- Discussion 9727 (Odd behavior from graphs) started by @jbrandwi
- Issue 9729 (Type mismatch in transaction collector) reported by @electrofloat
- Issue 9730 (API:
PiggyBankAccountRead.idshould return string, returns int) reported by @dreautall - Issue 9731 ($userGroup must not be accessed before initialization) reported by @Azmodeszer
- Issue 9732 (Editing dates of a piggy bank does not save) reported by @Simeam
- Issue 9736 (Wrong
finalAccountBalanceresult) reported by @gthbusrr - Issue 9738 (Missing pagination controls on exchange rate page) reported by @dicksonleong
- Discussion 9744 (Downloading exchange rates results in 404 error) started by @electrofloat
- MR 9743 (Feature nordic currencies) reported by @mansehr
-
[3.6.2]
- Update firefly-iii to 6.2.4
- Full Changelog
- Issue 9327 (Add Link to Search-Page to the help file) reported by @nottheend
- Issue 9713 (Many decimal points in amounts) reported by @memo-567
- Issue 9736 (Wrong
finalAccountBalanceresult) reported by @gthbusrr - Discussion 9737 (API returns 0 as current balance) started by @eps90
- Issue 9745 (Type mismatch in period overview) reported by @electrofloat
- Issue 9747 (Data entry issues with exchange rates) reported by @Azmodeszer
- Issue 9751 (Net worth changes since 6.2 update) reported by @ahmaddxb
- Issue 9754 (Deleting account - Attachments remain) reported by @memo-567
-
[3.6.3]
- Update firefly-iii to 6.2.5
- Full Changelog
- Issue 9736 (Wrong
finalAccountBalanceresult) reported by @gthbusrr - Issue 9747 (Data entry issues with exchange rates) reported by @Azmodeszer
- Issue 9769 ("Your accounts" graph shows changes at wrong dates - not fixed by v6.2.4) reported by @SteffoSpieler
- Discussion 9780 (Rules or webhook precedence?) started by @joeshmoe57
- Issue 9781 (Search key
has_any_external_url:falsereturns all transactions) reported by @joeshmoe57 - Issue 9783 (Subscriptions: Make "Not expected this period" and "expected x days from now" different colors) reported by @SteffoSpieler
- Issue 9784 (Transfers with external currency not considered for account balance?) reported by @pvieira84
- Issue 9786 (The error 500 information page has non-clickable links to github and the debug page) reported by @tjmv
- Issue 9787 (Twig general template error formatting TransactionCurrency on main page) reported by @tjmv
- Issue 9789 (Can't open expense and revenue accounts view) reported by @puffer-duck
-
[3.6.4]
- Update firefly-iii to 6.2.6
- Full Changelog
- Issue 9797 (All account charts show a horizontal line) reported by @avee87
- Issue 9806 (Exchange Rates table fails to load when language is not English) reported by @polter-rnd
- Issue 9807 (Start Date of Reconciliation Period Incorrectly Excludes Transactions for That Day) reported by @pwschattenberg
- Issue 9808 (Default financial report line graph shows a different balance than the text) reported by @mtaygur
- Issue 9810 (Foreign amount not taken into consideration for budget spent/leaving) reported by @M4xS0ch
- Issue 9821 (piggy events api 500 error) reported by @4e868df3
- Issue 9826 (Wrong account balance) reported by @fabienfitoussi
-
[3.6.5]
- Update firefly-iii to 6.2.7
- Full Changelog
- Optimised Account and Transaction API endpoints, should be a lot faster
- Optimized account deletion, should be a lot faster
- Issue 9803 (Left to spend - All negativ after update.) reported by @nedsined
- Issue 9835 (Failed to create transaction in recurring transactions on 6.2.6) reported by @hhl5350
- Issue 9842 (Net worth on dashboard does not go up to the end of month for the current month) reported by @standingduck3
- Issue 9848 (Failed to export accounts data) reported by @Jaeger87
- Issue 9855 (Demo Website not working) reported by @xfarrow
-
@girish Minor thing, but the links to the "Full Changelog" entries for the last releases seem to go to random Github user profiles.
-
[3.6.6]
- Update firefly-iii to 6.2.9
- Full Changelog
- Issue 9861 (lower piggy amount when full creates double audit log entry) reported by @4e868df3
- Issue 9862 (Can't retrieve all accounts with the same name via API) reported by @Toshik1978
- Issue 9863 (User preferences reset after restart) reported by @mico28
- Issue 9868 (API:
TransactionSplit->transaction_journal_idreturns int, not String) reported by @dreautall - Issue 9871 (include net worth is ignored in the API - from PICO developer) reported by @fate8383
- Issue 9882 (Reconciliation bug on Docker instance) reported by @benjaminteyssier
- Issue 9884 (Data import, currency #0 not found) reported by @ragnarkarlsson
- Issue 9885 (Invalid server configuration: missing required package) reported by @EricVanCaenenberghe
- Issue 9887 (Creating a Liability Account Throws TypeError in TransactionJournalFactory::setUser()) reported by @mikeashi
- Issue 9861 (lower piggy amount when full creates double audit log entry) reported by @4e868df3
- Issue 9862 (Can't retrieve all accounts with the same name via API) reported by @Toshik1978
-
[3.7.0]
- checklist added to manifest
-
[3.7.1]
- Update firefly-iii to 6.2.10
- Full Changelog
- PR 9903 (Add support for PHP function strpos in expressions) reported by @lompi
- Issue 9972 (Important optimization improvement: enable opcache) reported by @jgoclawski
- Greatly improved speed of account overview
- Better validation of environment variables
-
[3.8.0]
- Update base image to 5.0.0
-
[3.8.1]
- Update firefly-iii to 6.2.12
- Full Changelog
- Support for Persian (
fa_IR) - Add expiry details for personal access tokens
- MR 10039 (update check: consider cron succesfull when disabled or too frequent) reported by @ovv
- Update currency list and update exchange rates
- Issue 9398 (Expand email settings to allow self-signed certificates) reported by @SoulSeekkor
- Issue 9858 (Homepage "left to spend" count two times an expense with "foreign amount") reported by @M4xS0ch
- Issue 10015 ("It looks like this IBAN is already in use." when editing asset account.) reported by @wolph
- Issue 10025 (Liabilities not counted in income and expenses) reported by @BhasherBEL
- Issue 10068 (Export Data isn't exporting all transactions in the data) reported by @firsttiger
- Issue 10069 (Undefined array key "foreign_currency_decimal_places") reported by @akong-carbon6
-
[3.8.2]
- Update firefly-iii to 6.2.13
- Full Changelog
- Issue 10114 (Budget for foreign currency not getting updated when a transaction refers to it) reported by @srikakulamts
- Issue 10180 (missing SPENT info) reported by @frank-bg
- Issue 10197 (Add rule number) reported by @gogoizzy
- MR 10203 (Fix Ukrainian language names) reported by @den-is
- Issue 10265 (Liabilities, foreign currencies have some issues (payment/exchange with native currency)) reported by @jgmm81
- Issue 10290 (edit multiple transactions individually ignores reconciled state) reported by @goebeler
- Issue 10302 (Attempt to read property "id" on null Error) reported by @XBadPlayerX
- Issue 10305 (The info icon used to display transactions is not clickable in the default financial reports "budgets by accounts"-section's sum column) reported by @goebeler
- Issue 10308 (Liabilities, with some details (payment/exchange with native currency)) reported by @jgmm81
- Issue 10320 (Button to update transaction keeps being disabled after correcting form errors) reported by @Astro1247
-
[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/overviewthrows 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_categoryfilter) 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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login