Firefly III - Package Updates
-
6.0.12 has a bug - reported at https://github.com/firefly-iii/firefly-iii/issues/7641
-
[3.2.7]
- Update Firefly-III to 6.0.13
- Full changelog
- Command output and logo on the terminal improved.
- Issue 7557 firefly-iii:upgrade-database step issue
- Issue 7572 Paid bill shown in wrong currency
- Issue 7593 Fix URLs in .env.example, thanks @josephbadow
- Issue 7620 Issues with light mode
- Issue 7618 Can't log out when using remote auth
- Issue 7613 Can't save piggy bank attachments
-
[3.2.8]
- Update Firefly-III to 6.0.15
- Full changelog
- Editing some fields will generate audit logs visible when you view a transaction. The number of fields monitored will
- increase over time
- Account validation includes IBANs now, this helps the data importer
- Unified and cleaned up all command line output
- Issue 7630 Errors when upgrading using SQLite
- Issue 7642 nn_NO wasn't available for users
- Issue 7609, issue 7659 Rule execution form was broken
- Issue 7677 Amount was negative instead of positive in view
- Issue 7649 Bill edit screen would always suggest "daily" repeat frequency
- Nullpointer in bill repository class
- Missing param in rule action, thanks @timendum!
- Missing attachment overview in recurring transactions
-
[3.2.9]
- Update Firefly-III to 6.0.16
- Full changelog
- Better IBAN and account validation for new (API) transactions.
- Better transaction split validation in API.
- Issue 7683 Date validation in recurring transaction form.
- Issue 7686 Low contrast in dark mode, thanks @MateusBMP!
- Issue 7655 Bad date display in bills
-
[3.2.10]
- Update Firefly-III to 6.0.17
- Full changelog
- New date calculation code and tests, thanks to @tonicospinelli!
- Issue 7704 Date issues with bills
- Cache issue in budgets
- Fixed the account validation for transfer transactions
- Various fields would not accept null values
-
[3.2.11]
- Update Firefly-III to 6.0.18
- Full changelog
- Slack messages would fail if not configured.
- Bill display would include transactions from the previous period.
- Debug information left in bill overview.
- Issue 7694 Missing CSS info in dark mode.
- Issue 7706 Deleting a budget would not reset the available amount.
- Issue 7749 Account overview would show just 1 transaction from a split of multiple.
-
[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.15]
- Update Firefly-III to 6.0.22
- Full changelog
- Rules will now report failures if a Slack/Discord notification channel is configured
- Notifications can be sent to Discord
- Beta layout v2, activate with
FIRELY_III_LAYOUT=v2
-
[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.0]
- Update base image to 4.2.0
-
[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
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