Skip to content

Commit

Permalink
Merge pull request #3272 from cmgustavo/pre-release/v1.3.0
Browse files Browse the repository at this point in the history
Pre release/v1.3.0
  • Loading branch information
cmgustavo committed Oct 2, 2015
2 parents 006377d + 5e24737 commit 0c30dde
Show file tree
Hide file tree
Showing 9 changed files with 316 additions and 233 deletions.
6 changes: 3 additions & 3 deletions cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.bitpay.copay"
version="1.2.6"
android-versionCode="47"
ios-CFBundleVersion="1.2.6">
version="1.3.0"
android-versionCode="48"
ios-CFBundleVersion="1.3.0">
<name>Copay</name>
<description>
A secure bitcoin wallet for friends and companies.
Expand Down
4 changes: 2 additions & 2 deletions cordova/ios/Copay-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.6</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.6</string>
<string>1.3.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion cordova/wp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
<Identity Name="18C7659D.CopayWallet" Publisher="CN=F89609D1-EB3E-45FD-A58A-C2E3895FCE7B" Version="1.2.6.0" />
<Identity Name="18C7659D.CopayWallet" Publisher="CN=F89609D1-EB3E-45FD-A58A-C2E3895FCE7B" Version="1.3.0.0" />
<mp:PhoneIdentity PhoneProductId="5381aa50-9069-11e4-84cc-293caf9cbdc8" PhonePublisherId="F89609D1-EB3E-45FD-A58A-C2E3895FCE7B" />
<Properties>
<DisplayName>Copay Wallet</DisplayName>
Expand Down
30 changes: 24 additions & 6 deletions i18n/docs/updateinfo_en.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
* Support for backup phrases (BIP39)
* Support for BIP44
* Support for non-multisig addresses for personal wallets (1-of-1)
* Advanced wallet details
* Ledger support for multisig wallets
* Minor bug fixes
Major updates
=============

* Support for iOS 9
* Trezor hardware wallet support
* Paper wallet support

Minor updates
=============

* New splash to install Copay in OSX
* Fix animations
* Handle back-button on Android devices if a modal is opened
* Fix beep sound after barcodescanner on Android devices
* Fix derivation path on Advanced Information
* Add non-backward compatibility URI for payment protocol
* Hide menu bottom if wallet is not authorized
* Fix wording on the backup page
* Fix translation strings
* Updates the packages dependencies with bower
* Support for iOS 9
* Fix mnemonic with private key encrypted
* Fix time in proposal transactions
* Fix autofocus to password input in Request Password for Spending Funds modal
Loading

0 comments on commit 0c30dde

Please sign in to comment.