Skip to content

Commit

Permalink
update versions (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 authored Apr 30, 2024
1 parent 509b92e commit f9e9b1d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 22 deletions.
3 changes: 1 addition & 2 deletions assets/text/Monerocom_Release_Notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
UI enhancements
Bug fixes
Generic bug fixes and enhancements
10 changes: 3 additions & 7 deletions assets/text/Release_Notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Add Replace-By-Fee to boost pending Bitcoin transactions
Enable WalletConnect for Solana
WalletConnect Enhancements
Enhancements for ERC-20 tokens and Solana tokens
Enhancements for Nano wallet
UI enhancements
Bug fixes
Support restoring Non-Electrum Bitcoin Wallets (check supported derivation paths https://github.com/cake-tech/cake_wallet/blob/main/cw_bitcoin/lib/bitcoin_derivations.dart)
Bitcoin enhancements and bug fixes
Generic bug fixes and enhancements
2 changes: 1 addition & 1 deletion lib/src/screens/send/send_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class SendPage extends BasePage {
double _sendCardHeight(BuildContext context) {
double initialHeight = 480;
if (sendViewModel.hasCoinControl) {
initialHeight += 35;
initialHeight += 55;
}

if (!responsiveLayoutUtil.shouldRenderMobileUI) {
Expand Down
8 changes: 4 additions & 4 deletions scripts/android/app_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN)
APP_ANDROID_TYPE=$1

MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.12.2"
MONERO_COM_BUILD_NUMBER=82
MONERO_COM_VERSION="1.12.3"
MONERO_COM_BUILD_NUMBER=84
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.15.4"
CAKEWALLET_BUILD_NUMBER=204
CAKEWALLET_VERSION="4.15.5"
CAKEWALLET_BUILD_NUMBER=206
CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"
CAKEWALLET_SCHEME="cakewallet"
Expand Down
8 changes: 4 additions & 4 deletions scripts/ios/app_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN)
APP_IOS_TYPE=$1

MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.12.2"
MONERO_COM_BUILD_NUMBER=79
MONERO_COM_VERSION="1.12.3"
MONERO_COM_BUILD_NUMBER=82
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"

CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="4.15.4"
CAKEWALLET_BUILD_NUMBER=228
CAKEWALLET_VERSION="4.15.5"
CAKEWALLET_BUILD_NUMBER=231
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"

HAVEN_NAME="Haven"
Expand Down
8 changes: 4 additions & 4 deletions scripts/macos/app_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ if [ -n "$1" ]; then
fi

MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.2.2"
MONERO_COM_BUILD_NUMBER=13
MONERO_COM_VERSION="1.2.3"
MONERO_COM_BUILD_NUMBER=16
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"

CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="1.8.4"
CAKEWALLET_BUILD_NUMBER=63
CAKEWALLET_VERSION="1.8.5"
CAKEWALLET_BUILD_NUMBER=66
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"

if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then
Expand Down

0 comments on commit f9e9b1d

Please sign in to comment.