damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 8de1a3a97233d8e73aa4da2b8d8db834601d5141
parent 9770e61d9dc3d1bd67cb38bdd99db4f76b1a569e
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 26 Dec 2022 08:17:54 -0800

v0.1.8 (4)

Diffstat:
MCHANGELOG.md | 29++++++++++++++++++++++++++++-
Mdamus.xcodeproj/project.pbxproj | 6+++---
2 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,30 @@ +## [0.1.8-4] - 2022-12-26 -## [0.1.9] - 2022-12-23 +### Added + + - Long press lightning tip button to copy lnurl + + +### Changed + + - Only reload global view on pulldown refresh + - Save privkey in keychain instead of user defaults + - Also show inline images from friend-of-friends + - Show rounded corners on inline images + + +### Fixed + + - Fix bug where typing the first character in the search box defocuses + - Fixed nip05 identifier format in profile editor + - Fix profile and event loading in global view + - Fix lightning tip button sometimes not working + - Make about me multi-line in profile editor + + +[0.1.8-4]: https://github.com/damus-io/damus/releases/tag/v0.1.8-4 + +## [0.1.8-3] - 2022-12-23 ### Added @@ -138,3 +163,5 @@ [0.1.2]: https://github.com/damus-io/damus/releases/tag/v0.1.2 + + diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -129,8 +129,8 @@ 4CEE2AF7280B2DEA00AB5EEF /* ProfileName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CEE2AF6280B2DEA00AB5EEF /* ProfileName.swift */; }; 4CEE2AF9280B2EAC00AB5EEF /* PowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CEE2AF8280B2EAC00AB5EEF /* PowView.swift */; }; 4CEE2B02280B39E800AB5EEF /* EventActionBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CEE2B01280B39E800AB5EEF /* EventActionBar.swift */; }; - E990020F2955F837003BBC5A /* EditMetadataView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E990020E2955F837003BBC5A /* EditMetadataView.swift */; }; 6C7DE41F2955169800E66263 /* Vault in Frameworks */ = {isa = PBXBuildFile; productRef = 6C7DE41E2955169800E66263 /* Vault */; }; + E990020F2955F837003BBC5A /* EditMetadataView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E990020E2955F837003BBC5A /* EditMetadataView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -1027,7 +1027,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -1066,7 +1066,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES;