From 4ea6fcf939873cc28570574c11841ba8cc30d73f Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Wed, 11 May 2022 20:03:28 -0300 Subject: [PATCH] CHANGELOG for 0.0.1 builds 23 and 24 + build bump (#316) --- CHANGELOG.md | 22 +++++++++++----------- secant.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b767d..591bf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Changelog +## 0.0.1 build 24 +[#294] Send Screen - amount + address fields (#308) ## 0.0.1 build 23 -This version allows users to sync their wallet and (when doing so very carefully) -sending funds. - -- [#306]: Release build is broken because placeholder is not compiled -- [#215]: Warning: Non-constant range: argument must be an integer literal -- [#302]: Synchronizer status on Home Screen (#304) -- [#212]: Wrapped user defaults (#298) -- [#295]: Update "Commit Messages" section of CONTRIBUTING.md (#296) -- [#293]: first draft of history of transactions (#293) -- [#290]: Swiftlint 0.45.0 -> 0.47.0 (#290) -- [#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 b9c18ea..07a92d4 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -1536,7 +1536,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1561,7 +1561,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO;