firefly-iii

Firefly III: a personal finances manager

AGPL-3.0 License

Downloads
67.1K
Stars
14.3K
Committers
158

Bot releases are hidden (Show)

firefly-iii - 5.7.3

Published by JC5 over 2 years ago

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.
firefly-iii - 5.7.2

Published by JC5 over 2 years ago

Fixed

  • Not configuring email would break registration.
  • Extra validation on piggy bank amounts.
firefly-iii - 5.7.1

Published by JC5 over 2 years ago

  • ⚠️ 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

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
  • Fixes an issue with showing piggy banks
  • Issue 5961 Fixes an issue registering new users
firefly-iii - 5.7.0

Published by JC5 over 2 years ago

  • ⚠️ 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

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.
firefly-iii - 5.6.16

Published by JC5 over 2 years ago

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.
firefly-iii - 5.6.15

Published by JC5 over 2 years ago

5.6.16

Please visit 5.6.16

firefly-iii - 5.6.14

Published by JC5 over 2 years ago

Added

  • Can now add daily bills

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.

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.
firefly-iii - 5.6.13

Published by JC5 over 2 years ago

Fixed

  • Fixed a few broken template references. Sorry about that.
firefly-iii - 5.6.12

Published by JC5 over 2 years ago

Fixed

  • Fixed a few broken template references. Sorry about that.
firefly-iii - 5.6.11

Published by JC5 over 2 years ago

⚠️ ⚠️ ⚠️ The login page is broken in this version, sorry about. Please skip this release and go straight to 5.6.13 ⚠️ ⚠️ ⚠️

Added

  • Added various debug log entries to diagnose issues
  • Add various validation rules to the report page
  • Created a new search option and rule trigger for the external_url-field, thanks @GeorgeHahn!
  • Extra support for the DB_SOCKET configuration value in various places

Fixed

  • Issue 5422 Updating a liability account fails when passing in opening balance and opening balance date via API
  • Issue 5540 Move rules using the API
  • Issue 5575 Reconciling with a non-real date makes the reconciliation screen fail to load
  • Issue 5610 Updating transaction with invalid splits fixed

API

  • Issue 5540 Move rules using the API
  • Issue 5610 Updating transaction with invalid splits fixed
  • Add missing field, external_url
  • Various fixes in transaction PUT endpoint.
firefly-iii - 5.6.10

Published by JC5 almost 3 years ago

Added

  • Add currency MXN
  • Issue 5503 option to set PostgreSQL schema.

Changed

  • All IBANs will get their spaces stripped, but displayed with spaces.

Removed

  • Remove confirmation popup from rule selection.
  • Remove some debug logging

Fixed

  • Empty opening balance won't show as "0.00"
  • Display of build and date had a newline.
  • Nullpointer in account validator
  • Issue 5510 Fix bad translation
firefly-iii - 5.6.9

Published by JC5 almost 3 years ago

Added

  • Debug form has the build number and date, if available.

Deprecated

  • The "v2" layout comes with a warning.

Fixed

  • Public/private key pair restore had some edge cases.
  • Issue 5464 Backwards incompatible change in minor upgrade of Twigbridge broke breadcrumbs.
  • Overlapping date() function would crash Firefly III
  • Issue 5458 Firefly III would create an opposing account of the wrong type.
  • Issue 5467 Disabling currencies did not report properly.
firefly-iii - 5.6.8

Published by JC5 almost 3 years ago

Changed

  • Rewrote part of the transaction engine to improve account search.

Fixed

  • Account validation was broken in some edge cases, making it impossible to edit transactions.
  • Rule engine could not deal with dates in some edge cases, thanks @daften for the inspiration!
  • Several annoying layout v2 issues fixed.
firefly-iii - 5.6.7

Published by JC5 almost 3 years ago

Changed

  • Rewrote part of the transaction engine to improve account search.

Fixed

  • Rule engine could not deal with dates in some edge cases, thanks @daften for the inspiration!
  • Several annoying layout v2 issues fixed.
firefly-iii - 5.6.6

Published by JC5 almost 3 years ago

Fixed

API

  • Add field has_attachments to transaction splits

Security

  • CSRF issue found by the good people of huntr.dev (@418sec)
firefly-iii - 5.6.5

Published by JC5 almost 3 years ago

Fixed

  • Issue 5231 Various LDAP related fixes which I hope will allow you to use LDAP again.
  • Issue 5288 Would generate new keys when not necessary.
  • Issue 5245 Fix various weirdly formatted amounts.
  • Issue 5240 Redirect issue when setting budget amounts.
  • Issue 5325 Opening balance was always positive.

Security

  • Various minor CSRF
firefly-iii - 5.6.4

Published by JC5 almost 3 years ago

Changed

  • Issue 5133 Several possible fixes for LDAP filter.

Fixed

Security

  • Logout is now POST and other minor CSRF issues.
firefly-iii - 5.6.3

Published by JC5 almost 3 years ago

Changed

  • Issue 5133 Several possible fixes for LDAP filter.

Fixed

Security

  • Logout is now POST and other minor CSRF issues.
firefly-iii - 5.6.2

Published by JC5 about 3 years ago

🥳 It's release 200! 🎉

Added

  • /health will return 200 OK if Firefly III is up and running, thanks @ajgon!
  • Issue 5133 First version of the LDAP filter is up.
  • Option to log via Papertrail

Deprecated

  • PHP 7.4 will probably not work on any page.

Fixed

Security

5.6.1 - 2021-09-25

Fixed

Security

  • Fixed several low-key CSRF vulnerabilities.
  • Fixed an issue where you could spam the password reset form.

API

  • Deprecated the "currencies with code"-endpoint (see the API documentation).
  • Add missing "order" field to budget.
  • Add missing "rule_group_title" to rules.
  • Attachment endpoint returns "upload_url" and "download_url" instead of "*_uri".
firefly-iii - 5.6.1

Published by JC5 about 3 years ago

  • ⚠️ This release features new LDAP libraries. Your mileage may vary. Make sure you back up everything. Firefly III may accidentally create a new account for you instead of reusing the old one. There is no option for LDAP filters yet.
  • ⚠️ This release requires PHP 8.0

Fixed

Security

  • Fixed several low-key CSRF vulnerabilities.

API

  • Deprecated the "currencies with code"-endpoint (see the API documentation).
  • Add missing "order" field to budget.
  • Add missing "rule_group_title" to rules.
  • Attachment endpoint returns "upload_url" and "download_url" instead of "*_uri".