Releases: cozy/cozy-banks
Releases · cozy/cozy-banks
1.37.0
✨ Features
- Add latest transaction amount value in recurrences
- Futur balances shows latest transaction amount
- Add notifications at +3 and +7 days for banking connectors, if the connector is in an actionable error
- Recurrency service: allows to attach transactions whose amount is between 2 extremes of amounts in the existing recurrences (+/- 5% by default). This percentage is configurable with the flag
banks.recurrency.percentage-amounts-accepted
. Example for 10% set0.1
- Update cozy-harvest to 6.10.0
🐛 Bug Fixes
- Update cozy-ui to 52.0.0 to reduce the size of the bundle
- Exclude some modules to reduce the size of the bundle
- 'node-forge', 'node-jose', 'tldjs'
- Remove third level import from Mui in HistoryChart
- fix undefined var in the categ service
- Transaction Label is now truncated if too long in the Transaction details modal
- Fix Search Link when clicking on the magnifying glasse if label contained an "/"
- Fix Month / Year selection on iOS in Analysis Page
- Fix no data displayed in Analysis Page on iOS
🔧 Tech
- Add recurrence test for
not same account
scenario + refactor other recurrence tests - Use CozyClient links instead of StackClient in removeAccountFromGroups
- Move / Refactor / Split
CategoriesHeader
component - Split bundle into 3 chunks: main, vendor and cozy-bar
- Update Cozy App Publish (Fix travis icon on mattermost publish announcement)
- Add logs and possibility to override
banks.konnector-alerts.ignored-errors
with a job in konnectorAlerts service - Update Cozy App Publish (Fix travis icon on mattermost publish announcement)
1.37.0-beta.5
🐛 Bug Fixes
- Fix Accordion border color and SelectDates text color
1.37.0-beta.4
✨ Features
- Recurrency service: allows to attach transactions whose amount is between 2 extremes of amounts in the existing recurrences (+/- 5% by default). This percentage is configurable with the flag
banks.recurrency.percentage-amounts-accepted
. Example for 10% set0.1
- Update cozy-harvest to 6.10.0
🔧 Tech
- Update Cozy App Publish (Fix travis icon on mattermost publish announcement)
1.37.0-beta.3
🔧 Tech
- Update Cozy App Publish (Fix travis icon on mattermost publish announcement)
- Add logs and possibility to override
banks.konnector-alerts.ignored-errors
with a job in konnectorAlerts service
1.37.0-beta.2
🐛 Bug Fixes
- Fix no data displayed in Analysis Page on iOS
1.37.0-beta.1
✨ Features
- Add notifications at +3 and +7 days for banking connectors, if the connector is in an actionable error
🐛 Bug Fixes
- Fix Month / Year selection on iOS in Analysis Page
🔧 Tech
- Move / Refactor / Split
CategoriesHeader
component - Split bundle into 3 chunks: main, vendor and cozy-bar
1.36.0-beta.1
✨ Features
- Add latest transaction amount value in recurrences
- Futur balances shows latest transaction amount
🐛 Bug Fixes
- Update cozy-ui to 52.0.0 to reduce the size of the bundle
- Exclude some modules to reduce the size of the bundle
- 'node-forge', 'node-jose', 'tldjs'
- Remove third level import from Mui in HistoryChart
- fix undefined var in the categ service
- Transaction Label is now truncated if too long in the Transaction details modal
- Fix Search Link when clicking on the magnifying glasse if label contained an "/"
🔧 Tech
- Add recurrence test for
not same account
scenario + refactor other recurrence tests - Use CozyClient links instead of StackClient in removeAccountFromGroups
1.35.0
✨ Features
- Optimization of the database on mobile (addition of the indexeddb adapter). For old users, a modal appears and allows to launch the data migration.
- Update cozy-pouch-link to 24.3.2 to be able to migrates database on mobile to indexeddb
- Remove minimum limit to find recurrence
- Ability to update old recurrences and create new ones in the same batch
- Change recurrence lookback date limit from 90 to 100 days
- Selection mode to change the category of several transactions at once
- Update cozy-harvest-lib to 6.6.0 to get the correct BI slug for palatine bank
- Recurrence creation process will always try to update existing bundle before creating some
- Change migration modal wording
🐛 Bug Fixes
- Error when removing a group on desktop and mobile
- Correct minimum date is used to create recurrence
- Fix warming queries with null applicationDate selector
🔧 Tech
- Add pouchdb-adapter-idb and pouchdb-adapter-indexeddb v7.2.2
- Extract component from GroupSettings
- Groups are not filtered anymore to exclude undefined one in AccountSwitch
- Remove updateOrCreateGroup() to remove router from dependencies
- Only deep import for lodash
- Add logs to better debugging recurrence
- The colors associated with the success and warning intention are working again. This is not a bugfix of version 1.34.0, it was introduced during 1.35.0
1.35.0-beta.3
🔧 Tech
- The colors associated with the success and warning intention are working again. This is not a bugfix of version 1.34.0, it was introduced during 1.35.0
1.35.0-beta.2
✨ Features
- Recurrence creation process will always try to update existing bundle before creating some
- Change migration modal wording
🔧 Tech
- Add logs to better debugging recurrence