From e34ba6cfbc3b63fe421003b12a4f4e4fad6fd508 Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Fri, 14 Jul 2023 20:18:46 +0300 Subject: [PATCH] Update app versions (#998) --- assets/text/Monerocom_Release_Notes.txt | 9 ++++++--- assets/text/Release_Notes.txt | 11 +++++++---- ios/Podfile.lock | 8 ++++---- lib/utils/exception_handler.dart | 4 ++-- scripts/android/app_env.sh | 8 ++++---- scripts/ios/app_env.sh | 8 ++++---- scripts/macos/app_env.sh | 4 ++-- 7 files changed, 29 insertions(+), 23 deletions(-) diff --git a/assets/text/Monerocom_Release_Notes.txt b/assets/text/Monerocom_Release_Notes.txt index d95478116..6b5d8affe 100644 --- a/assets/text/Monerocom_Release_Notes.txt +++ b/assets/text/Monerocom_Release_Notes.txt @@ -1,3 +1,6 @@ -Enable iPad/Tablet separate layout from mobile UI -SideShift update and fixes -Bug Fixes \ No newline at end of file +Improved edit/delete for nodes and wallets +Wallets can now be renamed +Accessibility improvements +Improve Monero wallet rescan +Additional exchange assets: SHIB, AAVE, ARB, BAT, COMP, CRO, ENS, FTM, FRAX, GUSD, GTC, GRT, LDO, NEXO, CAKE, PEPE, STORJ, TUSD, WBTC, WETH, ZRX, DYDX, STETH +Cake Pay is temporarily removed, see https://cakelabs.com/news/cake-pay-mobile-to-shut-down/ \ No newline at end of file diff --git a/assets/text/Release_Notes.txt b/assets/text/Release_Notes.txt index 38e3e21df..01e7da1cf 100644 --- a/assets/text/Release_Notes.txt +++ b/assets/text/Release_Notes.txt @@ -1,4 +1,7 @@ -Enable iPad/Tablet separate layout from mobile UI -SideShift update and fixes -Add MoonPay sell -Bug Fixes \ No newline at end of file +Improved edit/delete for nodes and wallets +Wallets can now be renamed +Accessibility improvements +Bitcoin transaction bug fixes +Improve Monero wallet rescan +Additional exchange assets: SHIB, AAVE, ARB, BAT, COMP, CRO, ENS, FTM, FRAX, GUSD, GTC, GRT, LDO, NEXO, CAKE, PEPE, STORJ, TUSD, WBTC, WETH, ZRX, DYDX, STETH +Cake Pay is temporarily removed, see https://cakelabs.com/news/cake-pay-mobile-to-shut-down/ \ No newline at end of file diff --git a/ios/Podfile.lock b/ios/Podfile.lock index d5453bd06..5c6ed30a6 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -126,7 +126,7 @@ PODS: - path_provider_foundation (0.0.1): - Flutter - FlutterMacOS - - permission_handler_apple (9.1.0): + - permission_handler_apple (9.1.1): - Flutter - platform_device_id (0.0.1): - Flutter @@ -271,12 +271,12 @@ SPEC CHECKSUMS: OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62 path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8 - permission_handler_apple: 8f116445eff3c0e7c65ad60f5fef5490aa94b4e4 + permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6 platform_device_id: 81b3e2993881f87d0c82ef151dc274df4869aef5 ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 SDWebImage: 2aea163b50bfcb569a2726b6a754c54a4506fcf6 share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68 - shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c + shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126 SwiftProtobuf: 40bd808372cb8706108f22d28f8ab4a6b9bc6989 SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f uni_links: d97da20c7701486ba192624d99bffaaffcfc298a @@ -286,4 +286,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 09df1114e7c360f55770d35a79356bf5446e0100 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/lib/utils/exception_handler.dart b/lib/utils/exception_handler.dart index aeb81fb66..ce988bf4b 100644 --- a/lib/utils/exception_handler.dart +++ b/lib/utils/exception_handler.dart @@ -132,9 +132,9 @@ class ExceptionHandler { static const List _ignoredErrors = const [ "Bad file descriptor", "No space left on device", - "Write failed (OS Error: Broken pipe)", + "Write failed (OS Error: Broken pipe", "Can't assign requested address", - "Read failed (OS Error: Socket is not connected)", + "Read failed (OS Error: Socket is not connected", "Operation timed out", "No route to host", "Software caused connection abort", diff --git a/scripts/android/app_env.sh b/scripts/android/app_env.sh index 8e4a338ab..e90d26406 100644 --- a/scripts/android/app_env.sh +++ b/scripts/android/app_env.sh @@ -14,14 +14,14 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN) APP_ANDROID_TYPE=$1 MONERO_COM_NAME="Monero.com" -MONERO_COM_VERSION="1.3.8" -MONERO_COM_BUILD_NUMBER=51 +MONERO_COM_VERSION="1.4.0" +MONERO_COM_BUILD_NUMBER=52 MONERO_COM_BUNDLE_ID="com.monero.app" MONERO_COM_PACKAGE="com.monero.app" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.6.7" -CAKEWALLET_BUILD_NUMBER=161 +CAKEWALLET_VERSION="4.7.0" +CAKEWALLET_BUILD_NUMBER=162 CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet" CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet" diff --git a/scripts/ios/app_env.sh b/scripts/ios/app_env.sh index 114c9191f..52cb07183 100644 --- a/scripts/ios/app_env.sh +++ b/scripts/ios/app_env.sh @@ -13,13 +13,13 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN) APP_IOS_TYPE=$1 MONERO_COM_NAME="Monero.com" -MONERO_COM_VERSION="1.3.8" -MONERO_COM_BUILD_NUMBER=49 +MONERO_COM_VERSION="1.4.0" +MONERO_COM_BUILD_NUMBER=50 MONERO_COM_BUNDLE_ID="com.cakewallet.monero" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.6.7" -CAKEWALLET_BUILD_NUMBER=159 +CAKEWALLET_VERSION="4.7.0" +CAKEWALLET_BUILD_NUMBER=165 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" HAVEN_NAME="Haven" diff --git a/scripts/macos/app_env.sh b/scripts/macos/app_env.sh index e05172bad..b31a5a973 100755 --- a/scripts/macos/app_env.sh +++ b/scripts/macos/app_env.sh @@ -15,8 +15,8 @@ if [ -n "$1" ]; then fi CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="1.0.6" -CAKEWALLET_BUILD_NUMBER=25 +CAKEWALLET_VERSION="1.0.7" +CAKEWALLET_BUILD_NUMBER=26 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then