All Versions
203
Latest Version
Avg Release Cycle
13 days
Latest Release
1064 days ago

Changelog History
Page 2

  • v5.7.5 Changes

    May 06, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where missing method names would break the API.
    • ๐Ÿšš Issue 6040 Could not add or remove money from piggy banks without a target.
    • Issue 6009 has_no_attachments:true would not return transactions with deleted transactions.
    • ๐Ÿณ Issue 6050 ja_JP is part of the Docker image
  • v5.7.4 Changes

    May 03, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue in method names.
  • v5.7.3 Changes

    May 03, 2022

    ๐Ÿ›  Fixed

    • Searching for updated_at_before and created_at_before works again.
    • Issue 6000 Bad math when dealing with multi-currency reconciliation.
    • โœ‚ Remove unused CSS
    • ๐Ÿ›  Fix bad migration.

    API

    • โž• Add error code to error message.
  • v5.7.2 Changes

    April 13, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง Not configuring email would break registration.
    • Extra validation on piggy bank amounts.
  • v5.7.1 Changes

    April 05, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes an issue with showing piggy banks
    • ๐Ÿ›  Issue 5961 Fixes an issue registering new users
  • v5.7.0 Changes

    April 04, 2022
    • ๐Ÿš€ โš ๏ธ This release no longer supports LDAP.
    • ๐Ÿš€ โš ๏ธ This is the last release that supports PHP 8.0
    • ๐Ÿ‘ Want to try the new v3 layout? At your own risk, browse to /v3/.

    ๐Ÿ“š Please refer to the documentation and support channels if you run into problems:

    โž• Added

    • Error email message now includes HTTP headers.
    • Issue 5373 You can give budgets notes, although they're not visible yet.
    • ๐Ÿ‘€ Issue 5648 The Docker image supports custom locales, see .env.example for instructions.
    • ๐Ÿ‘€ Issue 3984 issue 5636 issue 4903 issue 5326 Lots of new search and rule operators. For the full list, see search.php (a bit technical).
    • Issue 5269 It's possible to add piggy banks that have no explicit target amount goal.
    • Issue 4893 Bills can be given an end date and an extension date and will warn you about those dates.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Issue 5757 Upgrade to Laravel 9.

    ๐Ÿ—„ Deprecated

    ๐Ÿ›  Fixed

    • Issue 5810 Could not search for no_notes:true in some cases.
    • Issue 5869 Converting transactions would sometimes fail.
    • ๐Ÿ›  Issue 5870 Fixed broken link to instructions.
    • โฌ†๏ธ Issue 5903 API budget limits was broken due to upgraded package.
    • Issue 5852 It was not possible to recreate a currency.
    • Issue 5882 no_external_url:true was broken.
    • Issue 5770 Liabilities spent amount would be doubled.
    • Issue 4013 Date in email message was not localized.
    • Issue 5949 Deleting a transaction would sometimes send you back to a 404.
  • v5.6.16 Changes

    March 01, 2022

    ๐Ÿ›  Fixed

    • Broken migration would clash during startup.
  • v5.6.15 Changes

    March 01, 2022

    ๐Ÿ”„ Changed

    • Meta field external_uri will be renamed properly.
    • Migrations are more robust.

    ๐Ÿ›  Fixed

    • Issue 5493 CSP is too strict in some cases
    • Issue 5694 Adding attachment on some expenses causes them to disappear from transactions list
    • Issue 5724 Filter no_external_url fixed.
    • Issue 5806 Pagination on "all transactions without budget" was broken
    • Issue 5810 Search query with no_notes:true breaks after editing transaction

    API

    • Expanded the number of config fields you can pick up.
    • Rules also validate the number of active triggers or actions.
  • v5.6.14 Changes

    February 06, 2022

    โž• Added

    • Can now add daily bills

    ๐Ÿ”„ Changed

    • ๐ŸŽ‰ Initial release.

    ๐Ÿ—„ Deprecated

    • ๐ŸŽ‰ Initial release.

    โœ‚ Removed

    • Code related to the dynamic help text on GitHub

    ๐Ÿ›  Fixed

    • Issue 5664 Bad report dates
    • ๐Ÿ“œ Issue 5666 Unexpected parse issue.
    • Issue 5695 Search would miss the 26th account in a wildcard search.
    • Install template was not working, thanks Softaculous!
    • ๐Ÿ“œ Empty string in reports URL could lead to parse issues.

    ๐Ÿ”’ Security

    • ๐ŸŽ‰ Initial release.

    API

    • Issue 5661 Various fields could not be set to NULL
    • ๐Ÿ‘ Issue 5670 Better date validation for rules
    • โšก๏ธ Various YAML updates to better reflect the API.
  • v5.6.13 Changes

    January 29, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a few broken template references.