diff --git a/assets/text/Monerocom_Release_Notes.txt b/assets/text/Monerocom_Release_Notes.txt index a8b55383d..cbe201cf8 100644 --- a/assets/text/Monerocom_Release_Notes.txt +++ b/assets/text/Monerocom_Release_Notes.txt @@ -1,5 +1,3 @@ -Ability to Auto generate new Monero subaddress when used -Coin Control for Monero -In-app Live Chat support -Additional themes -Bug Fixes and performance enhancements \ No newline at end of file +Enhance Monero coin control +Add Filipino localization +Bug Fixes \ No newline at end of file diff --git a/assets/text/Release_Notes.txt b/assets/text/Release_Notes.txt index 263689318..263e7ccfe 100644 --- a/assets/text/Release_Notes.txt +++ b/assets/text/Release_Notes.txt @@ -1,6 +1,5 @@ -Restore Ethereum from private key and QR -Ability to Auto generate new Monero subaddress when used -Coin Control for Monero -In-app Live Chat support -Additional themes -Bug Fixes and performance enhancements \ No newline at end of file +New Buy Provider Robinhood +Fix sending Ethereum issue +Enhance Monero coin control +Add Filipino localization +Bug Fixes \ No newline at end of file diff --git a/lib/src/screens/restore/restore_options_page.dart b/lib/src/screens/restore/restore_options_page.dart index 191bddfec..2ca210c00 100644 --- a/lib/src/screens/restore/restore_options_page.dart +++ b/lib/src/screens/restore/restore_options_page.dart @@ -31,7 +31,7 @@ class RestoreOptionsPage extends BasePage { child: Container( width: ResponsiveLayoutUtil.kDesktopMaxWidthConstraint, height: double.infinity, - padding: EdgeInsets.symmetric(vertical: 24), + padding: EdgeInsets.symmetric(vertical: 24, horizontal: 24), child: SingleChildScrollView( child: Column( children: [ diff --git a/scripts/android/app_env.sh b/scripts/android/app_env.sh index ed86b1933..dd8c83948 100644 --- a/scripts/android/app_env.sh +++ b/scripts/android/app_env.sh @@ -15,15 +15,15 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN) APP_ANDROID_TYPE=$1 MONERO_COM_NAME="Monero.com" -MONERO_COM_VERSION="1.6.0" -MONERO_COM_BUILD_NUMBER=56 +MONERO_COM_VERSION="1.6.1" +MONERO_COM_BUILD_NUMBER=57 MONERO_COM_BUNDLE_ID="com.monero.app" MONERO_COM_PACKAGE="com.monero.app" MONERO_COM_SCHEME="monero.com" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.9.0" -CAKEWALLET_BUILD_NUMBER=169 +CAKEWALLET_VERSION="4.9.1" +CAKEWALLET_BUILD_NUMBER=170 CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet" CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet" CAKEWALLET_SCHEME="cakewallet" diff --git a/scripts/ios/app_env.sh b/scripts/ios/app_env.sh index 08de936e8..714441167 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.6.0" -MONERO_COM_BUILD_NUMBER=54 +MONERO_COM_VERSION="1.6.1" +MONERO_COM_BUILD_NUMBER=55 MONERO_COM_BUNDLE_ID="com.cakewallet.monero" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.9.0" -CAKEWALLET_BUILD_NUMBER=178 +CAKEWALLET_VERSION="4.9.1" +CAKEWALLET_BUILD_NUMBER=183 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" HAVEN_NAME="Haven" diff --git a/scripts/macos/app_env.sh b/scripts/macos/app_env.sh index 28e7d5f4f..bb2aa2ebc 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.2.0" -CAKEWALLET_BUILD_NUMBER=31 +CAKEWALLET_VERSION="1.2.1" +CAKEWALLET_BUILD_NUMBER=32 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then