Skip to content

Releases: cozy/cozy-banks

1.53.0-beta.8

28 Mar 07:47
e5717c6
Compare
Choose a tag to compare
1.53.0-beta.8 Pre-release
Pre-release
### 🐛 Bug Fixes

* Wording on Export page

1.53.0-beta.7

24 Mar 15:35
7ba49d1
Compare
Choose a tag to compare
1.53.0-beta.7 Pre-release
Pre-release

✨ Features

  • Add CSV import service
  • Allow grouping bank accounts by institution labels in Settings
  • Import your bank's data, from Cozy bank export file (.csv format)

1.53.0-beta.6

17 Mar 16:24
de1ffee
Compare
Choose a tag to compare
1.53.0-beta.6 Pre-release
Pre-release

✨ Features

  • Vendor account IDs are exported for every account
  • Loan attributes are exported for these accounts

🐛 Bug Fixes

  • Transactions value dates are exported as short strings (i.e. YYYY-MM-DD)
  • Create proper, optimized query for in-progress export jobs

1.53.0-beta.5

09 Mar 11:57
275fde2
Compare
Choose a tag to compare
1.53.0-beta.5 Pre-release
Pre-release

🐛 Bug Fixes

  • The export page can now request queued and running export service jobs

🔧 Tech

  • Remove direct dependency to cozy-stack-client
  • Bump cozy-stack-client from 35.3.1 to 35.6.0
  • Bump cozy-pouch-link from 35.3.1 to 35.6.0

1.53.0-beta.4

09 Mar 09:39
10431ca
Compare
Choose a tag to compare
1.53.0-beta.4 Pre-release
Pre-release

🔧 Tech

  • Revert unwanted bump

1.53.0-beta.3

08 Mar 19:07
4eb58a9
Compare
Choose a tag to compare
1.53.0-beta.3 Pre-release
Pre-release

✨ Features

  • Rework renderExtraRoutesWithoutLayout AppRoute method

1.53.0-beta.2

08 Mar 17:38
0f3575b
Compare
Choose a tag to compare
1.53.0-beta.2 Pre-release
Pre-release

🔧 Tech

  • Improve performances of in-progress export jobs lookup

1.53.0-beta.1

07 Mar 18:51
196b9cb
Compare
Choose a tag to compare
1.53.0-beta.1 Pre-release
Pre-release

✨ Features

  • Add sub section in configuration settings for manage data (import/export)
  • Add the export page to allows you to generate and download an export bank data archive
  • Allow exporting transactions and accounts as a CSV file stored in the Cozy via a service.

🐛 Bug Fixes

  • The service onOperationOrBillCreate was failing with a CozyStackClient.collection() called without a doctype error.

1.52.0

20 Feb 09:55
7d44aec
Compare
Choose a tag to compare

✨ Features

  • Update cozy-bar from 8.11.2 to 8.14.0

🐛 Bug Fixes

  • When a connector needs to be updated, it no longer impacts the add bank connector buttons
  • The recurrence service should not modify transactions already associated with a recurrence
  • Use absolute links for analysis tabs
  • Right arrow on advanced filter in category page was not clickable

🔧 Tech

  • Clarified recurrence service functions and variables names
  • Add better log for services
  • More specific log for doTransactionsMatching and doBillsMatching in onOperationOrBillCreate
  • Improved performance of transactions filtering in the recurrence service

1.52.0-beta.2

17 Feb 14:18
2cdfd1d
Compare
Choose a tag to compare
1.52.0-beta.2 Pre-release
Pre-release

🔧 Tech

  • Improved performance of transactions filtering in the recurrence service