Skip to content

Commit

Permalink
Update build to 0.1.0 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiu committed Aug 20, 2024
1 parent 1064cec commit cc84d67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 0.1.0 (4) - 2024-08-20

### Added
- Search by event details, naddr, nevent, npub

### Changed
- Consolidated Home and Explore tabs

### Fixed
- Signing in with public key would use private key if it used to exist in the keychain

## 0.1.0 (3) - 2024-08-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions Comingle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = Comingle/Comingle.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Comingle/Preview Content\"";
DEVELOPMENT_TEAM = S99A5B637C;
Expand Down Expand Up @@ -803,7 +803,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = Comingle/Comingle.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Comingle/Preview Content\"";
DEVELOPMENT_TEAM = S99A5B637C;
Expand Down

0 comments on commit cc84d67

Please sign in to comment.