This commit is contained in:
Overtorment 2019-01-03 02:06:45 +00:00
parent 65504646b0
commit 191cc95e5a
3 changed files with 11 additions and 34 deletions

View file

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

View file

@ -1,33 +0,0 @@
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* Merge pull request #176 from BlueWallet/receiveBase Create LND invoice

View file

@ -0,0 +1,10 @@
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
ADD: CZ locale