From 68e9c127f971bfdd0f74f897c0edad2e3cc86b46 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 22 Dec 2022 11:02:40 -0800 Subject: [PATCH] Release v0.1.8 --- CHANGELOG.md | 44 +++++++++++++++++++++++++++++++++ damus.xcodeproj/project.pbxproj | 8 +++--- 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f308f8..2950463d 100644 --- 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 index 2a30c20a..883eda4a 100644 --- 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;