firefly-iii

Firefly III: a personal finances manager

AGPL-3.0 License

Downloads
67.1K
Stars
14.3K
Committers
158

Bot releases are visible (Hide)

firefly-iii - 5.5.0-beta.2

Published by JC5 over 3 years ago

Added

  • Issue 3717 Also export all optional metadata in the CSV files.
  • Issue 4007 Whe updating transactions using a rule, the message will return the number of changed transactions.
  • Issue 4334 Added the Portuguese language.
  • Issue 4338 The recurring transactions calendar was off by one day.
  • Issue 4339 When deleting recurring transactions you would be redirected to the deleted recurring transaction.
  • Issue 4340 When running rules, any date related actions and triggers will pick up the correct date.
  • Issue 4406 SQL errors when submitting large amounts to the budget overview.
  • Issue 4412 During the cron job a NULL pointer could pop up.
  • Issue 4488 The Japanese Yen was corrected to zero decimals.
  • Issue 4503 When bills skip a moment the amounts would be off.
  • Firefly III now supports webhooks.
  • The search now also supports searching for transactions using id:123.

Changed

  • OAuth settings are visible for LDAP users.
  • If you set FIREFLY_III_LAYOUT=v2, Firefly III will show you the new layout on pages where it's available.

Deprecated

  • The current layout will no longer receive fixes and changes.

Fixed

  • Issue 4045 Error message for "Amount Missing" doesn't have a look up value
  • Issue 4055 Budget report is crashing
  • Issue 4060 Remote user guard: 500 error about type conversion
  • Issue 4070 Tagging recurring transactions
  • Issue 4071 Update rules
  • Issue 4074 Audit logging would brake some Apache servers
  • Issue 4098 Search reports "Firefly III found 50 transactions in x.xxx seconds" even when it only finds one
  • Issue 4108 Fix category update in bulk update
  • Issue 4112 Broken redirect after delete
  • Issue 4158 strtolower breaks some translations.
  • Issue 4162 stop processing does not stop other rules in rule group
  • Issue 4169 Sorting by Date on Category Report sorts alphabetically
  • Issue 4175 Bad math in long periods
  • Issue 4186 Could not add translation link
  • Issue 4200 Null pointer when running rules.
  • Issue 4207 Fix spent per day box
  • Issue 4231 Inconsistent hiding of columns
  • Issue 4235 Info popup instandard financial report does not apply report's account filter
  • Issue 4241 Broken chart
  • PHP configs that have "MB" as size indicator would be parsed badly.

API

Lots of API changes, make sure you read the documentation.

  • Issue 4050 Updated Transaction Search API to set limit from user preferences
  • Issue 4113 Piggy Bank API Deletes Some Piggy Metadata
  • Issue 4122 Remove reconciliation accounts from autocomplete
  • Issue 4195 User endpoint broken
  • Issue 4199 Unable to update tags using API
  • Issue 4394 Storing budgets works again.
  • Issue 4426 Storing accounts would lead to bad capitalization in liability type.
  • Issue 4435 Storing piggy banks with object group information would fail.
firefly-iii - 5.5.0-beta.1

Published by JC5 over 3 years ago

5.5.0-beta.1

Changelog

firefly-iii - 5.4.6

Published by JC5 almost 4 years ago

Added

  • Issue 4031 Rule groups can be collapsed.
  • Issue 4002 Category now support notes, although they're not displayed anywhere yet.

Changed

  • Upgrade to Laravel 8

Fixed

  • Issue 4001 issue 4005 issue 4011 Special characters are double escaped.
  • Issue 4006 Unclear error message fixed.
  • Issue 4015 Better handling of headers in Apache.
  • Issue 4023 Fix issue with logout and admin view.
  • Missing help text can now be translated.
  • Demo sites send messages to me, not "demo@firefly".
firefly-iii - 5.4.5

Published by JC5 almost 4 years ago

Fixed

  • Issue 3853 Could not create rules with IBAN values.
  • Issue 3991 Hardcoded array key broke editing.
  • Issue 3992 Amount problems in account chart for multi-currency charts.
  • Issue 4000 Budget chart did not handle multiple currencies well.
  • Issue 4003 Was unable to create new auto budget limits in foreign currency.

Security

  • Issue 3990 Unescaped content could break the auto-complete.
firefly-iii - 5.4.4

Published by JC5 almost 4 years ago

Changed

Fixed

firefly-iii - 5.4.3

Published by JC5 about 4 years ago

Added

  • Issue 3592 You can now add an alternative email address to users when using the external user guard. See the .env.example for instructions.
  • Issue 3863 Sonarcloud.io badges in the readme file, thanks @lastlink
  • Support for Slovak

Changed

  • Issue 3875 Budgets also count foreign currency transactions.
  • Docker image runs PHP 7.4.11

Fixed

  • Issue 3824 Hard-coded links broken.
  • Issue 3850 Preview was broken for boolean search operators
  • Issue 3853 Broken rule triggers when handling accounts.
  • Issue 3855 Broken manifest file.
  • Issue 3858 Broken pagination, thanks @sephrat.
  • Issue 3862 Split transactions could not be edited.
  • Issue 3879 Category popup broken.
  • Issue 3881 Could store multiple budget limits due to a broken check.
  • Issue 3884 Transaction edit form was improperly updated when removing splits.
  • Issue 3887 Could not remove bill from transaction.
  • Issue 3893 Fix budget bars.
  • Issue 3894 Fix auto-complete code.
  • Budget overview properly takes weekly budgets into account, even when on a monthly list.

API

firefly-iii - 5.4.2

Published by JC5 about 4 years ago

Some warnings before you install this version:

  • ⚠️ Some changes in this release may be backwards incompatible (see below).
  • ⚠️ Invalid triggers in a non-strict rule will cause Firefly III to select ALL transactions.
  • ⚠️ The export volume is no longer used (Docker).
  • ⚠️ The upload volume is now located at /var/www/html/storage/upload (Docker).

Several alpha and beta releases preceded this release.

  • 5.4.0-alpha.1 on 2020-08-14
  • 5.4.0-alpha.2 on 2020-08-21
  • 5.4.0-alpha.3 on 2020-08-21
  • 5.4.0-beta.1 on 2020-09-13
  • 5.4.0 on 2020-09-21

Known issues

Yep, unfortunately.

  • Issue 3808 When using the remote authentication features of Firefly III, autocomplete endpoints will fail.

Added

  • Issue 3187 A new field for transaction URL's.
  • Issue 3200 The ability to sort your accounts as you see fit.
  • Issue 3213 Add totals to the budget page.
  • Issue 3238 You can select an expense when creating a transaction.
  • Issue 3240 Meta data and UI changes to count recurring transactions.
  • Issue 3246 Ability to add tags in the mass editor, not just replace them.
  • Issue 3265 A warning when split transactions may be changed by Firefly III.
  • Issue 3382 Fixed transfers not showing the right +/- sign, by @sephrat
  • Issue 3435 Create a recurring transaction from a single transaction.
  • Issue 3451 Add a message on the bottom of the transaction screen so you see any errors.
  • Issue 3475 A summary for the box with bills.
  • Issue 3583 You can set your own custom guard header for third party authentication.
  • Issue 3604 Add CI support by @hoshsadiq
  • Issue 3638 Added better UTF8 support on Windows, by @sephrat
  • Issue 3642 Redis now supports Unix sockets.
  • Issue 3648 Add a basic copy/paste feature.
  • Issue 3651 Now supports public clients.
  • Issue 3755 You can now click option groups in the report pages.
  • Issue 3765 Tag page sum list is now currency aware.
  • A new integrity check that makes sure all transaction types are correct.
  • Support for Bulgarian! 🇧🇬
  • DB version info in the debug screen.
  • Issue 3828 The admin pages now respect LDAP.

Changed

  • ⚠️ All auto-complete code now uses the API; let me know if errors occur.
  • ⚠️ New rule processing engine, which is much faster than the old one, especially on large datasets. Expect several magnitudes of time improvements.
  • ⚠️ Many new search operators, which are documented in the documentation.
  • Issue 3578 Use php-intl to do currency formatting, made by @hoshsadiq
  • Issue 3586 Removed features that aren't necessary when using third party auth providers.
  • Issue 3659 Update the readme to include third party apps.
  • Fixed audit logs.

Fixed

  • Issue 3519 Locales should work better on Windows 10.
  • Issue 3577 Add liability accounts when transforming transactions.
  • Issue 3585 Fix issue with category lists in reports.
  • Issue 3598 issue 3597 Bad code in create recurring page, fixed by @maroux
  • Issue 3630 Fix the cron job used for auto budgeting.
  • Issue 3635 Fix a copy/paste error in translations, by @sephrat
  • Issue 3638 Remove unused warning, by @sephrat
  • Issue 3639 Remove unused translations, by @sephrat
  • Issue 3640 Hide empty budget lists, by @sephrat
  • Issue 3641 Elegant solution to fix piggy bank groups, by @sephrat
  • Issue 3673 Search limit was ignored.
  • Issue 3675 Was unable to update transaction currency.
  • Issue 3678 Search did not distinguish between source and destination.
  • Issue 3679 Polish and Russian translations were broken on the /rules page, fixed by @sephrat
  • Issue 3681 Fix Czech translations missing file on /profile page.
  • Issue 3693 Creating users through the API was impossible.
  • Issue 3696 Fix missing translations, by @sephrat
  • Issue 3710 When you create a split transaction, the title isn't correctly reset.
  • Issue 3745 In some cases, piggy bank events were not created.
  • Issue 3746 Bad anchor link in readme, thanks @GrayStrider
  • Issue 3748 Typo's in autocomplete URL, thanks @psychowood
  • Issue 3759 Bad budget calculations when using out-of-sync budgets.
  • Issue 3761 Could not create a transfer and refer to a piggy bank by name.
  • Issue 3768 Attachments were uploaded out of order in split transactions.
  • Issue 3770 Null pointer exception when creating transaction.
  • Issue 3772 Some strings were translated badly.
  • Issue 3789 Heroku installation failed because of bad DB code.
  • Issue 3791 Several issues on the budgets page fixed.
  • Reconciliation transactions now show the amount correctly.
  • Issue 3809 Issue with LDAP logins fixed.
  • Issue 3816 Issue with account lists being empty.
  • Issue 3822 Fix web manifest file.
  • Issue 3823 issue 3837 Several pages fail when no notes are present in the object.
  • Issue 3826 Long non-English words could break the login page.
  • Issue 3831 Filtering on notes did not work properly.
  • Issue 3839 Cannot display tag details
  • Issue 3840 Search + rule engine breaks for various filters
  • Issue 3841 "Bill" value required on split transaction
  • Issue 3842 Missing translations.
  • Issue 3843 Can't use boolean filters in rule creation
  • Issue 3844 Correct filter use from rule engine
  • Issue 3847 Setting available amount did not work.

API

  • Issue 3150 New routes for easy auto complete in 3rd party applications.
  • New endpoint for the transaction links of a specific transaction.
firefly-iii - 5.4.1

Published by JC5 about 4 years ago

Some warnings before you install this version:

  • ⚠️ Some changes in this release may be backwards incompatible (see below).
  • ⚠️ Invalid triggers in a non-strict rule will cause Firefly III to select ALL transactions.
  • ⚠️ The export volume is no longer used (Docker).
  • ⚠️ The upload volume is now located at /var/www/html/storage/upload (Docker).

Several alpha and beta releases preceded this release.

  • 5.4.0-alpha.1 on 2020-08-14
  • 5.4.0-alpha.2 on 2020-08-21
  • 5.4.0-alpha.3 on 2020-08-21
  • 5.4.0-beta.1 on 2020-09-13
  • 5.4.0 on 2020-09-21

Known issues

Yep, unfortunately.

  • Issue 3808 When using the remote authentication features of Firefly III, autocomplete endpoints will fail.
  • 2FA and LDAP will NOT work together.

Added

  • Issue 3187 A new field for transaction URL's.
  • Issue 3200 The ability to sort your accounts as you see fit.
  • Issue 3213 Add totals to the budget page.
  • Issue 3238 You can select an expense when creating a transaction.
  • Issue 3240 Meta data and UI changes to count recurring transactions.
  • Issue 3246 Ability to add tags in the mass editor, not just replace them.
  • Issue 3265 A warning when split transactions may be changed by Firefly III.
  • Issue 3382 Fixed transfers not showing the right +/- sign, by @sephrat
  • Issue 3435 Create a recurring transaction from a single transaction.
  • Issue 3451 Add a message on the bottom of the transaction screen so you see any errors.
  • Issue 3475 A summary for the box with bills.
  • Issue 3583 You can set your own custom guard header for third party authentication.
  • Issue 3604 Add CI support by @hoshsadiq
  • Issue 3638 Added better UTF8 support on Windows, by @sephrat
  • Issue 3642 Redis now supports Unix sockets.
  • Issue 3648 Add a basic copy/paste feature.
  • Issue 3651 Now supports public clients.
  • Issue 3755 You can now click option groups in the report pages.
  • Issue 3765 Tag page sum list is now currency aware.
  • A new integrity check that makes sure all transaction types are correct.
  • Support for Bulgarian! 🇧🇬
  • DB version info in the debug screen.

Changed

  • ⚠️ All auto-complete code now uses the API; let me know if errors occur.
  • ⚠️ New rule processing engine, which is much faster than the old one, especially on large datasets. Expect several magnitudes of time improvements.
  • ⚠️ Many new search operators, which are documented in the documentation.
  • Issue 3578 Use php-intl to do currency formatting, made by @hoshsadiq
  • Issue 3586 Removed features that aren't necessary when using third party auth providers.
  • Issue 3659 Update the readme to include third party apps.
  • Fixed audit logs.

Fixed

  • Issue 3519 Locales should work better on Windows 10.
  • Issue 3577 Add liability accounts when transforming transactions.
  • Issue 3585 Fix issue with category lists in reports.
  • Issue 3598 issue 3597 Bad code in create recurring page, fixed by @maroux
  • Issue 3630 Fix the cron job used for auto budgeting.
  • Issue 3635 Fix a copy/paste error in translations, by @sephrat
  • Issue 3638 Remove unused warning, by @sephrat
  • Issue 3639 Remove unused translations, by @sephrat
  • Issue 3640 Hide empty budget lists, by @sephrat
  • Issue 3641 Elegant solution to fix piggy bank groups, by @sephrat
  • Issue 3673 Search limit was ignored.
  • Issue 3675 Was unable to update transaction currency.
  • Issue 3678 Search did not distinguish between source and destination.
  • Issue 3679 Polish and Russian translations were broken on the /rules page, fixed by @sephrat
  • Issue 3681 Fix Czech translations missing file on /profile page.
  • Issue 3693 Creating users through the API was impossible.
  • Issue 3696 Fix missing translations, by @sephrat
  • Issue 3710 When you create a split transaction, the title isn't correctly reset.
  • Issue 3745 In some cases, piggy bank events were not created.
  • Issue 3746 Bad anchor link in readme, thanks @GrayStrider
  • Issue 3748 Typo's in autocomplete URL, thanks @psychowood
  • Issue 3759 Bad budget calculations when using out-of-sync budgets.
  • Issue 3761 Could not create a transfer and refer to a piggy bank by name.
  • Issue 3768 Attachments were uploaded out of order in split transactions.
  • Issue 3770 Null pointer exception when creating transaction.
  • Issue 3772 Some strings were translated badly.
  • Issue 3789 Heroku installation failed because of bad DB code.
  • Issue 3791 Several issues on the budgets page fixed.
  • Reconciliation transactions now show the amount correctly.
  • Issue 3809 Issue with LDAP logins fixed.
  • Issue 3816 Issue with account lists being empty.

API

  • Issue 3150 New routes for easy auto complete in 3rd party applications.
  • New endpoint for the transaction links of a specific transaction.
firefly-iii - 5.4.0

Published by JC5 about 4 years ago

Some warnings before you install this version:

  • ⚠️ Some changes in this release may be backwards incompatible (see below).
  • ⚠️ Invalid triggers in a non-strict rule will cause Firefly III to select ALL transactions.
  • ⚠️ The export volume is no longer used (Docker).
  • ⚠️ The upload volume is now located at /var/www/html/storage/upload (Docker).

Several alpha and beta releases preceded this release.

  • 5.4.0-alpha.1 on 2020-08-14
  • 5.4.0-alpha.2 on 2020-08-21
  • 5.4.0-alpha.3 on 2020-08-21
  • 5.4.0-beta.1 on 2020-09-13

Known issues

Yep, unfortunately.

  • Issue 3808 When using the remote authentication features of Firefly III, autocomplete endpoints will fail.

Added

  • Issue 3187 A new field for transaction URL's.
  • Issue 3200 The ability to sort your accounts as you see fit.
  • Issue 3213 Add totals to the budget page.
  • Issue 3238 You can select an expense when creating a transaction.
  • Issue 3240 Meta data and UI changes to count recurring transactions.
  • Issue 3246 Ability to add tags in the mass editor, not just replace them.
  • Issue 3265 A warning when split transactions may be changed by Firefly III.
  • Issue 3382 Fixed transfers not showing the right +/- sign, by @sephrat
  • Issue 3435 Create a recurring transaction from a single transaction.
  • Issue 3451 Add a message on the bottom of the transaction screen so you see any errors.
  • Issue 3475 A summary for the box with bills.
  • Issue 3583 You can set your own custom guard header for third party authentication.
  • Issue 3604 Add CI support by @hoshsadiq
  • Issue 3638 Added better UTF8 support on Windows, by @sephrat
  • Issue 3642 Redis now supports Unix sockets.
  • Issue 3648 Add a basic copy/paste feature.
  • Issue 3651 Now supports public clients.
  • Issue 3755 You can now click option groups in the report pages.
  • Issue 3765 Tag page sum list is now currency aware.
  • A new integrity check that makes sure all transaction types are correct.
  • Support for Bulgarian! 🇧🇬

Changed

  • ⚠️ All auto-complete code now uses the API; let me know if errors occur.
  • ⚠️ New rule processing engine, which is much faster than the old one, especially on large datasets. Expect several magnitudes of time improvements.
  • ⚠️ Many new search operators, which are documented in the documentation.
  • Issue 3578 Use php-intl to do currency formatting, made by @hoshsadiq
  • Issue 3586 Removed features that aren't necessary when using third party auth providers.
  • Issue 3659 Update the readme to include third party apps.
  • Fixed audit logs.

Fixed

  • Issue 3519 Locales should work better on Windows 10.
  • Issue 3577 Add liability accounts when transforming transactions.
  • Issue 3585 Fix issue with category lists in reports.
  • Issue 3598 issue 3597 Bad code in create recurring page, fixed by @maroux
  • Issue 3630 Fix the cron job used for auto budgeting.
  • Issue 3635 Fix a copy/paste error in translations, by @sephrat
  • Issue 3638 Remove unused warning, by @sephrat
  • Issue 3639 Remove unused translations, by @sephrat
  • Issue 3640 Hide empty budget lists, by @sephrat
  • Issue 3641 Elegant solution to fix piggy bank groups, by @sephrat
  • Issue 3673 Search limit was ignored.
  • Issue 3675 Was unable to update transaction currency.
  • Issue 3678 Search did not distinguish between source and destination.
  • Issue 3679 Polish and Russian translations were broken on the /rules page, fixed by @sephrat
  • Issue 3681 Fix Czech translations missing file on /profile page.
  • Issue 3693 Creating users through the API was impossible.
  • Issue 3696 Fix missing translations, by @sephrat
  • Issue 3710 When you create a split transaction, the title isn't correctly reset.
  • Issue 3745 In some cases, piggy bank events were not created.
  • Issue 3746 Bad anchor link in readme, thanks @GrayStrider
  • Issue 3748 Typo's in autocomplete URL, thanks @psychowood
  • Issue 3759 Bad budget calculations when using out-of-sync budgets.
  • Issue 3761 Could not create a transfer and refer to a piggy bank by name.
  • Issue 3768 Attachments were uploaded out of order in split transactions.
  • Issue 3770 Null pointer exception when creating transaction.
  • Issue 3772 Some strings were translated badly.
  • Issue 3789 Heroku installation failed because of bad DB code.
  • Issue 3791 Several issues on the budgets page fixed.
  • Reconciliation transactions now show the amount correctly.

API

  • Issue 3150 New routes for easy auto complete in 3rd party applications.
  • New endpoint for the transaction links of a specific transaction.
firefly-iii - 5.4.0-beta.1

Published by JC5 about 4 years ago

First BETA release of 5.4.0. See the changelog here: https://github.com/firefly-iii/firefly-iii/blob/main/changelog.md

firefly-iii - 5.4.0-alpha.3

Published by JC5 about 4 years ago

Third alpha of 5.4.0. For the changelog, see changelog.md.

firefly-iii - 5.4.0-alpha.2

Published by JC5 about 4 years ago

Second alpha of 5.4.0. For the changelog, see changelog.md.

firefly-iii - 5.4.0-alpha.1

Published by JC5 about 4 years ago

First alpha of 5.4.0. For the changelog, see changelog.md.

firefly-iii - 5.3.3

Published by JC5 over 4 years ago

Fixed

firefly-iii - 5.3.2

Published by JC5 over 4 years ago

Fixed

  • Issue when installing Firefly III using composer.
  • Issue when installing Firefly III using the latest Docker image.
firefly-iii - 5.3.1

Published by JC5 over 4 years ago

Added

  • Extra logging in case of database errors at first launch.

Changed

Fixed

  • Issue 3532 Fix empty validation messages.
  • Profile methods to change email / password were broken.
  • Heroku will build again.
  • Some integers were not properly cast to strings.
  • Fixed several timezone issues when generated the dashboard account chart.

API

firefly-iii - 5.3.0

Published by JC5 over 4 years ago

Added

  • Issue 3184 You can now use the REMOTE_USER field to authenticate. Read the documentation carefully.
  • Issue 3392 Notes will be included in the export.
  • Issue 3398 You can clear the cache directly from the admin.
  • Issue 3403 More triggers have been added that respond to the date of a transaction. Read the documentation
  • Piggy banks and bills can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize these objects. The feature
    will expand to even more objects in the future. Empty groups will be automatically deleted; you can only create groups by editing the objects.
  • You can now add attachments to recurring transactions.
  • You can invalidate other logins, check out the button on the /profile page.
  • It is now possible to search for internal_reference:abc and / or external_id:123.
  • The bill overview has some better sums on the bottom of the page.

Changed

  • Issue 3440 You can now sort rules more easily.
  • Issue 3455 There are new translations for the debug page.
  • Issue 3461 Inactive rules are no longer applied, even when you try to force them.
  • Issue 3469 Fix issue with round().
  • Firefly III now requires PHP 7.4. PHP7.4 specific features have been introduced to make sure you upgrade.
  • The Docker image is running on port 8080. Please update your configuration to reflect this.
  • Firefly III has been upgraded to Laravel 7.
  • From this release on, the Dockerfile and default configuration will install MySQL (using MariaDB) instead of PostgreSQL. This doesn't influence existing
    installations.
  • The example environment file has several fixes to make it more clear what features are for.
  • Sandstorm support is now entirely decrepated.
  • The max upload size is now larger. Although mostly enforced by your server, Firefly III used to have a very low upper limit.
  • The MAIL_DRIVER variable is now called MAIL_MAILER.

Removed

  • Issue 3517 The category no longer shows income because it skewed the chart and made it useless.
  • All import routines have been removed. Use the separate importers. Read the documentation.
  • No more locale settings if using Docker.

Fixed

  • Issue 3450 Brought back missing translations.
  • Issue 3454 Fixed some translations.
  • Issue 3437 The "days left" counter now responds better.
  • Issue 3427 HTML included in error codes
  • Issue 3489 Several unescaped strings.
  • Issue 3490 Fix search issues when using special characters.
  • Issue 3488 Fix token text box.
  • Issue 3509 Tag view now handles future transactions better.
  • Issue 3513 Fix issue with charts on budget page.
  • Fixed a null pointer in session date.
  • Fixed bad UUID generation.
  • Internal consistency checks for transaction groups.
  • The bill date would some times report the future.

API

  • Issue 3493 Fix API issue when handling default currencies.
  • Issue 3506 Search transactions end point
  • New API for object groups.
  • Expanded API for piggy banks to support object groups.
  • Expanded API for bills to support object groups.

Known issues

  • You may run into date conversion problems if you're living on the right side of GMT. If transactions appear a day early, let me know.

[5.2.8 (API 1.1.0)] - 2020-06-02

Fixed

  • Issue 3443 Fixed issue with composer installation.
firefly-iii - 5.3.0-beta.2

Published by JC5 over 4 years ago

Added

  • Piggy banks and bills can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize these objects. The feature will expand to even more objects in the future. Empty groups will be automatically deleted; you can only create groups by editing the objects.
  • Better sums in bills.

Changed

  • Max upload is now larger.
  • Issue 3469 Fix issue with round()

Removed

  • No more locale settings if using Docker.

Fixed

  • Issue 3509 Tag view now handles future transactions better.
  • Issue 3513 Fix issue with charts on budget page.
  • Internal consistency checks for transaction groups.

API

  • Expanded API for bills to support object groups.
  • Issue 3506 Search transactions end point
firefly-iii - 5.3.0-beta.1

Published by JC5 over 4 years ago

Added

  • You can now add attachments to recurring transactions.
  • You can invalidate other logins, check out the button on the /profile page.
  • It is now possible to search for internal_reference:abc and / or external_id:123.
  • Issue 3398 You can clear the cache directly from the admin.

Changed

  • From this release on, the Dockerfile and default configuration will install MySQL (using MariaDB) instead of PostgreSQL. This doesn't influence existing installations.
  • Example environment file has several fixes to make it more clear what features are for.
  • Sandstorm support is now entirely decrepated.
  • Issue 3440 You can now sort rules more easily.
  • Issue 3493 Fix API issue when handling default currencies.

Fixed

firefly-iii - 5.3.0-alpha.1

Published by JC5 over 4 years ago

Added

  • Piggy banks can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize piggy banks. The feature will expand to other objects in the future.
  • Issue 3392 Notes will be included in the export.
  • Issue 3184 You can now use the REMOTE_USER field to authenticate. Read the documentation carefully.
  • Issue 3403 More triggers have been added that respond to the date of a transaction. Read the documentation
  • You can now add an attachments to recurring transactions.

Changed

  • Firefly III now requires PHP 7.4
  • The Docker image is running on port 8080
  • Firefly III has been upgraded to Laravel 7.
  • Issue 3455 Translations for the debug page.
  • Issue 3461 Inactive rules are no longer applied.

Removed

  • All import routines have been removed. Use the separate importers. Read the documentation.

Fixed

  • Issue 3450 Missing translations.
  • Issue 3454 Fixed translations.
  • Issue 3437 Better "days left" counter.
  • Fixed bad UUID generation.
  • Fixed a null pointer in session date.

API

  • New API for object groups.
  • Expanded API for piggy banks to support object groups.

Known issues

  • You may run into date conversion problems if you're living on the right side of GMT. If transactions appear a day early, let me know.