commit fb443d49f66ea0f0a1cbbe0f5ba7c135bcdc4aec
parent 4877a52fdc209e50b3ff871647aef8d2e6c14b4c
Author: Marc Stibane <marc@taler.net>
Date: Thu, 8 Aug 2024 20:57:53 +0200
Bump version to 0.12.0 (0.12.9)
Diffstat:
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj
@@ -1686,7 +1686,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 0.11.4;
+ CURRENT_PROJECT_VERSION = 0.12.9;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -1704,7 +1704,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 0.11.2;
+ MARKETING_VERSION = 0.12.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.taler-systems.talerwallet-2";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1728,7 +1728,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 0.11.4;
+ CURRENT_PROJECT_VERSION = 0.12.9;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -1746,7 +1746,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 0.11.2;
+ MARKETING_VERSION = 0.12.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.taler-systems.talerwallet-2";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
diff --git a/TestFlight/WhatToTest.en-US.txt b/TestFlight/WhatToTest.en-US.txt
@@ -1,3 +1,14 @@
+Version 0.12.0 (wallet-core 0.12.9)
+
+• New icons for actions
+• New withdrawal workflow - enter amount in the wallet app
+• show how long exchange takes to wire back funds for aborted withdrawals
+- Bugfixes
+- lots of layout improvements
+- Fee computation works again
+- Amounts should no longer mix even if exchanges have the same currency name
+
+
Version 0.11.2 (wallet-core 0.11.4)
- Bugfix: Send P2P had the comparison (amount <= available) wrong