mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Prepare next release
This commit is contained in:
parent
f56eb3647b
commit
753f966e19
10
CHANGES.md
10
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
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
Composer drafts will now be saved upon leaving the screen, and get restored later when displayed again.
|
@ -1 +0,0 @@
|
||||
Allow timeline messages text selection on both the Mac and on iOS (not on long press but a double tap)
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user