[#287] CHANGELOG and build number bump for 0.0.1-23 (#305)

This commit is contained in:
Francisco Gindre 2022-05-04 17:29:29 -03:00 committed by GitHub
parent 6a12e09ee9
commit 1a594c955a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,16 @@
# Changelog # Changelog
## 0.0.1 build 23
This version allows users to sync their wallet and (when doing so very carefully)
sending funds.
- Issue #302: Synchronizer status on Home Screen (#304)
- Issue #212: Wrapped user defaults (#298)
- Issue #295: Update "Commit Messages" section of CONTRIBUTING.md (#296)
- Issue #293: first draft of history of transactions (#293)
- Issue #290: Swiftlint 0.45.0 -> 0.47.0 (#290)
- Issue #284: (Non)scrollable Transactions list based on Drawer
## 0.0.1 build 21 ## 0.0.1 build 21
- Issue #258: User can take the backup test successfully more than once (#282)\ - Issue #258: User can take the backup test successfully more than once (#282)\
- Issue #279: update swiftlint (#280) - Issue #279: update swiftlint (#280)

View File

@ -1496,7 +1496,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 21; CURRENT_PROJECT_VERSION = 23;
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
DEVELOPMENT_TEAM = RLPRR8CPQG; DEVELOPMENT_TEAM = RLPRR8CPQG;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
@ -1521,7 +1521,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 21; CURRENT_PROJECT_VERSION = 23;
DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\"";
DEVELOPMENT_TEAM = RLPRR8CPQG; DEVELOPMENT_TEAM = RLPRR8CPQG;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;