mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
REL
This commit is contained in:
parent
65504646b0
commit
191cc95e5a
3 changed files with 11 additions and 34 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
10
android/metadata/en-US/changelogs/14.txt
Normal file
10
android/metadata/en-US/changelogs/14.txt
Normal 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
|
Loading…
Add table
Reference in a new issue