Releases: cozy/cozy-banks
Releases · cozy/cozy-banks
1.53.0-beta.8
### 🐛 Bug Fixes
* Wording on Export page
1.53.0-beta.7
✨ 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
✨ 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
🐛 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
🔧 Tech
- Revert unwanted bump
1.53.0-beta.3
✨ Features
- Rework
renderExtraRoutesWithoutLayout
AppRoute method
1.53.0-beta.2
🔧 Tech
- Improve performances of in-progress export jobs lookup
1.53.0-beta.1
✨ 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 aCozyStackClient.collection() called without a doctype
error.
1.52.0
✨ 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
🔧 Tech
- Improved performance of transactions filtering in the recurrence service