Skip to content

Releases: cozy/cozy-banks

1.37.0

04 Nov 15:11
5ae8310
Compare
Choose a tag to compare

✨ 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% set 0.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

04 Nov 11:54
5ae8310
Compare
Choose a tag to compare
1.37.0-beta.5 Pre-release
Pre-release

🐛 Bug Fixes

  • Fix Accordion border color and SelectDates text color

1.37.0-beta.4

03 Nov 14:39
Compare
Choose a tag to compare
1.37.0-beta.4 Pre-release
Pre-release

✨ 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% set 0.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

25 Oct 11:42
a483f09
Compare
Choose a tag to compare
1.37.0-beta.3 Pre-release
Pre-release

🔧 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

25 Oct 09:49
Compare
Choose a tag to compare
1.37.0-beta.2 Pre-release
Pre-release

🐛 Bug Fixes

  • Fix no data displayed in Analysis Page on iOS

1.37.0-beta.1

25 Oct 09:48
a38c082
Compare
Choose a tag to compare
1.37.0-beta.1 Pre-release
Pre-release

✨ 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

05 Oct 10:44
34c4428
Compare
Choose a tag to compare
1.36.0-beta.1 Pre-release
Pre-release

✨ 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

28 Sep 09:32
2a85542
Compare
Choose a tag to compare

✨ 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

23 Sep 12:52
2a85542
Compare
Choose a tag to compare
1.35.0-beta.3 Pre-release
Pre-release

🔧 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

22 Sep 13:23
Compare
Choose a tag to compare
1.35.0-beta.2 Pre-release
Pre-release

✨ 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