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.2.6

Published by JC5 over 4 years ago

Added

  • Issue 3049 New transaction triggers for dates.
  • Warning if recurring transactions no longer run.
  • View fixed for recurring transactions.
  • A new rule action that will DELETE transactions.
  • Four-week reminder to check for updates if you disabled updates.

Changed

  • Issue 3011 Reconciliation page has "select all"-button and remembers checkboxes even when you refresh the page.
  • Issue 3348 Smarter menu for accounts on the dashboard
  • Demo user can't upload attachments.
  • Demo user can't set locale.

Fixed

  • Issue 3339 Could not mass-delete reconciliation transactions.
  • Issue 3344 Could not attach files to accounts.
  • Issue 3335 Fix reconciliation currency account, thanks to @maksimkurb
  • Issue 3350 Better charts in account overview
  • Issue 3355 Better sorting for bills in reports.
  • Issue 3363 New strings translated, thanks to @sephrat
  • Issue 3367 Error in views when uploading > 1 attachments
  • Issue 3368 Wrong hover-text
  • Issue 3374 Inconsistent net worth calculation. You may seem to lose money.
  • Issue 3376 Better rule ordering when cloning rules.
  • Issue 3381 Fix for LDAP
  • Better rounding for budget amounts.
firefly-iii - 5.2.5

Published by JC5 over 4 years ago

Added

  • Some warnings that custom locales may not work on Windows or in Docker images.

Changed

Fixed

  • Issue 3307 Editing or creating accounts would automatically give them a location.
  • Issue 3314 Future transactions would not always be visible, even when the daterange should include them.
  • Issue 3318 Cron called over URL would skip auto-budgets.
  • Issue 3321 API for piggy bank funds would create events with the wrong amount.
  • Issue 3330 Transactions not stored at 00:00 would be excluded from some views.
firefly-iii - 5.2.4

Published by JC5 over 4 years ago

Fixed

firefly-iii - 5.2.3

Published by JC5 over 4 years ago

Changed

Fixed

  • Issue 3264 Error when exporting recurring transactions
  • Issue 3272 Rule issue when using "set source account" action.
  • Issue 3281 Bad markdown parsing in piggy banks.
  • Issue 3284 Recurring transactions with bad info couldn't be rendered.
firefly-iii - 5.2.2

Published by JC5 over 4 years ago

Fixed

firefly-iii - 5.2.1

Published by JC5 over 4 years ago

Leave it to me to fix one bug, introduce another. Oh well.

Fixed

  • Transaction page charts were broken when viewing transfers.
  • It was impossible to store a budget without configuring an auto-budget.
firefly-iii - 5.2.0

Published by JC5 over 4 years ago

Some important information for this release:

  • ⚠️ This will be the last version to support PHP version 7.3. The next release will require PHP 7.4
  • ⚠️ The bunq and CSV import routines have been disabled and replaced by their stand alone variants: bunq, CSV.

Added

  • Issue 2578 Allows users to create automatic budget configurations to rollover or set periodic limits.
  • Issue 2726 Added new pie charts on the transaction index pages.
  • Issue 2957 A new button to duplicate rules
  • Issue 2828 More objects now support attachments: accounts, bills, budgets, categories, piggy banks and tags.
  • Issue 2938 Expense and revenue accounts show their balances better.
  • Issue 2977 On the budget page, the bars and amounts auto update.
  • Issue 3079 Version is now visible in the footer on mobile.
  • Support for Vietnamese 🇻🇳

Changed

  • Issue 2985 Updating an object (like a budget or a bill) will also update the associated rule, if any.
  • Issue 3057 Several form changes to improve the usability of the transaction input form.
  • Issue 3048 Rules can now handle liabilities as source or destination.
  • Issue 2999 The category chart on the frontpage now displays income.
  • Issue 2997 The tag list has categories.
  • Issue 3122 Buttons on the top of lists.
  • The Docker maximum file attachment size has been increased to 64M.
  • The CSV file importer has been disabled. Find the new CSV importer on GitHub.

Fixed

  • Issue 3154 bcadd() problems for users who were already running PHP7.4.
  • Issue 3193 Copying a reconciled transaction correctly removes the reconciliation status.
  • Issue 3003 Tables will look less crowded on your phone.
  • Issue 3202 A bug in the frontpage budget chart is fixed.
  • Issue 3203 Firefly III won't complain when using a locale that uses comma's as decimal separators.
  • Issue 3212 Issue with ING imports.
  • Issue 3210 Could not create rule based on a transaction from a dropdown menu.
  • Issue 3234 Export didn't export tags.

API

  • Issue 2828 Appropriate endpoints for new transaction possibilities.
  • Issue 2958 A new default currency endpoint.
firefly-iii - 5.2.0-beta.1

Published by JC5 over 4 years ago

The first beta of 5.2.0. See the changelog in the main repository.

firefly-iii - 5.2.0-alpha.1

Published by JC5 over 4 years ago

This is the first alpha release of upcoming release 5.2.0. Check out the change log in the main repository.

firefly-iii - 5.1.1

Published by JC5 over 4 years ago

Added

  • Issue 2672 Buttons to create transactions from the list of accounts is back.

Changed

  • Issue 3176 Greek language support is enabled again!

Fixed

  • Issue 3160 Deleting a reconciliation won't send you to a 404.
  • Issue 3172 Remaining amount left calculation is wrong over multiple months.
  • Issue 3173 Amount is invisible when viewing transactions.
  • Issue 3177 Fix attachment breadcrumb.
  • Issue 3180 Improve instructions for when the user loses MFA info.
  • Issue 3182 Better fallback when transaction errors out.
  • Search modifiers are now case insensitive.

Security

  • The minimal password length for new users is now 16 characters.
  • Have I Been Pwnd check is now enabled by default.

API

  • A new call to apply_rules is available when submitting transactions.

Are you a fan of Firefly III? Consider donating towards its development using Patreon, PayPal or the GitHub Sponsors Program.


Check out the full changelog.

firefly-iii - 5.1.0

Published by JC5 over 4 years ago

Added

  • Issue 2575 You can now create a rule from a transaction.
  • Issue 3052 The old way of cloning transactions is back.
  • Firefly III will generate a unique installation ID for itself.

Changed

  • Issue 3066 issue 3067 New tag overview. Not yet sure what works best.
  • Issue 3071 Top box with expense information (left to spend) is now more clear.
  • Issue 3075 Embarrassing typo in welcome email.
  • You can set the default language for Firefly III which will also apply to the login page.
  • Add Lando to readme.
  • Add support for Finnish! 🇫🇮
  • In the configuration pgsql is now the default database connection. This may break your non-pgsql installation if you haven't set it specifically to your database type.
  • A new debug view for transactions. Change the word "show" in /transactions/show/123 to "debug" to get a nice JSON thing.
  • Foreign currencies should show up less often in edit/create transaction screens.

Fixed

  • Issue 3042 Rule engine behavior was inconsistent when importing data.
  • Issue 3045 Linking bills to liability accounts through rules was broken.
  • Issue 3050 Date blocks were rendered badly.
  • Issue 3070 The currency symbol would not precede the amount in some locales.
  • Issue 3083 Fix category sort in report.
  • Issue 3064 Weird bug in reports.
  • Issue 3073 Rules would not be applied to all splits if a split was newly created.
  • Issue 3099 Can't make piggy banks on accounts with no currency.
  • Issue 3111 Budget amount edit redirect.
  • Issue 3114 Removed double entry from budget list.
  • Issue 3119 Command would break if transaction was incomplete.
  • Issue 3127 Cloning a transaction would not clear the cache.
  • Issue 3129 Issue importing interest dates.
  • Issue 3130 A forwarder sent you to a 404.
  • Issue 3131 The search modifiers would claim the whole query.
  • Issue 3135 Could not change liability type.
  • Issue 3137 Fix mis-alignment in table rows.
  • Issue 3140 New user email message had a broken link.
  • Issue 3141 Cache issue
  • Issue 3145 Issue with empty charts.
  • Issue 3146 Better handling of CSV imports from ING.
  • Issue 3154 Problem with bcadd() in PHP 7.4
  • Issue 3159 Fixed some untranslatable strings.
  • Bad redirect when editing opening balances.

API


Are you a fan of Firefly III? Consider donating towards its development using Patreon, PayPal or the GitHub Sponsors Program.


Check out the full changelog.

firefly-iii - 5.1.0-beta.1

Published by JC5 over 4 years ago

This is the first beta release of upcoming release 5.1.0. Check out the change log in the main repository.

firefly-iii - 5.1.0-alpha.1

Published by JC5 over 4 years ago

This is the first alpha release of upcoming release 5.1.0. Check out the change log in the main repository.

firefly-iii - 5.0.5

Published by JC5 over 4 years ago

This release fixes an issue with 5.0.4 and previous versions

Fixed

  • Inconsistent logging configuration.

Are you a fan of Firefly III? Consider donating towards its development using Patreon, PayPal or the GitHub Sponsors Program. If you use GitHub to donate, they will match your donation! Thanks!


Check out the full changelog.

firefly-iii - 5.0.4

Published by JC5 over 4 years ago

This release fixes a bug found in 5.0.0 and earlier releases.

Fixed

  • If unset, DB_CONNECTION defaults to "mysql". This is now "pgsql", which is consistent with the documentation and the example configuration file (.env.example).
firefly-iii - 5.0.3

Published by JC5 over 4 years ago

This release fixes several bugs found in 5.0.0 and earlier releases.

Fixed

  • A script tries to connect over MySQL, despite Firefly III being configured to connect over another DB type.
firefly-iii - 5.0.1

Published by JC5 over 4 years ago

This release fixes several bugs found in 5.0.0 and earlier releases.

Changed

  • Rewrote the readme file.
  • Add Cloudron to readme.
  • Add a new import tool to the readme and the documentation.
  • Changed my email address to [email protected].

Fixed

  • Issue 2998 Could not edit account with double IBAN
  • Issue 3016 Swap min/max on chart and reverse direction
  • Issue 3021 Fixed an issue with a broken button when uploading transactions
  • Issue 3026 Fix issue with ISO dates
  • Issue 3027 Opening Balance date and charts
  • Issue 3019 Fix issue with bill name auto-complete in rules
  • Issue 3047 Fix issue where new users would get big fat error.
  • Fixed an issue with the budget overview in default financial reports.

Are you a fan of Firefly III? Consider donating towards its development using Patreon, PayPal or the GitHub Sponsors Program. If you use GitHub to donate, they will match your donation! Thanks!


Check out the full changelog.

firefly-iii - 5.0.0

Published by JC5 almost 5 years ago

This version represents, if anything, a fresh start in the version numbering system so Firefly III will finally follow SemVer, for real this time.

The website of Firefly III has also been given an update!

Added

  • Issue 2580 Users can now edit reconciliations.
  • Issue 2723 You can now use rules that trigger on account numbers (and IBAN)
  • Issue 2895 Another indicator for negative amounts.
  • Issue 2901 Can select liability accounts when running rules.
  • Issue 2893 Add config cache clear command to Docker build.
  • Issue 2667 Option to export data from Firefly III
  • Issue 2064 Ability to mass-delete tags.
  • Issue 2920 issue 2981 Firefly III now generates a nonce used by all inline scripts.
  • Can now give accounts a location tag.
  • Firefly III now supports redis as cache backend.
  • Footer will warn you of alpha and beta versions.

Changed

  • Issue 2776 Some charts now do relative scaling. Useful for large amounts.
  • Issue 2702 More details on tags overview
  • Issue 2919 Didn't support user's choice not to check for updates.
  • Fine tune the Docker container startup times using new environment variables.
  • Firefly III's demo site no longer uses Google Analytics to track visitors, but Matomo.

Deprecated

  • Firefly III no longer supports the SFTP storage backend, nor does it support the ability to use both SFTP and local files as storage backends, because the
    packages required are no longer maintained and will not work with Laravel 6.0.

Removed

Fixed

  • Issue 2907 Bad date display in recurring transactions.
  • Issue 2912 Redirect fix for bills.
  • Issue 2874 More redirect issues fixed.
  • Issue 2878 Typo in code of budget overview.
  • Issue 2876 Trailing zeroes and other issues.
  • Issue 2881 An error when only the title of a split transaction was bad.
  • Issue 2924 Could not trigger rules when set to "update".
  • Issue 2691 Fix to update recurring transactions with bad types.
  • Issue 2941 Not all notes were decoded correctly.
  • Issue 2945 Budget field would be empty when editing transaction.
  • Issue 2950 Error in chart (null pointer)
  • Issue 2983 Debug info left in bills overview caused some issues.
  • Issue 2980 Issues with console export.
  • Issue 2987 Issue with creating expense / revenue accounts.
  • Issue 2993 Issue with Chinese locale on Heroku

API

  • Various endpoints are better documented.

Are you a fan of Firefly III? Consider donating towards its development using Patreon, PayPal or the GitHub Sponsors Program. If you use GitHub to donate, they will match your donation! Thanks!


Check out the full changelog.

firefly-iii - 5.0.0-beta.1

Published by JC5 almost 5 years ago

First BETA. Should be pretty stable.

firefly-iii - 5.0.0-alpha.2

Published by JC5 almost 5 years ago

Second alpha with various fixes.