damus

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

commit 68e9c127f971bfdd0f74f897c0edad2e3cc86b46
parent 205b1ba731a18cbc8fd5c1c5d717934bb4918205
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 22 Dec 2022 11:02:40 -0800

Release v0.1.8

Diffstat:
MCHANGELOG.md | 44++++++++++++++++++++++++++++++++++++++++++++
Mdamus.xcodeproj/project.pbxproj | 8++++----
2 files changed, 48 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,47 @@ +## [0.1.8] - 2022-12-21 + +### Changed + + - Lots of overall design polish (Sam DuBois) + - Added loading shimmering effect (Sam DuBois) + - Show real name next to username in timelines (Sam DuBois) + +### Added + + - Animated gif are now shown inline and in profile pictures (@futurepaul) + - Added ability to copy and share image (@futurepaul) + - Haptic feedback when liking for that sweet dopamine hit (radixrat) + - Hide private key in config, make it easier to copy keys (Nitesh Balusu) + +### Fixed + + - Disable autocorrection for username when creating account + - Fixed issues with the post placeholder + - Disable autocorrection on search + - Disable autocorrection on add relay field + - Parse lightning: prefixes on lightning invoice + - Resize images to fill the space + + +## [0.1.7] - 2022-12-21 + +### Changed + + - Only show inline images from your friends + - Improved look of profile view + + +### Fixed + + - Added ability to dismiss keyboard during account creation + - Fixed crashed on lightning invoices with empty descriptions + - Make dm chat area visible again + + + +[0.1.7]: https://github.com/damus-io/damus/releases/tag/v0.1.7 + ## [0.1.6] - 2022-10-30 ### Added @@ -78,3 +121,4 @@ [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 @@ -1019,7 +1019,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -1039,7 +1039,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 0.1.7; + MARKETING_VERSION = 0.1.8; PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -1058,7 +1058,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -1078,7 +1078,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 0.1.7; + MARKETING_VERSION = 0.1.8; PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES;