Firefly III - Package Updates
-
[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
-
[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
-
[3.10.0]
- Update firefly-iii to 6.4.0
- Full Changelog
- Issue 5532 (Asset prices and exchange rates) reported by @svozniuk
- Discussion 10725 (New webhook triggers) started by @Billos. See the documentation.
- Issue 10790 (Undefined variable $occurrences) reported by @senna1992
- Issue 10791 (Clone and edit a transaction with a different currency doesn't clear the foreign transaction amount) reported by @jxtxzzw
- Issue 10794 (Error with recurring transaction) reported by @MaximSN
- Issue 10799 (Budget - "Left (per day)" not showing the correct value) reported by @GensHaze
- Issue 10802 (Crash when trying to update a budget limit) reported by @Billos
- Issue 10803 (Issue in /v1/budget-limits spent attribute) reported by @Billos
- Issue 10808 (cron job Error: Undefined variable $preference) reported by @MexerSam
- Issue 10813 (Error "Argument #2 ($symbol) must be of type string" while try open subscriptions section) reported by @mrResident
-
[3.10.1]
- Update firefly-iii to 6.4.1
- Full Changelog
- MR 10979 (Add Kazakhstani Tenge (KZT) currency) reported by @maksimkurb
- Fixed a missing filter from issue 10803.
- Issue 10833 (Can't open transaction after assigning a tag to it) reported by @zynexiz
- Issue 10854 (string / null in budget causes budget page to not render) reported by @4e868df3
- Discussion 10891 (User group id is null when downloading new exchange rates) started by @dakennguyen
- Issue 10920 (Liability transaction with same source and destination possible) reported by @Mr-Kanister
- Issue 10924 (Recurring transactions don't save (or show) selected subscription) reported by @SteffoSpieler
- Discussion 10938 (Unable to apply default rule group to certain transactions) started by @praemon
- Issue 10940 (Internal Server Error when trying to open piggy banks) reported by @mattephi
- Issue 10954 (Internal Server Error when trying to access (default) account) reported by @thomaschristory
-
[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
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