diff --git a/CHANGELOG.md b/CHANGELOG.md index 591bf29..6c79016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,28 @@ # Changelog +## 0.0.1 build 25 +- [#180] Project Structure & TCA Code Consistency Document (#314) +This is a huge refactor in the project structure. Please see related +issue for more details. +- [#300] Use .live pasteboard on live views of the app. (#320) +- [#319] Update TCA to 0.35.0 (#326) +- [#285] Advanced Routing: setting a route may vary depending on the originating context (#325) +- [#106] [Scaffold] Scan QR Screen (#321) +- [#301] Import Wallet does not have a Birthday input field (#328) +- [#331] Update Secant ZcashLightClientKit 0.14.0-beta + ## 0.0.1 build 24 -[#294] Send Screen - amount + address fields (#308) +- [#294] Send Screen - amount + address fields (#308) ## 0.0.1 build 23 -[#287] updated changelog with issues that fixed the broken build (#309) -[#306] [#215] Swiftlint and other warnings + build errors (#307) -[#287] CHANGELOG and build number bump for 0.0.1-23 (#305) -[#302] Synchronizer status on Home Screen (#304) -[#212] Wrapped user defaults (#298) -[#80] Scaffold - Send functionality (#297) -[#295] Update "Commit Messages" section of CONTRIBUTING.md (#296) -[#293] first draft of history of transactions (#293) -[#284]: (Non)scrollable Transactions list based on Drawer +- [#287] updated changelog with issues that fixed the broken build (#309) +- [#306] [#215] Swiftlint and other warnings + build errors (#307) +- [#287] CHANGELOG and build number bump for 0.0.1-23 (#305) +- [#302] Synchronizer status on Home Screen (#304) +- [#212] Wrapped user defaults (#298) +- [#80] Scaffold - Send functionality (#297) +- [#295] Update "Commit Messages" section of CONTRIBUTING.md (#296) +- [#293] first draft of history of transactions (#293) +- [#284]: (Non)scrollable Transactions list based on Drawer ## 0.0.1 build 21 - [#258]: User can take the backup test successfully more than once (#282)\ diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index 369d45d..07c15bc 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -1566,7 +1566,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1591,7 +1591,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1752,8 +1752,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/zcash/ZcashLightClientKit"; requirement = { - kind = revision; - revision = b4fbb36cd7757a656f7324f025891fdf8e8c22d6; + kind = exactVersion; + version = "0.14.0-beta"; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 38cb833..5166c71 100644 --- a/secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -167,8 +167,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", "state" : { - "branch" : "main", - "revision" : "8d4cff1ac9afccd7d7b6c4317dfe5e30c5c5bb42" + "revision" : "b7e8a2abab84c44046b4afe4ee4522a0fa2fcc7f", + "version" : "0.0.3" } }, { @@ -176,7 +176,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/zcash/ZcashLightClientKit", "state" : { - "revision" : "b4fbb36cd7757a656f7324f025891fdf8e8c22d6" + "revision" : "74f3ae20f26748e162c051e5fa343c71febc4294", + "version" : "0.14.0-beta" } } ], diff --git a/secant/Info.plist b/secant/Info.plist index d2696ae..d4e4628 100644 --- a/secant/Info.plist +++ b/secant/Info.plist @@ -25,12 +25,12 @@ $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) - NSCameraUsageDescription - Scan zAddress Qr Codes ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS + NSCameraUsageDescription + Scan zAddress Qr Codes UIAppFonts Zboto.otf