Skip to content

Releases: 7357-2022/hw2k_firefly-iii_ynh

5.7.18

02 Jan 16:31
c4bd2fa
Compare
Choose a tag to compare

Fixed

  • Issue 6775 OAuth authentication was broken for Authelia and other remote user providers.
  • Issue 6787 SQLite value conversion broke several functions

5.7.17

30 Dec 08:44
c058c1a
Compare
Choose a tag to compare

Fixed

  • Issue 6742 Error when a rule tries to add or remove an amount from a piggy bank
  • Issue 6743 Error when opening piggy bank overview
  • Issue 6753 Rules are not finding any transactions with trigger 'Amount is greater than 0'

5.7.16

25 Dec 10:16
1d13b7a
Compare
Choose a tag to compare

Added

  • You can now search for SEPA CT

Changed

  • Links go to Mastodon, not Twitter.
  • Most if not all remaining float values removed. None were used in financial math.
  • Expand Laravel Passport settings.

Fixed

  • Issue 6597 Edit existing split transaction's source did not work properly.
  • Issue 6610 Fix search for attachments
  • Issue 6625 Page of the links is not displayed due to an error
  • Issue 6701 Ensure remote_guard_alt_email if changed(https://github.com/nebulade)!
  • Remove some null pointers in the code.
  • Add missing locale data
  • Fixed typo
  • Various issues with piggy banks
  • Clear cache after a transaction is deleted.
  • Be more clear about registrations being disabled.

Security

  • Updated all packages and dependencies.

API

  • Fix API endpoint that would not accept two of the same dates.

5.7.15

02 Nov 04:13
02d4c0c
Compare
Choose a tag to compare

Fixed

  • You can no longer set the currency of expense and revenue accounts.
  • Form elements are not spell checked anymore (privacy).
  • Issue 6556 Wrong value used in bill chart
  • Issue 6564 Right-Align numbers to match monetary value digits
  • Issue 6589 Webhook not fired after destroying transaction
  • Add missing locale data

5.7.14

19 Oct 05:10
918a460
Compare
Choose a tag to compare

Fixed

  • Bulk editing transactions works.
  • Negative budgets no longer work.

5.7.13

16 Oct 14:26
267bd15
Compare
Choose a tag to compare

Added

Fixed

  • Issue 6461 Broken link in /public directory warning.
  • Issue 6475 Method name mixup.
  • Issue 6471 Fix float conversion
  • Issue 6510 Destroy transaction now also triggers liability recalculation.
  • Amount check for budget amounts was too low.
  • Some other small fixes

API

5.7.12

11 Sep 07:18
963208f
Compare
Choose a tag to compare

Fixed

  • Issue 6287 Catch error when trying to email with invalid settings.
  • Issue 6423 Fix redis error.
  • Issue 6421 Fix issue with SQLite.
  • Issue 6379 Fix issue when user has lots of currencies but short list settings.
  • Issue 6333 Fix broken chart for reconciliation.
  • Issue 6332 Fix issue with uploading zipped PDF's.

5.7.11

07 Sep 17:04
c641786
Compare
Choose a tag to compare

Added

  • Issue 6254 Use Piggy Bank's start date in monthly suggestion.
  • Add best practices badge.
  • Various sanity checks on large amounts.

Removed

  • Service worker is removed.

Fixed

  • Issue 6260 Datatype error - bcadd/bcsub expects string, float given
  • Issue 6271 Improve settings for Redis.
  • Issue 6283 Convert to deposit means the transaction loses its bill.
  • Fix issue with foreign currencies in transaction form.
  • Fix various issues with SQLite.
  • Issue 6379 Some foreign currencies not list for setting on new transactions
  • Make 2FA code + validation more robust.

5.7.10

01 Aug 11:31
60f6cd9
Compare
Choose a tag to compare

Fixed

  • Type error on data import and display #6122.
  • SQLite query issues fixed
  • Fix nullpointer.
  • Missing date overview in no-category list #6168.
  • Account numbers could not be shared between expense and revenue accounts #6165.
  • The first remote user would not get admin #6150.
  • Piggy bank events would not get copied when transaction was copied #6118.

5.7.9

01 Aug 11:20
752e0b7
Compare
Choose a tag to compare

Fixed

  • Symfony 6.1 requires PHP 8.1, so back to 6.0 for the time being.