REL: ver bump to 6.2.6

This commit is contained in:
Overtorment 2021-09-08 11:47:18 +01:00
parent da61662ec3
commit 5a6e762f3b
No known key found for this signature in database
GPG Key ID: AB15F43F78CCBC06
7 changed files with 27 additions and 140 deletions

View File

@ -140,7 +140,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "6.2.5"
versionName "6.2.6"
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

@ -1325,7 +1325,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -1369,7 +1369,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -1410,7 +1410,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.TodayExtension;
@ -1449,7 +1449,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.TodayExtension;
PRODUCT_NAME = "BlueWallet - Bitcoin Price";
@ -1481,7 +1481,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Stickers/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.Stickers;
@ -1513,7 +1513,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Stickers/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.Stickers;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -1551,7 +1551,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.MarketWidget;
@ -1596,7 +1596,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.MarketWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -1741,7 +1741,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.watch.extension;
@ -1781,7 +1781,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.watch.extension;
PRODUCT_NAME = "${TARGET_NAME}";
@ -1817,7 +1817,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
IBSC_MODULE = BlueWalletWatch_Extension;
INFOPLIST_FILE = BlueWalletWatch/Info.plist;
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.watch;
@ -1856,7 +1856,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
IBSC_MODULE = BlueWalletWatch_Extension;
INFOPLIST_FILE = BlueWalletWatch/Info.plist;
MARKETING_VERSION = 6.2.5;
MARKETING_VERSION = 6.2.6;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.bluewallet.bluewallet.watch;
PRODUCT_NAME = "$(TARGET_NAME)";

View File

@ -1,125 +1,12 @@
v6.2.2
v6.2.5
======
* ADD: UI for import electrum wallet with passphrase
* REF: better handling large transactions from electrum
v6.1.9
======
* ADD: Support for URv2 QR codes
* ADD: Offer additional file save destinations on Android
* ADD: macOS Widgets
* FIX: PSBT File save would fail on Android
v6.1.8
======
FIX: Wallet carousel was not rending properly on large screens
v6.1.7
======
* ADD: IRR currency
* ADD: better accessibility for buttons
* FIX: hardware wallet with BIP44/BIP49 wallet reports incorrect change address in PSBT
* FIX: for slip39 wallets import bech32 even if no tx found
* FIX: Scanning for a batch tx woud reset contentOffset
* FIX: Re-order wallet bug
* FIX: Typing 1 would turn into 10 due to default custom value
* FIX: Ports from previous scan were not cleared
* REF: Hierarchy navigator screen
* Translate ar, ca, cs_CZ, de_DE, es, fa_IR, fr_FR, id, in, nl, pl
v6.1.3
======
* FIX: File import icon was not visible
* FIX: Check Bech32 uppercase address
* ADD: Add close to modals #2584
* FIX: Dont display Tor text in catalyst
* DEL: Remove tooltip as its not needed on multisig create screen.
* FIX: Applied xpub to wrong object
* FIX: cobo vault watch-only occasionally gets imported as wrong wallet type (closes #3152)
* FIX: widgets shows wrong price in RUB currency
* REF: smarter utxo selection (closes #3085)
v6.1.2
======
* ADD: Opt-out of analytics tracking in settings/privacy
* FIX: Loading indicator for wallet details
* FIX: Lightning invoice unit didn't reflect user change
v6.1.1
======
* FIX: multisig vault create crash
* REF: tor bootstrap & test
* locale pt_BR
v6.1.0
======
* ADD: support importing SLIP39 wallets (Shamir's Secret Sharing)
* ADD: Hierarchy Navigator Screen (List of addresses)
* ADD: Tor support (electrum,lndhub, payjoin)
* ADD: AOPP (address ownership proof protocol)
* ADD: Allow create PSBT for all HD watch-only wallets
* Updated locales de_DE, es, pt_BR, pl, fi_FI, de_DE, fa_IR, cy, he, jp, ro, sl_SI, fr_FR, cs_CZ
* FIX: Complication was showing cents
* FIX: dark mode makes text illegible
* FIX: Carousel padding and Scan button crash
* FIX: Remove leading zero when doing local currency
* FIX: QR code scanning from file doesn't work
* REF: speeded up electrum (caching of some requests)
* REF: works faster with electrs & EPS
* REF: Add mempool.space as the main explorer
* REF: Move general tools under wallet details to "tools" menu
* REF: Move Privacy under General tab
* REF: layout on invoice view
* REF: Multsig layout fixes
* REF: refresh wallet if it never been done
* REF: easier pairing with HW wallets
* REF: Derivation & Fingerprint visible only in advanced mode
v6.0.8
======
* ADD: RTL language support
* ADD: ANG and AWG currencies
* ADD: show fingerprint and derivation path for HD wallets
* ADD: allow send MAX and BATCH for all wallet types
* FIX: App crashes after changing vault key from seed to ZPUB and vice versa #2867
* FIX: aezeed onchain wallet produces correct zpub
* FIX: crash on wallet->details for single-address wallets
* FIX: address input qrcode denomination reset
* FIX: sync loc bg, he, id, it, jp, nl, tr, br, de, pl, fa , ro, es, fr, zh_TW, zh_CN, cs_CZ
* FIX: Set Hebrew as RTL language
* REF: currency rates loader, add LPB new rate source
* REF: import procedure improvements
v6.0.7
======
* ADD: main view SCAN button can now import watch-only wallets
* ADD: wallets message sign/verify
* ADD: Romanian language
* ADD: TZS Fiat
* FIX: Additional fixes for voiceover
* FIX: Manage funds button would not be visible when switching wallets on large screen devices
* FIX: show XPUB for AEZEED wallets
* FIX: add titles to all the alerts
* FIX: Widgets didnt have preview code
* FIX: Wallet selection was not visible
* FIX: Localizations for fr_FR, zh_TW, zh_CN, fi_FI, fa_IR, de_DE, nl_NL, pt_BR, sl_SI
* FIX: Switch toggles are now accessible
* FIX: XPub modal on watchkit had no cancel button
* FIX: avoid scientific notation on tx send screens
* FIX: CoinControl handle 0 conf tx output correctly
* FIX: Wallet Icons (RTL Version)
* REF: decrease animated QR codes density
* REF: Always check for clipboard privacy preferences when using shortcuts
* REF: MAX can be used with regular outputs
* REF: Wallets cards colors optimized
* ADD: support for truncated BIP39 wordlist (3-4 chars per word)
* FIX: Lightning address error when typing anything after @
* FIX: storage issues
* FIX: Cosign for multisig was not a visible option
* FIX: Localize LN Invoice Expire time
* FIX: Unit wasnt defaulting to BTC
* FIX: localizations ar, es, he, ko, de, fa_IR
* REF: Update details UI to match design
* REF: Update payjoin-client

View File

@ -1 +1 @@
BlueWallet - Cartera de Bitcoin
BlueWallet Cartera de Bitcoin

View File

@ -1 +1 @@
BlueWallet - portefeuille Bitcoin
BlueWallet portefeuille

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "bluewallet",
"version": "6.2.5",
"version": "6.2.6",
"license": "MIT",
"repository": {
"type": "git",