v4.25.0 Release Candidate (#2153)

* v4.25.0 Release Candidate

* update rest of platforms version [skip ci]

* replace macos icons [skip ci]

* fix: incorrect balance reporting (#2155)

* fix: monero frozen coins, call updateSendingBalance, display "ALL" balance properly

* fix: decred formatting on send page

---------

Co-authored-by: cyan <cyjan@mrcyjanek.net>
This commit is contained in:
Omar Hatem 2025-04-04 00:49:44 +02:00 committed by GitHub
parent 2b493ff6dc
commit 24ec5fa7fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 99 additions and 79 deletions

View file

@ -16,13 +16,13 @@ if [ -n "$1" ]; then
fi
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.11.0"
MONERO_COM_BUILD_NUMBER=46
MONERO_COM_VERSION="4.25.0"
MONERO_COM_BUILD_NUMBER=47
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="1.17.0"
CAKEWALLET_BUILD_NUMBER=108
CAKEWALLET_VERSION="4.25.0"
CAKEWALLET_BUILD_NUMBER=109
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then