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 - v6.0.21

Published by JC5 about 1 year ago

Added

  • 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

Changed

  • Audit log settings are changed, refer to the .env.example-file.
  • Many URLs are new rendered as relative URLs.

Fixed

  • 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.
firefly-iii - v6.0.20

Published by JC5 about 1 year ago

Fixed

  • 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
  • Asset accounts will correctly show transaction groups

API

  • Lots of new, undocumented v2 API endpoints.
  • Issue 7845 Could not reconcile over API
firefly-iii - v6.0.19

Published by JC5 about 1 year ago

Fixed

  • Issue 7577 Firefly III can't search for backward slashes in identifiers
  • Issue 7762 User can't create access token
firefly-iii - v6.0.18

Published by JC5 over 1 year ago

Fixed

  • 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.
firefly-iii - v6.0.17

Published by JC5 over 1 year ago

Added

  • New date calculation code and tests, thanks to @tonicospinelli!

Removed

  • Heroku support

Fixed

  • Issue 7704 Date issues with bills
  • Cache issue in budgets
  • Fixed the account validation for transfer transactions

API

  • Various fields would not accept null values
firefly-iii - v6.0.16

Published by JC5 over 1 year ago

Changed

  • Better IBAN and account validation for new (API) transactions.

Fixed

  • 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
firefly-iii - v6.0.15

Published by JC5 over 1 year ago

Added

  • Editing some fields will generate audit logs visible when you view a transaction. The number of fields monitored will
    increase over time

Changed

  • Account validation includes IBANs now, this helps the data importer
  • Unified and cleaned up all command line output

Fixed

  • 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
  • Issue 7678 Missing argument in postgres maintenance code breaks startup.
firefly-iii - v6.0.14

Published by JC5 over 1 year ago

Added

  • Editing some fields will generate audit logs visible when you view a transaction. The number of fields monitored will
    increase over time

Changed

  • Account validation includes IBANs now, this helps the data importer
  • Unified and cleaned up all command line output

Fixed

  • 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
firefly-iii - v6.0.13

Published by JC5 over 1 year ago

Changed

  • Command output and logo on the terminal improved.

Fixed

API

  • Issue 7588 v1/recurrences not able to handle bills on
    store & update
  • Issue 7589 v1/recurrences fails when updating a split
    transaction
firefly-iii - v6.0.12

Published by JC5 over 1 year ago

Changed

  • Command output and logo on the terminal improved.

Fixed

API

  • Issue 7588 v1/recurrences not able to handle bills on store & update
  • Issue 7589 v1/recurrences fails when updating a split transaction
firefly-iii - v6.0.11

Published by JC5 over 1 year ago

Added

  • 🇰🇷 Korean translations!
  • A new "adjusted" auto-budget type that will correct itself after spending. Read more
  • Issue 6631 Can now link withdrawals and deposits to piggy banks, thanks @ChrisWin22!

Changed

  • "Balance" is now called "In + out this period" so it's more clear what it means.

Removed

  • Some superfluous logging.

Fixed

  • An intermittent issue came up where people would suffer from badly rounded numbers.
    The root cause has been fixed. Open a discussion if this affects you, a fix for your data is available.
  • The API cron job would not run all available cron commands.
  • Debug page would always report midnight
  • Issue 7514 DB error when upgrading to 6.0.10
  • Issue 7516 Webhook: wrong JSON transaction amount
  • Issue 7522 Time related events cause a timeout
  • Issue 7541 Login screen display glitch
  • Issue 7549 Account creation duplicate checking fails for German umlaut
  • Issue 7546 Version link doesn't work
  • Issue 7547 Rule fails to convert "Withdrawal from X to Y" to "Transfer from Y to X"

API

  • Issue 7505 Several API schema dates have been fixed, thanks @nagyv!
firefly-iii - v6.0.10

Published by JC5 over 1 year ago

Added

  • The debug screen will also report on the build version of the BASE image.

Changed

  • Health check will also check if the database is up.
  • Issue 7461 MFA field will now autofocus, thanks @eandersons!

Removed

  • IBAN check no longer triggers on empty IBANs

Fixed

firefly-iii - v6.0.9

Published by JC5 over 1 year ago

Added

  • Better length validation for text fields.

Changed

  • Better calculation of available budget

Fixed

  • Issue 7377 Tag search was broken
  • Issue 7389 Bug in charts
  • Issue 7394 unique iban check was broken
  • Issue 7427 API would not accept page 18 and up.
  • Issue 7410 Various dark mode color fixes
  • Old documentation links fixed by @mindlessroman and @noxonad!
firefly-iii - v6.0.8

Published by JC5 over 1 year ago

Added

  • Issue 7351 Optional command to force the decimal size.
  • Issue 7352 Optional command to force the migrations.
  • Issue 7354 The new v3 layout will redirect to the index when unauthenticated, thanks @corcom!

Fixed

  • Issue 7349 Missing tables in PostgreSQL script.
  • Issue 7358 Could not create liabilities with a pre-set amount.
  • Fix date field in bill warning mail.
  • Fix installer script.
  • Remove attachment paperclip from transactions with deleted attachments.

API

  • Issue 7347 API made rules would be inactive by default.
firefly-iii - v6.0.7

Published by JC5 over 1 year ago

Added

  • Lots of error catching in DB migrations for smoother upgrades.
  • New command firefly-iii:force-migration which will force database migrations to run. It will probably also destroy your database so don't use it.
  • You can now force light/dark mode in your settings.

Fixed

API

  • Issue 7308 Could not set current amount for certain piggy banks
firefly-iii - v6.0.6

Published by JC5 over 1 year ago

Changed

  • Database migrations are capped at 12 decimals.
  • Currency processing is capped at 12 decimals.
  • Mail errors no longer crash the app but report the error in logs
  • Disabled Sonarcloud runs

Fixed

  • "Change transaction type"-rule actions would create a new expense account instead of finding a liability.
  • New users from remote user repositories would not be able to create new asset accounts.
  • Firefly III would create "Loan" instead of "Expense account" when faced with unknown accounts during API calls.
  • Icons would not show up in the minimized left-hand menu.
  • Contrast for dark mode improved.
  • Better credit calculation for liabilities in case of complex transactions.

API

  • Fixed: Could not give piggy bank an unlimited amount.
firefly-iii - v6.0.5

Published by JC5 over 1 year ago

Changed

  • Mathematical accuracy is set to 12 decimals. This is accurate enough for most currencies and prevents rounding issues for systems that don't support more.

Fixed

  • Issue 7227 Could not set webhooks to the correct trigger.
  • Issue 7221 Could not see the result of a rule test.
firefly-iii - v6.0.4

Published by JC5 over 1 year ago

Fixed

  • Issue 7214 Import issue blocking multi currency transactions
firefly-iii - v6.0.3

Published by JC5 over 1 year ago

Fixed

  • Issue 7201 Security-related console automatically command runs before a database is set, and may error out.
firefly-iii - v6.0.2

Published by JC5 over 1 year ago

Fixed