diff --git a/CHANGES.md b/CHANGES.md index 7d9ba3f74..55f37a766 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## Changes in 1.6.10 (2024-06-18) + +✨ Features + +- Composer drafts will now be saved upon leaving the screen, and get restored later when displayed again. ([#2849](https://github.com/element-hq/element-x-ios/issues/2849)) + +🙌 Improvements + +- Allow timeline messages text selection on both the Mac and on iOS (not on long press but a double tap) ([#2924](https://github.com/element-hq/element-x-ios/issues/2924)) + ## Changes in 1.6.9 (2024-06-11) ✨ Features diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index c17c8d67c..8b8af17f9 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -7003,7 +7003,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.6.10; + MARKETING_VERSION = 1.6.11; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCTION_APP_NAME = Element; @@ -7080,7 +7080,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 16.4; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 1.6.10; + MARKETING_VERSION = 1.6.11; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/changelog.d/2849.feature b/changelog.d/2849.feature deleted file mode 100644 index b459747d9..000000000 --- a/changelog.d/2849.feature +++ /dev/null @@ -1 +0,0 @@ -Composer drafts will now be saved upon leaving the screen, and get restored later when displayed again. \ No newline at end of file diff --git a/changelog.d/2924.change b/changelog.d/2924.change deleted file mode 100644 index 9ba6cc369..000000000 --- a/changelog.d/2924.change +++ /dev/null @@ -1 +0,0 @@ -Allow timeline messages text selection on both the Mac and on iOS (not on long press but a double tap) \ No newline at end of file diff --git a/project.yml b/project.yml index a3f916c80..d20e856f2 100644 --- a/project.yml +++ b/project.yml @@ -30,7 +30,7 @@ settings: APP_DISPLAY_NAME: Element X PRODUCTION_APP_NAME: Element KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER) - MARKETING_VERSION: 1.6.10 + MARKETING_VERSION: 1.6.11 CURRENT_PROJECT_VERSION: 1 DEVELOPMENT_TEAM: 7J4U792NQT SUPPORTS_MACCATALYST: NO