Overtorment 6 years ago
parent
commit
cee5b5fc73
  1. 4
      android/app/build.gradle
  2. 5
      android/build/intermediates/lint-cache/maven.google/master-index.xml
  3. 9
      android/metadata/en-US/changelogs/15.txt
  4. 61
      ios/fastlane/metadata/en-US/release_notes.txt
  5. 2
      package.json

4
android/app/build.gradle

@ -102,8 +102,8 @@ android {
applicationId "io.bluewallet.bluewallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "3.5.1"
versionCode 15
versionName "3.5.5"
ndk {
abiFilters "armeabi-v7a", "x86"
}

5
android/build/intermediates/lint-cache/maven.google/master-index.xml

@ -112,4 +112,9 @@
<androidx.activity/>
<com.android.tools.apkparser/>
<com.android.tools.pixelprobe/>
<androidx.textclassifier/>
<androidx.remotecallback/>
<com.android.tools.chunkio/>
<com.android.tools.fakeadbserver/>
<androidx.savedstate/>
</metadata>

9
android/metadata/en-US/changelogs/15.txt

@ -0,0 +1,9 @@
v3.5.5
------
ADD: pay zero-amount (tip) invoices
ADD: lightning withdrawal through zigzag
ADD: Thai translation
ADD: Dutch translation
ADD: Added Singapore Dollars
ADD: Added AUD, VEF, and ZAR fiats.

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

@ -1,40 +1,25 @@
v3.5.1
v3.5.5
------
FIX: Fixed an error on while updating invoice
FIX: Fixed content size issue on viewing lnd invoice
ADD: Czech translation
v3.5.0
------
ADD: Create LND invoice
ADD: Ability to show wallet XPUB in options
ADD: translations for german (DE)
ADD: Set receive amount & label
ADD: Added more Fiat currencies
ADD: help text in lighning settings
FIX: Show alert if no wallet is available when trying to make a payment.
FIX: wallet duplicates (happens when opening deeplinks)
FIX: Lightning spending transactions should have negative amount
FIX: Disable import button if label is empty
FIX: Display wallet balance consistently on all screens
FIX: Display proper link to block explorer
FIX: If wallet was previously imported, throw an alert.
FIX: Display wallet balance consistently on all screens
FIX: Import BIP21 format watch-only address
v3.4.0
------
ADD: Persist the preferred unit per wallet.
ADD: Deeplinking for bitcoin, lightning
ADD: Added fee in tx details
ADD: Fiat Currency in settings panel
ADD: Select Wallet on Send screen
ADD: Currency settings panel (eur, usd)
FIX: Disabled autocorrect when importing wallet (security issue)
FIX: amount display bug
ADD: spend bip44 (legacy HD wallets)
FIX: BIP44 mnemonic QR correctly imported
ADD: haptic feedback when the user only has 1 wallet
ADD: pay zero-amount (tip) invoices
ADD: lightning withdrawal through zigzag
ADD: Thai translation
ADD: Dutch translation
ADD: Added Singapore Dollars
ADD: Added AUD, VEF, and ZAR fiats.
FIX: Loading indicator when creating a wallet
FIX: Changelly link
Fix and improve pt-BR translation
FIX: Cannot click on Lightning transactions #196
FIX: Fixed a clipping issue in lightning settings
FIX: fixed a margin issue in about that caused clipping
FIX: Changed invoice description field to label
FIX: Updated transaction buttons maximum width
FIX: Main Buttons layout #204
FIX: Add topup indication on wallet selection #207
FIX: Invoice QR code wrong scale #203
FIX: Don't allow user to pay for an invoice created with the same wallet.
FIX: If. balance was not a string, app would crash.
FIX: Changed language selection screen to FlatList
FIX: Made amount tap area larger
FIX: Fixed an issue in currency settings where the checkmark wouldn't be in the correct preference

2
package.json

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "3.5.1",
"version": "3.5.5",
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-jest": "23.6.0",

Loading…
Cancel
Save