Firefly III - Package Updates
Pinned
Firefly III
-
[3.2.13]
- Update Firefly-III to 6.0.20
- Full changelog
- Issue 7787 Possible issue when deleting multiple tags from a transaction.
- Issue 7792 Search for tags was broken in rules
- Issue 7803 @zqye fixed an issue where the cron job would fire when not necessary.
- Issue 7771 Unclear use of language in rule trigger
- Issue 7818 Amount was negative instead of positive.
- Issue 7810 Bad math
-
[3.2.14]
-
Update Firefly-III to 6.0.21
-
Rules will now report failures if a Slack/Discord notification channel is configured
-
Notifications can be sent to Discord
-
Beta layout v2, activate with FIREFLY_III_LAYOUT=v2
-
Audit log settings are changed, refer to the .env.example-file.
-
Many URLs are new rendered as relative URLs.
-
Issue 7853 Left to spend on main page shows incorrect value
-
Issue 7883 Missing translation
-
Issue 7910 Type format error
-
Home page respects account order
-
JS errors for users using Firefly III in a subdir.
-
Update Firefly-III to 6.0.19
-
Issue 7577 Firefly III can't search for backward slashes in identifiers
-
Issue 7762 User can't create access token
-
-
[3.2.17]
- Update Firefly-III to 6.0.24
- Full changelog
- Issue 7920 Issues with automatic budgets
- Issue 7940 Edge cases in the data import routine
- Issue 7963 Fix audit items for rules
- Fixed all issues with relative URLs (which I caused myself)
-
[3.2.18]
- Update Firefly-III to 6.0.25
- Full changelog
- v2 index has better overview of bills (now called subscriptions)
- My attempt to build the v3-layout is now officially deprecated and removed. To see the new layout (in beta), use FIREFLY_III_LAYOUT=v2.
- Issue 7970 Bad redirect for mass edit/delete forms.
- Issue 7983 Bad math in the calculation of liabilities
- Issue 7973 Bad account validation broke certain imports
- Issue 7981 Menu had a bad link, thanks @Maxco10!
- Slack alerts now use the correct URL
- Better htaccess files thanks to Softaculous.
- Change htaccess rules so certain files can't be accessed.
-
[3.2.19]
- Update Firefly-III to 6.0.26
- Full changelog
- v2 index has better overview of bills (now called subscriptions)
- My attempt to build the v3-layout is now officially deprecated and removed. To see the new layout (in beta), use FIREFLY_III_LAYOUT=v2.
- Issue 7970 Bad redirect for mass edit/delete forms.
- Issue 7983 Bad math in the calculation of liabilities
- Issue 7973 Bad account validation broke certain imports
- Issue 7981 Menu had a bad link, thanks @Maxco10!
- Slack alerts now use the correct URL
- Better htaccess files thanks to Softaculous.
- Issue 7986, issue 7992 Fix exception when calling specific end points
- Issue 7990 Remove unused translations
- Change htaccess rules so certain files can't be accessed.
-
[3.3.1]
- Update Firefly-III to 6.0.27
- Full changelog
- Issue 8004 Warning in entrypoint script for missing variables.
- Experimental database validation command.
- Add some values to the debug form.
- Better debug logs at various places
- Issue 8020, issue 8028 Liability calculation edge case found by @tieu1991
- Issue 7655, issue 8026 Bill date calculation edge case found by @devfaz
- Issue 8051 Null pointer when deleting account
- Issue 8041 Confusing chart is no longer confusing
- Issue 8050 Path is normal for page 2.
- Issue 8057 negative query parameters are handled correctly.
- All endpoints (v1 and v2) should now respect the ?limit= param.
-
[3.3.2]
- Update Firefly-III to 6.0.30
- Full changelog
- Issue 8076 Added a "Clone and edit"-button
- Issue 7204 Added the ability to customize the URL protocol types Firefly III accepts
- Issue 8098 More tests in the navigation class, thanks @tonicospinelli!
-
[3.4.0]
- Update Firefly-III to 6.1.0
- Full changelog
- Now requires php 8.3
- Issue 7571 More tag search options
- Issue 7781 Nice wrapper script for artisan commands
- UI also supports time for transactions
- Issue 8148 Slovenian language updates
- Issue 8023 Top bar is now fixed in place
- Completely rewrote the documentation.
- Issue 8106 issue 8195 issue 8163 Various changes and fixes to bill date calculation
- Issue 8137 Fix uneven amount error from cron job
- Issue 8192 No matching transactions found.Rule with trigger NOT Transaction is reconciled returns
- Issue 8207 Broken links, thanks @Maxco10!
- Issue 8138 Reconciled transactions can't be "store(d) as new"
- Issue 7716 Removed bar in budget overview
- Issue 8251 Removing a budget would not remove available budget
- Issue 8022 API chart expansions
- Issue 8106 API reports empty string instead of NULL
-
[3.4.1]
- Update Firefly-III to 6.1.1
- Full changelog
- Nullpointer in rule trigger render code
- Issue 8272 The sum for expected bills in a group includes unexpected bills as well
- Issue 8273 Frontpage preferences indicate all accounts are shown on the frontpage, even when not true
- Issue 8274 Semi specific dates do not work correctly with the "Transaction date is.." rule trigger
- Issue 8277 Expected bill next month, but shown as not expected
-
[3.4.2]
- Update Firefly-III to 6.1.4
- Full changelog
- Issue 8304 Several issues with searching for and displaying of tag-related transactions
- Double reference to webhooks in the menu
- Issue 8297 Division by zero
- Issue 8320 nullpointer in new layout
- Issue 8321 Networth checkbox for expense and revenue accounts removed
- Long date ranges will throw an error
- Issue 8326 Asking for non-zero foreign amount despite not being used
- Issue 8328 Asking for non-zero foreign amount despite not being used
- Max sizes and reasonable limits for most numbers and strings
- Links in readme to documentation.
- Webhooks now properly disabled in the UI.
- Issue 8322 Duplicate detection did not distinguish between users
-
[3.4.4]
- Update Firefly-III to 6.1.7
- Full changelog
- Layout v2 has some new features
- Issue 8369 (Additional reconcile link) reported by @chevdor
- Issue 8352 (Modifying the direction of a transfer between liabilities yields no effect) reported by @Ezwen
- Issue 8370 (Fix various typos) reported by @luzpaz
- Issue 8377 (Query on multiple tags returns duplicates) reported by @chevdor
- Issue 8374 (Error Graph Income vs. expenses Reports page) reported by @nicolopozzato
- Issue 8390 (Rule with destination_account_is 'not' is never returning a result.) reported by @EricVanCaenenberghe
- Issue 8349 (Currencies not saving correctly) reported by @r1bas4
- Issue 8418 (Unable to create rule with trigger having type has_no_budget via the API ) reported by @tailg8nj
- Issue 8425 (Error from the net-worth endpoint with Trailing data.) reported by @chevdor
- Issue 8427 (Broken batch application of non-strict rules with triggers with stop processing) reported by @alexschlueter
- Various Carbon createFromFormat issues fixed.
-
[3.4.5]
- Update Firefly-III to 6.1.8
- Full changelog
- Added a trigger for v2 layouts that helps with debugging.
- Issue 8431 (The Opening/ Virtual Balance must less than or equal 100001709) reported by @binhtran1604
- Issue 8457 (Budgets - missing summary from the bottom) reported by @g7xtr
- Reference to the "huntr" bug bounty platform, which is now some shitty AI scam.
- PR 8432 (Update favicons.twig) reported by @stevietv
- Issue 8433 (may be a wrong calculation) reported by @PterX
- Issue 8442 (v6.1.7 - Not expected this period) reported by @poudenes
- Issue 8445
- Issue 8446 (There is an extra X ending symbol here) reported by @PterX
- Issue 8467 (API Endpoint /data/export/rules produces errorneous CSV output) reported by @not1q84-1
- Issue 8472 (When left to spend is 0, the info box is red) reported by @nicosomb
- Issue 8471 (Left to spend is not the same on dashboard and on budget page) reported by @nicosomb
- PR 8477 (Bump actions/checkout from 3 to 4) reported by @dependabot[bot]
- Issue 8497 (has_any_category:false not possible as a rule) reported by @shrippen
-
[3.4.7]
- Update Firefly-III to 6.1.10
- Full changelog
- Add missing translations for rule page.
- The update checker can also deal with development releases
- Rule actions no longer complain when the category is already set
- Unused translation on budget page
- Issue 8521 (Total buget bar is missing when using SQLite) reported by @matlink
- Issue 8544 (Recurring transaction calendar preview is not working properly) reported by @Maxco10
- Issue 8555 (Has no budget becomes has no category) reported by @Weiming-Hu
- Discussion 8557 ("Delete ALL your transactions" also removes all asset opening balance information) started by @digitlength
- Issue 8575 (Creating rule from bill no longer pre-fills triggers and actions) reported by @jpelgrom
- Issue 8578 (Display Bug: foreign currency is red & negative in deposits) reported by @dreautall
- Errors in incoming webhook URLs are properly caught
- Improved Host header validation to prevent a potential attack, reported by Raqib Iskenderli
-
[3.5.0]
- Update Firefly-III to 6.1.12
- Full changelog
- New expression engine by @michaelhthomas, still disabled though.
- Missing database indexes to speed up performance.
- A button to the experimental v2-layout to go back to v1.
- New login/register screens
- New CSP headers