mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
REL: ver bump & release notes
This commit is contained in:
parent
545c8891f6
commit
f84346ae57
@ -133,7 +133,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1
|
||||
versionName "5.5.1"
|
||||
versionName "5.5.2"
|
||||
multiDexEnabled true
|
||||
missingDimensionStrategy 'react-native-camera', 'general'
|
||||
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
|
||||
|
@ -48,7 +48,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.5.1</string>
|
||||
<string>5.5.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.5.1</string>
|
||||
<string>5.5.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>239</string>
|
||||
<key>CLKComplicationPrincipalClass</key>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.5.1</string>
|
||||
<string>5.5.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>239</string>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.5.1</string>
|
||||
<string>5.5.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSExtension</key>
|
||||
|
@ -1,3 +1,13 @@
|
||||
v5.5.1
|
||||
======
|
||||
|
||||
* ADD: Dark Mode
|
||||
* FIX: #1309 Sharing doesnt include text
|
||||
* FIX: import mnemonic w/typo, 'try again' does nothing (closes #1286)
|
||||
* ADD: support importing watch-only in bitcoincore format [fingerprint/derivation]xpub (wallet descriptors)
|
||||
* REF: dont store txhex in transactions list
|
||||
* REF: wrap save storage in try-catch
|
||||
|
||||
v5.5.0
|
||||
======
|
||||
|
||||
@ -50,15 +60,3 @@ v5.4.1
|
||||
* FIX: extend pull to close gesture area to full modal height
|
||||
* FIX: Don't allow navigating backwards on backup screens
|
||||
* FIX: round fiat currencies
|
||||
|
||||
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
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bluewallet",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bluewallet",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.6",
|
||||
|
Loading…
Reference in New Issue
Block a user