REL: ve bump & release notes

This commit is contained in:
Overtorment 2020-08-01 15:42:08 +01:00
parent fe74f742db
commit 8173ef173b
8 changed files with 23 additions and 19 deletions

View file

@ -133,7 +133,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 1
versionName "5.5.2" versionName "5.5.3"
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

View file

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

View file

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

View file

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

View file

@ -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.5.2</string> <string>5.5.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>NSExtension</key> <key>NSExtension</key>

View file

@ -1,3 +1,19 @@
v5.5.2
======
* ADD: push notifications
* ADD: lnurl-pay support
* ADD: HodlHodl logout button
* ADD: Keychain clear if password is lost
* ADD: screen/wallets/details transactions count
* FIX: crashes after importing malformed xpub as watch-only
* FIX: Restore Change unit on balance tap
* FIX: When doing max amount, some scenarios would return invalid amount due to missing value change.
* FIX: Input field to rename wallet is covered when typing
* FIX: missing text on sendMAX dialog box confirmation
* FIX: Invoice creation darkmode
* FIX: Font-Color in Input Field "transaction notes" is not adapted for dark mode
v5.5.1 v5.5.1
====== ======
@ -48,15 +64,3 @@ v5.4.3
* FIX: Euro symbol for iOS Today extension * FIX: Euro symbol for iOS Today extension
* FIX: Change Withdraw to Exchange * FIX: Change Withdraw to Exchange
* DEL: support for BIP70 * DEL: support for BIP70
v5.4.1
======
* ADD: fiat input for receive & send
* ADD: Fee details to lighting invoice
* FIX: Watch-only Wallets we're not being synced to Watch app
* FIX: following onchain+offchain invoice
* FIX: Reorder wallets not working
* FIX: extend pull to close gesture area to full modal height
* FIX: Don't allow navigating backwards on backup screens
* FIX: round fiat currencies

2
package-lock.json generated
View file

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

View file

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