diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c72437..4018a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ directly impact users rather than highlighting other crucial architectural updat ## [Unreleased] +## 1.0.1 build 3 (2024-03-26) + ### Added - Proposal API integrated with error handling for multi-transaction Proposals. - Privacy info manifest. diff --git a/modules/Sources/Features/BalanceBreakdown/BalanceBreakdownView.swift b/modules/Sources/Features/BalanceBreakdown/BalanceBreakdownView.swift index 1eee367..81de4ec 100644 --- a/modules/Sources/Features/BalanceBreakdown/BalanceBreakdownView.swift +++ b/modules/Sources/Features/BalanceBreakdown/BalanceBreakdownView.swift @@ -118,9 +118,6 @@ extension BalanceBreakdownView { Spacer() - // TODO: [#932] pending balances - // https://github.com/Electric-Coin-Company/zashi-ios/issues/932 - // zero for now until SDK support is implemented ZatoshiRepresentationView( balance: viewStore.changePending, fontName: FontFamily.Archivo.semiBold.name, @@ -143,9 +140,6 @@ extension BalanceBreakdownView { Spacer() - // TODO: [#932] pending balances - // https://github.com/Electric-Coin-Company/zashi-ios/issues/932 - // zero for now until SDK support is implemented ZatoshiRepresentationView( balance: viewStore.pendingTransactions, fontName: FontFamily.Archivo.semiBold.name, diff --git a/modules/Sources/Features/Root/RootInitialization.swift b/modules/Sources/Features/Root/RootInitialization.swift index 47756c4..2c3ebba 100644 --- a/modules/Sources/Features/Root/RootInitialization.swift +++ b/modules/Sources/Features/Root/RootInitialization.swift @@ -41,7 +41,6 @@ extension RootReducer { Reduce { state, action in switch action { case .initialization(.appDelegate(.didFinishLaunching)): - //walletStorage.nukeWallet() state.appStartState = .didFinishLaunching // TODO: [#704], trigger the review request logic when approved by the team, // https://github.com/Electric-Coin-Company/zashi-ios/issues/704 diff --git a/modules/Sources/Features/Settings/Views/About.swift b/modules/Sources/Features/Settings/Views/About.swift index dc9209a..447d775 100644 --- a/modules/Sources/Features/Settings/Views/About.swift +++ b/modules/Sources/Features/Settings/Views/About.swift @@ -47,8 +47,6 @@ public struct About: View { .foregroundColor(Asset.Colors.shade30.color) .padding(.bottom, 20) - // TODO: [#940] final privacy policy link - // https://github.com/Electric-Coin-Company/zashi-ios/issues/940 Group { Text(L10n.Settings.privacyPolicyPart1) + Text("[\(L10n.Settings.privacyPolicyPart2)](https://electriccoin.co/zashi-privacy-policy/)") diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index d85e5b9..7a83de8 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -1204,7 +1204,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; @@ -1217,7 +1217,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-mainnet"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1234,7 +1234,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1246,7 +1246,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-mainnet"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1396,7 +1396,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-testnet"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1425,7 +1425,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-testnet"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1539,7 +1539,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; @@ -1569,7 +1569,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1667,7 +1667,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-testnet"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1684,7 +1684,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1696,7 +1696,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_SWIFT_FLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "co.electriccoin.secant-mainnet"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1759,7 +1759,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO;