Skip to content

Releases: bitpay/wallet

v0.8.1

13 Nov 15:16
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • Fix transaction notifications in existent wallets
  • Add pagination to history
  • Add CSV export to history
  • Add gravatars to profiles
  • Small UX and stability fixes.

v0.8.0

11 Nov 20:32
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • Fix issues with the encoding of certain passwords.
  • Add backwards compatibility to old wallet and profile backups
  • Changes in UX and menu layouts.

v0.7.2

02 Nov 01:04
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • Fix layout on some mobile devices
  • Force refresh after submitting create / sign in forms
  • Many small fixes on create / sign in forms errors and messages.

v0.7.1

31 Oct 23:26
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

This is a mayor update on Copay:

  • Implements the one identity - multiple wallets feature
  • Allows to optionally store encrypted profiles remotely on the given Insight server
  • New mobile apps using Iconic/Cordova (on a new github repo)
  • Major changes on UX, new wallet homepage, new transaction history change, new navigation bars
  • Optimised network communications

v0.6.4

17 Oct 12:12
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

This is a bug fix and optimisation release.

We plan to release Copay 0.7 with the ongoing Identity Feature next week. https://github.com/bitpay/copay/pull/1498

  • workaround for iOS backups
  • replace Crypto-JS with SCJS
  • simplify localStorage schema
  • Fix networking and UX bugs

v0.6.3

02 Oct 14:31
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release
  • Updates bitcore version to handle scientific notation parameters from Insight (which prevented transactions been generated using small ouputs)

v0.6.2

29 Sep 15:37
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
  • Bug & Stability fixes
  • Fix payment protocol in same cases.
  • Better storage handling (one key per wallet)

v0.6.1

22 Sep 17:59
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • Many UX (mobile and desktop) and stability fixes.
  • New plugin system
  • Async storage, Google Drive example.
  • Payment protocol handling fixes.

v0.5.0

10 Sep 02:35
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Enables Asynchronous Wallet operation, using the open source (Insight Server as temporary storage).
  • Copay now works on iOS browsers, Safari/OSX, IE, etc. Replaces webRTC. Networking is now implemented using Insight (https://github.com/bitpay/insight) to broke messages between the peers.
  • Fixes the Payment protocol implementation. Validates X509 Cert using pure javascript, as implemented in Bitcore (https://github.com/bitpay/bitcore)
  • Multi language support
  • Alternative currency (fiat) support
  • New mobile versions, based only on Apache Cordova. Android version ready.
  • Many fixes related to security, edge transaction cases and UX on mobile versions.

As always, deployed at https://copay.io

v0.4.6

18 Aug 22:42
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release
  • Fix error importing backup, described on #1078