All Versions
203
Latest Version
Avg Release Cycle
13 days
Latest Release
1064 days ago
Changelog History
Page 2
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
andcreated_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.
- Searching for
-
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
- ๐ Issue 5911 Removed support for LDAP.
๐ 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.
- Meta field
-
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.