REL: bump ver; OPS: fixed store metadata

This commit is contained in:
Overtorment 2020-06-03 14:25:00 +01:00
parent 272bd282e6
commit d8d93d04b0
12 changed files with 23 additions and 28 deletions

View file

@ -140,7 +140,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "5.4.0"
versionName "5.4.1"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type

View file

@ -48,7 +48,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.4.0</string>
<string>5.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.4.0</string>
<string>5.4.1</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>CLKComplicationPrincipalClass</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.4.0</string>
<string>5.4.1</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>UISupportedInterfaceOrientations</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.4.0</string>
<string>5.4.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>

View file

@ -1,3 +1,15 @@
v5.4.0
======
* FIX: Set the first launch flag (issue with disappearing wallets)
* ADD: Catalan translation
* ADD: Slovak translation
* ADD: custom success animation to onchain transactions
* FIX: improved startup time
* FIX: Seed index number
* FIX: scan button style for RU language
* REF: Navigation updated
v5.3.9
======
@ -30,20 +42,3 @@ v5.3.6
* ADD: Electrum seed recovery for Segwit as well (not just legacy)
* ADD: support for deeplinks (closes #892)
* FIX: Electrum seed recovery bug
v5.3.5
======
* ADD: support for Electrum Seed format, legacy BIP32 (closes #954)
* ADD: refill lightning wallet with bank card
* ADD: Local Trader CTA to main view
* ADD: broadcast txhex screen
* ADD: Broadcast on Network options
* FIX: Hide toolbar when keyboard is dismissed
* FIX: capitalized deeplink (closes #1005)
* FIX: Import toolbar touch
* FIX: pass local fiat currency to buy-bitcoin widget
* REF: send functionality for all wallet types. All wallet types can now sendMAX
* REF: Move the sell fiat button to the list header
* REF: Move onchain marketplace to wallet details
* REF: Cleaner wallet panel at blank state

View file

@ -19,7 +19,7 @@ Negación Plausible
Contraseña que descifra carteras falsas. Para casos especiales en los que se le puede solicitar que revele su contraseña, puede revelar la contraseña falsa. Mantenga su bitcoin seguro.
Cifrado Completo
Construido sobre el cifrado multicapa de Android, BlueWallet cifra todo con una contraseña adicional.
Construido sobre el cifrado multicapa de iOS, BlueWallet cifra todo con una contraseña adicional.
Cartera SegWit e HD
Compatible con SegWit (ayuda a reducir las tarifas) y carteras HD activadas.

View file

@ -19,7 +19,7 @@ Negación Plausible
Contraseña que descifra billeteras falsas. Para casos especiales en los que se le puede solicitar que revele su contraseña, puede revelar la contraseña falsa. Mantenga su bitcoin seguro.
Cifrado Completo
Construido sobre el cifrado multicapa de Android, BlueWallet cifra todo con una contraseña adicional.
Construido sobre el cifrado multicapa de iOS, BlueWallet cifra todo con una contraseña adicional.
Billetera SegWit e HD
Compatible con SegWit (ayuda a reducir las tarifas) y billeteras HD activadas.

View file

@ -1 +1 @@
bitcoin wallet,segwit,crypto,blockchain,btc,cryptocurrency,billetera,bread,samourai,lightning,ethereum
bitcoin wallet,crypto,blockchain,btc,cryptocurrency,billetera,bread,samourai,lightning,ethereum

View file

@ -1 +1 @@
bitcoin wallet,segwit,crypto,blockchain,btc,cryptocurrency,carteira,bread,samourai,lightning,ethereum
bitcoin wallet,crypto,blockchain,btc,cryptocurrency,carteira,bread,samourai,lightning,ethereum

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "bluewallet",
"version": "5.4.0",
"version": "5.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "bluewallet",
"version": "5.4.0",
"version": "5.4.1",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.6",