From 3ede11304f06a1d5cfa4e2fea20754729f0c9e39 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Thu, 30 Apr 2020 13:57:33 +0100 Subject: [PATCH] REL: ver bump to v5.3.5 --- android/app/build.gradle | 2 +- ios/BlueWallet/Info.plist | 2 +- ios/BlueWalletWatch Extension/Info.plist | 2 +- ios/BlueWalletWatch/Info.plist | 2 +- ios/TodayExtension/Info.plist | 2 +- ios/fastlane/metadata/en-US/release_notes.txt | 42 ++++++++----------- package-lock.json | 2 +- package.json | 2 +- 8 files changed, 25 insertions(+), 31 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4c1d7b6f..2d06105c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -140,7 +140,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "5.3.4" + versionName "5.3.5" multiDexEnabled true missingDimensionStrategy 'react-native-camera', 'general' testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist index 69b3a627..e9955151 100644 --- a/ios/BlueWallet/Info.plist +++ b/ios/BlueWallet/Info.plist @@ -48,7 +48,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.3.4 + 5.3.5 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BlueWalletWatch Extension/Info.plist b/ios/BlueWalletWatch Extension/Info.plist index a0512f1b..fdac9a9e 100644 --- a/ios/BlueWalletWatch Extension/Info.plist +++ b/ios/BlueWalletWatch Extension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 5.3.4 + 5.3.5 CFBundleVersion 239 CLKComplicationPrincipalClass diff --git a/ios/BlueWalletWatch/Info.plist b/ios/BlueWalletWatch/Info.plist index 60c46c89..bcc2d6b1 100644 --- a/ios/BlueWalletWatch/Info.plist +++ b/ios/BlueWalletWatch/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.3.4 + 5.3.5 CFBundleVersion 239 UISupportedInterfaceOrientations diff --git a/ios/TodayExtension/Info.plist b/ios/TodayExtension/Info.plist index cfb3801a..d410109c 100644 --- a/ios/TodayExtension/Info.plist +++ b/ios/TodayExtension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.3.4 + 5.3.5 CFBundleVersion 1 NSExtension diff --git a/ios/fastlane/metadata/en-US/release_notes.txt b/ios/fastlane/metadata/en-US/release_notes.txt index af396051..89459522 100644 --- a/ios/fastlane/metadata/en-US/release_notes.txt +++ b/ios/fastlane/metadata/en-US/release_notes.txt @@ -1,3 +1,21 @@ +v5.3.5 +====== + +* ADD: support for Electrum Seed format, legacy BIP32 (closes #954) +* ADD: refill lightning wallet with bank card +* ADD: Local Trader CTA to main view +* ADD: broadcast txhex screen +* ADD: Broadcast on Network options +* FIX: Hide toolbar when keyboard is dismissed +* FIX: capitalized deeplink (closes #1005) +* FIX: Import toolbar touch +* FIX: pass local fiat currency to buy-bitcoin widget +* REF: send functionality for all wallet types. All wallet types can now sendMAX +* REF: Move the sell fiat button to the list header +* REF: Move onchain marketplace to wallet details +* REF: Cleaner wallet panel at blank state + + v5.3.2 ====== @@ -36,27 +54,3 @@ v5.2.0 * FIX: Allow use of Today extension on iOS 10 * REF: General Settings * REF: electrum reconnect improvements - -v5.1.0 -====== - -* FIX: weird import screen scan qr code behaviour -* FIX: allow using unconfirmed utxo when creating transaction -* REF: removed obsolete single address RBF; -* REF: refactored breadwallet format a bit -* FIX: Wallet name input character entry bug -* REF: experimental - dont fetch transactions when importing wallet, only balance. should be faster. txs can be fetched later manually -* FIX: Import ColdCard wallet using JSON's label. -* REF: German translations -* REF: now BIP44 works through electrum -* REF: single-address wallets now work through electrum -* REF: wallet export screen improvements - -v5.0.0 -====== - -* ADD: Coldcard support -* FIX: allow capitalized bech32 addresses (closes #838) -* FIX: lnurl scan to receive is not returning the correct view (closes #828) -* FIX: watch-only delete wallet doesnt have confirmation now -* FIX: typo in spanish diff --git a/package-lock.json b/package-lock.json index e05ad796..3370492e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bluewallet", - "version": "5.3.4", + "version": "5.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6d0636f..ea8668e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluewallet", - "version": "5.3.4", + "version": "5.3.5", "license": "MIT", "devDependencies": { "@babel/core": "^7.6.2",