commit a134e971ef6dadc06bc65840e27046a365fb46dc
parent 483155196703b414aeb9a88f9881984e4b5c0139
Author: Marc Stibane <marc@taler.net>
Date: Thu, 2 Apr 2026 00:41:16 +0200
Version 1.5.0 (1.5.3)
Diffstat:
2 files changed, 24 insertions(+), 7 deletions(-)
diff --git a/TalerWalletXC.xcodeproj/project.pbxproj b/TalerWalletXC.xcodeproj/project.pbxproj
@@ -550,6 +550,7 @@
};
};
buildConfigurationList = D14AFD1824D232B300C51073 /* Build configuration list for PBXProject "TalerWalletXC" */;
+ compatibilityVersion = "Xcode 16.0.Superseded.1";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
@@ -695,7 +696,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1.5.0;
+ CURRENT_PROJECT_VERSION = 1.5.3;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -741,7 +742,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1.5.0;
+ CURRENT_PROJECT_VERSION = 1.5.3;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -786,7 +787,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1.5.0.1;
+ CURRENT_PROJECT_VERSION = 1.5.3;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
@@ -832,7 +833,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1.5.0.1;
+ CURRENT_PROJECT_VERSION = 1.5.3;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
@@ -1008,7 +1009,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1.5.0;
+ CURRENT_PROJECT_VERSION = 1.5.3;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -1053,7 +1054,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1.5.0;
+ CURRENT_PROJECT_VERSION = 1.5.3;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
diff --git a/TestFlight/WhatToTest.en-US.txt b/TestFlight/WhatToTest.en-US.txt
@@ -1,8 +1,24 @@
-Version 1.5.0 (wallet-core 1.5.0)
+Version 1.5.0 (wallet-core 1.5.3)
+
+• Show abort reason
+- adjust Settings icon & font size
+- improve multiline subject in payment views
+
+
+Version 1.5.0 (wallet-core 1.5.1)
+
+• Action button morphs into action sheet on iOS 26
+- fix #9671 internal error on first withdraw
+
+
+Version 1.5.0 (wallet-core 1.5.0.1)
• simplify navigation
• improvements for iOS 26
• support for Exchange 1.5
+- fix Action button flicker
+- fix TabBar for iOS < 26
+- fix currency selection for Request
Version 1.3.3 (wallet-core 1.3.13.1)