diff --git a/assets/text/Monerocom_Release_Notes.txt b/assets/text/Monerocom_Release_Notes.txt index 2715bdeee..2b783ee1e 100644 --- a/assets/text/Monerocom_Release_Notes.txt +++ b/assets/text/Monerocom_Release_Notes.txt @@ -1,3 +1,3 @@ -On-ramp flow fixes and enhancements -UI enhancements -Generic enhancements and bug fixes \ No newline at end of file +Security and Privacy enhancements +Usability enhancements +Bug fixes \ No newline at end of file diff --git a/assets/text/Release_Notes.txt b/assets/text/Release_Notes.txt index 90428c2ab..411ed609b 100644 --- a/assets/text/Release_Notes.txt +++ b/assets/text/Release_Notes.txt @@ -1,6 +1,4 @@ -Add new Off-ramp providers (DFX, OnRamper) -On-ramp flow fixes and enhancements -Ethereum and WalletConnect fixes and improvements -Nano enhancements -UI enhancements -Generic enhancements and bug fixes \ No newline at end of file +List previously used Bitcoin addresses +Security and Privacy enhancements +Usability enhancements +Bug fixes \ No newline at end of file diff --git a/lib/src/screens/receive/widgets/address_cell.dart b/lib/src/screens/receive/widgets/address_cell.dart index 92c870421..a07456284 100644 --- a/lib/src/screens/receive/widgets/address_cell.dart +++ b/lib/src/screens/receive/widgets/address_cell.dart @@ -113,13 +113,15 @@ class AddressCell extends StatelessWidget { color: textColor, ), ), - AutoSizeText( - formattedAddress, - maxLines: 1, - overflow: TextOverflow.ellipsis, - style: TextStyle( - fontSize: isChange ? 10 : 14, - color: textColor, + Flexible( + child: AutoSizeText( + formattedAddress, + maxLines: 1, + overflow: TextOverflow.ellipsis, + style: TextStyle( + fontSize: isChange ? 10 : 14, + color: textColor, + ), ), ), ], diff --git a/scripts/android/app_env.sh b/scripts/android/app_env.sh index 163f178f3..9301b4a89 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.10.0" -MONERO_COM_BUILD_NUMBER=72 +MONERO_COM_VERSION="1.10.1" +MONERO_COM_BUILD_NUMBER=73 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.13.0" -CAKEWALLET_BUILD_NUMBER=189 +CAKEWALLET_VERSION="4.13.1" +CAKEWALLET_BUILD_NUMBER=190 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 9920b1e54..4642fbc64 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.10.0" -MONERO_COM_BUILD_NUMBER=70 +MONERO_COM_VERSION="1.10.1" +MONERO_COM_BUILD_NUMBER=71 MONERO_COM_BUNDLE_ID="com.cakewallet.monero" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="4.13.0" -CAKEWALLET_BUILD_NUMBER=208 +CAKEWALLET_VERSION="4.13.1" +CAKEWALLET_BUILD_NUMBER=209 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" HAVEN_NAME="Haven" diff --git a/scripts/macos/app_env.sh b/scripts/macos/app_env.sh index fa040dfee..4e9c7a09b 100755 --- a/scripts/macos/app_env.sh +++ b/scripts/macos/app_env.sh @@ -16,13 +16,13 @@ if [ -n "$1" ]; then fi MONERO_COM_NAME="Monero.com" -MONERO_COM_VERSION="1.0.0" -MONERO_COM_BUILD_NUMBER=1 +MONERO_COM_VERSION="1.0.1" +MONERO_COM_BUILD_NUMBER=3 MONERO_COM_BUNDLE_ID="com.cakewallet.monero" CAKEWALLET_NAME="Cake Wallet" -CAKEWALLET_VERSION="1.6.0" -CAKEWALLET_BUILD_NUMBER=50 +CAKEWALLET_VERSION="1.6.1" +CAKEWALLET_BUILD_NUMBER=51 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then