github securo-finance/securo v0.7.4

latest releases: v0.13.10, v0.13.9, v0.13.8...
3 months ago

Bug fixes

  • Fix editing the account on a transaction — on the Transactions page, opening a manual transaction, switching its account, and saving did nothing: the old account stayed in place. The backend now accepts the new account on update, verifies it belongs to you, and refuses to collapse both legs of a linked transfer into the same account. Thanks to @paulo-paes for reporting this in #63.
  • Fix 500 error when generating pending recurring transactions without an account — it used to be possible to create a recurring transaction without picking an account, which then crashed Generate Pending with an ugly 500 because real transactions require an account. The create form now requires an account and defaults to your first one, the API rejects requests that omit it, and any legacy recurring rows with a missing account are safely skipped instead of crashing the generator. Thanks to @paulo-paes for reporting this in #64.

Full Changelog: v0.7.3...v0.7.4

Don't miss a new securo release

NewReleases is sending notifications on new releases.