mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
REL
This commit is contained in:
parent
6bc435fd48
commit
0bb9c4d95b
4
app.json
4
app.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"expo": {
|
||||
"sdkVersion": "30.0.0",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"privacy": "public",
|
||||
"platforms": [
|
||||
"ios"
|
||||
],
|
||||
"ios": {
|
||||
"buildNumber": "103",
|
||||
"buildNumber": "104",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||
"infoPlist": {
|
||||
|
@ -1,9 +1,7 @@
|
||||
* REL
|
||||
* ADD: security alert
|
||||
* REL
|
||||
* ADD: You can now pay for a Lightning invoice by manually inserting the invoice ID
|
||||
* REL
|
||||
* ADD: better source of entropy for wallet creation
|
||||
* REL
|
||||
* Development (#103) ADD: New send screen
|
||||
ADD: Support for BIP70 decoding
|
||||
FIX: Improve broadcasting experience #66 (#107)
|
||||
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'
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "BlueWallet",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.6",
|
||||
"eslint": "^4.19.1",
|
||||
|
Loading…
Reference in New Issue
Block a user