REL: ver bump & release notes

This commit is contained in:
Overtorment 2020-07-18 21:34:29 +01:00
parent 545c8891f6
commit f84346ae57
8 changed files with 17 additions and 19 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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
View File

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

View File

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