Browse Source

REL: v5.3.0

receivehooks v5.3.0
Overtorment 5 years ago
parent
commit
8cd1615aca
  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. 38
      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.2.2" versionName "5.3.0"
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.2.2</string> <string>5.3.0</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.2.2</string> <string>5.3.0</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.2.2</string> <string>5.3.0</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.2.2</string> <string>5.3.0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>NSExtension</key> <key>NSExtension</key>

38
ios/fastlane/metadata/en-US/release_notes.txt

@ -1,3 +1,21 @@
v5.3.0
======
* ADD: Open clipboard modal if address is detected at launch
* ADD: Copy from clipboard on actionsheet
* ADD: support for Electrum Personal Server and Electrs (disable protocol batching)
* ADD: avatars in HodlHodl offers list
* ADD: Long Press on Send. More optins to come
* FIX: Remove quick actions if storage is encrypted (improves plausible deniability)
* FIX: allow copy to clipboard on watch-only wallets
* FIX: electrum connection status now updates realtime
* FIX: import single-address bech32 wallet from WIF (closes #911)
* FIX: duplicate input detected error (closes #912)
* FIX: Error in back button - Marketplace #922
* FIX: Don't display clipboard modal if content is from a lightning wallet
* REF: some love to the about section
v5.2.0 v5.2.0
====== ======
@ -47,23 +65,3 @@ v4.9.4
* FIX: Handle both chains * FIX: Handle both chains
* FIX: deeplinking (safello etc) * FIX: deeplinking (safello etc)
* DEL: Remove alerts from main list * DEL: Remove alerts from main list
v4.9.2
======
* ADD: Swipe to Scan
* ADD: Handle clipboard content with both bitcoin: and lightning:
* ADD: Ask user if they have backed up their seed phrase
* ADD: Export screen allows copying to clipboard if its a LNDHub wallet
* ADD: Show LNDHub backup when creating lnd wallet
* ADD: CLP Fiat
* FIX: TX Time visual glitch
* FIX: Show an alert when theres a fetch transactions error
* FIX: TX list uses whole canvas area
* FIX: Don't allow empty wallet labels
* FIX: Wallet type selecion clipping on advanced mode
* FIX: Receive address was not being rendered
* FIX: Don't show wallet export warning if wallet was imported
* REF: Reworked Import wallet flow
* REF: BIP49 to use electrum
* REF: Custom receive

2
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save