Skip to content

Releases: cozy/cozy-banks

1.55.0

05 May 07:44
fdd870f
Compare
Choose a tag to compare

✨ Features

  • Update cozy-bar to get fixed cloud icon position
  • Save imported transactions count
  • Update Success modal to specify number of successfully imported operations
  • Add balancesNotifications to io.cozy.bank.settings
  • Add current balance for each account in io.cozy.bank.settings when onOperationOrBillCreate service run.

🐛 Bug Fixes

  • French wording for import success title
  • Email notification for balance greater wasn't using the right title
  • Reduction of the number of BalanceLower & BalanceGreater notifications

🔧 Tech

  • Add import service documentation

1.55.0-beta.1

04 May 13:22
fdd870f
Compare
Choose a tag to compare
1.55.0-beta.1 Pre-release
Pre-release

✨ Features

  • Update cozy-bar to get fixed cloud icon position
  • Save imported transactions count
  • Update Success modal to specify number of successfully imported operations
  • Add balancesNotifications to io.cozy.bank.settings
  • Add current balance for each account in io.cozy.bank.settings when onOperationOrBillCreate service run.

🐛 Bug Fixes

  • French wording for import success title
  • Email notification for balance greater wasn't using the right title
  • Reduction of the number of BalanceLower & BalanceGreater notifications

🔧 Tech

  • Add import service documentation

1.54.0

11 Apr 08:21
9358eea
Compare
Choose a tag to compare

🔧 Tech

  • Notifications are compatible with the new Cozy app

1.54.0-beta.2

05 Apr 10:58
9358eea
Compare
Choose a tag to compare
1.54.0-beta.2 Pre-release
Pre-release

🐛 Bug Fixes

  • Import accounts with a normalized number
  • Prevent fallback on sub-optimal index for in-progress jobs query.

1.53.1

11 Apr 08:15
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Import accounts with a normalized number
  • Prevent fallback on sub-optimal index for in-progress jobs query.

🔧 Tech

  • Bumped app version number to 1.53.1

1.53.1-beta.2

05 Apr 12:32
Compare
Choose a tag to compare
1.53.1-beta.2 Pre-release
Pre-release

🔧 Tech

  • Bumped app version number to 1.53.1

1.53.1-beta.1

05 Apr 10:56
6d0bff0
Compare
Choose a tag to compare
1.53.1-beta.1 Pre-release
Pre-release

🐛 Bug Fixes

  • Import accounts with a normalized number
  • Prevent fallback on sub-optimal index for in-progress jobs query.

1.54.0-beta.1

04 Apr 06:56
15f54af
Compare
Choose a tag to compare
1.54.0-beta.1 Pre-release
Pre-release

✨ Features

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

🐛 Bug Fixes

  • The export page can now request queued and running export service jobs
  • Transactions value dates are exported as short strings (i.e. YYYY-MM-DD)
  • Create proper, optimized query for in-progress export jobs

🔧 Tech

  • Notifications are compatible with the new Cozy app
  • Improve performances of in-progress export jobs lookup

Full Changelog: 1.53.0...1.54.0-beta.1

1.53.0

03 Apr 08:35
1af5b65
Compare
Choose a tag to compare

✨ Features

  • Export your bank's data in csv format via the Settings page
  • Import bank data from Cozy bank export file (csv format) via the Settings page
  • Rework renderExtraRoutesWithoutLayout AppRoute method
  • Allow grouping bank accounts by institution labels in Settings

🐛 Bug Fixes

  • The service onOperationOrBillCreate was failing with a CozyStackClient.collection() called without a doctype error.
  • Bank accounts imported via the import service are grouped by their institution label in the Settings > Accounts tab

🔧 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
  • Services launched via the CLI use a CozyClient instance with appMetadata

1.53.0-beta.9

29 Mar 14:07
1af5b65
Compare
Choose a tag to compare
1.53.0-beta.9 Pre-release
Pre-release

🐛 Bug Fixes

  • Bank accounts imported via the import service are grouped by their institution label in the Settings > Accounts tab

🔧 Tech

  • Services launched via the CLI use a CozyClient instance with appMetadata