REL: ver bump & release notes

This commit is contained in:
Overtorment 2020-09-21 12:33:25 +01:00
parent 3e0a01254d
commit 76b3b4284c
7 changed files with 15 additions and 23 deletions

View file

@ -132,7 +132,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "5.6.0"
versionName "5.6.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

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.6.0</string>
<string>5.6.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.6.0</string>
<string>5.6.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.6.0</string>
<string>5.6.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSExtension</key>

View file

@ -1,3 +1,12 @@
v.5.6.0
=======
* FIX: some transactions displayed with 0 value
* FIX: PSBT with HW wallets flow
* FIX: rare crash on watch-only receive button
* FIX: RBF cancel style
* REF: updated languages sl_SI, de_DE, fi_FI, es_ES
v5.5.9
=======
@ -80,20 +89,3 @@ v5.5.5
======
* FIX: scan Cobo vault signed transaction QR
v5.5.4
======
* ADD: handling push notification open
* ADD: View Wallet xPub (Apple Watch)
* ADD: COP Fiat
* FIX: Invoice were not being sent (Apple Watch)
* FIX: Disable some Watch app elements when app is not reachable
* FIX: Show loading indicator when processing file or qrcode image
* FIX: Button size for large devices
* FIX: better handling of electrum disconnect
* FIX: disable push notifications in settings
* FIX: Font-Color in Bump-Fee Input Field "Custom" is not adapted for dark mode
* FIX: QRCode border in LND Backup screen
* FIX: Animated QRCode border. Change save path to Downloads folder
* FIX: sk_SK language updates

2
package-lock.json generated
View file

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

View file

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