mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
REL: ver bump & release notes
This commit is contained in:
parent
3e0a01254d
commit
76b3b4284c
7 changed files with 15 additions and 23 deletions
|
@ -132,7 +132,7 @@ android {
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "5.6.0"
|
versionName "5.6.1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
|
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>XPC!</string>
|
<string>XPC!</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>5.6.0</string>
|
<string>5.6.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>239</string>
|
<string>239</string>
|
||||||
<key>CLKComplicationPrincipalClass</key>
|
<key>CLKComplicationPrincipalClass</key>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>5.6.0</string>
|
<string>5.6.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>239</string>
|
<string>239</string>
|
||||||
<key>UISupportedInterfaceOrientations</key>
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>5.6.0</string>
|
<string>5.6.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
|
|
|
@ -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
|
v5.5.9
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -80,20 +89,3 @@ v5.5.5
|
||||||
======
|
======
|
||||||
|
|
||||||
* FIX: scan Cobo vault signed transaction QR
|
* 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
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bluewallet",
|
"name": "bluewallet",
|
||||||
"version": "5.6.0",
|
"version": "5.6.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bluewallet",
|
"name": "bluewallet",
|
||||||
"version": "5.6.0",
|
"version": "5.6.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.9.6",
|
||||||
|
|
Loading…
Add table
Reference in a new issue