mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
REL
This commit is contained in:
parent
eaa81bfd23
commit
dabe653224
2 changed files with 10 additions and 4 deletions
2
app.json
2
app.json
|
@ -7,7 +7,7 @@
|
|||
"ios"
|
||||
],
|
||||
"ios": {
|
||||
"buildNumber": "111",
|
||||
"buildNumber": "112",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||
"infoPlist": {
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
FIX: Improve broadcasting experience #66 (#107)
|
||||
FIX: Improve broadcasting experience #66
|
||||
ADD: New transaction Confirm UI
|
||||
REF: Improve broadcasting experience #66
|
||||
FIX: Satoshis to local currency in Send screen
|
||||
FIX: Fixed Wallet export QR code width
|
||||
FIX: Invalid BIP21 URI at value #108
|
||||
FIX: #109 TypeError: undefined is not an object (evaluating 'this.state.tx.inputs.length'
|
||||
FIX: #109 TypeError: undefined is not an object (evaluating 'this.state.tx.inputs.length'
|
||||
REF: Remove Drawer
|
||||
FIX: Removed bounce animation glitch
|
||||
REF: Updated Wallet details UI
|
||||
REF: Updated navigation headers to better match design
|
||||
ADD: buy bitcoin with Changelly
|
||||
FIX: Validate address with bitcoin library
|
||||
REF: Removed "Send Now" from transaction details
|
Loading…
Add table
Reference in a new issue