Browse Source

REL: ver bump to v5.3.5

master
Overtorment 5 years ago
parent
commit
3ede11304f
  1. 2
      android/app/build.gradle
  2. 2
      ios/BlueWallet/Info.plist
  3. 2
      ios/BlueWalletWatch Extension/Info.plist
  4. 2
      ios/BlueWalletWatch/Info.plist
  5. 2
      ios/TodayExtension/Info.plist
  6. 42
      ios/fastlane/metadata/en-US/release_notes.txt
  7. 2
      package-lock.json
  8. 2
      package.json

2
android/app/build.gradle

@ -140,7 +140,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 1
versionName "5.3.4" versionName "5.3.5"
multiDexEnabled true multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general' missingDimensionStrategy 'react-native-camera', 'general'
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type

2
ios/BlueWallet/Info.plist

@ -48,7 +48,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.3.4</string> <string>5.3.5</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>

2
ios/BlueWalletWatch Extension/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XPC!</string> <string>XPC!</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.3.4</string> <string>5.3.5</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>239</string> <string>239</string>
<key>CLKComplicationPrincipalClass</key> <key>CLKComplicationPrincipalClass</key>

2
ios/BlueWalletWatch/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.3.4</string> <string>5.3.5</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>239</string> <string>239</string>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>

2
ios/TodayExtension/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.3.4</string> <string>5.3.5</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>NSExtension</key> <key>NSExtension</key>

42
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 v5.3.2
====== ======
@ -36,27 +54,3 @@ v5.2.0
* FIX: Allow use of Today extension on iOS 10 * FIX: Allow use of Today extension on iOS 10
* REF: General Settings * REF: General Settings
* REF: electrum reconnect improvements * 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

2
package-lock.json

@ -1,6 +1,6 @@
{ {
"name": "bluewallet", "name": "bluewallet",
"version": "5.3.4", "version": "5.3.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "bluewallet", "name": "bluewallet",
"version": "5.3.4", "version": "5.3.5",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.6.2", "@babel/core": "^7.6.2",

Loading…
Cancel
Save