Prepare next release

This commit is contained in:
Element CI 2024-06-11 09:01:20 -07:00
parent 9e195882fc
commit 511faf0a0e
7 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,18 @@
## Changes in 1.6.9 (2024-06-11)
✨ Features
- Adopt new automatically retrying message sending queue ([#2842](https://github.com/element-hq/element-x-ios/issues/2842))
🐛 Bugfixes
- Room membership state changes will use the display name whenever possible. ([#2846](https://github.com/element-hq/element-x-ios/issues/2846))
Others
- Add a flag for Forks to disable hidden profiles for ignored users ([#2892](https://github.com/element-hq/element-x-ios/pull/2892))
- Rageshake | Add device public curve25519 and ed25519 keys info to rageshake. ([#2550](https://github.com/element-hq/element-x-ios/issues/2550))
## Changes in 1.6.8 (2024-05-17)
🙌 Improvements

View File

@ -6987,7 +6987,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.9;
MARKETING_VERSION = 1.6.10;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCTION_APP_NAME = Element;
@ -7064,7 +7064,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.9;
MARKETING_VERSION = 1.6.10;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Rageshake | Add device public curve25519 and ed25519 keys info to rageshake.

View File

@ -1 +0,0 @@
Adopt new automatically retrying message sending queue

View File

@ -1 +0,0 @@
Room membership state changes will use the display name whenever possible.

View File

@ -1 +0,0 @@
Add a flag for Forks to disable hidden profiles for ignored users

View File

@ -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.9
MARKETING_VERSION: 1.6.10
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT
SUPPORTS_MACCATALYST: NO