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
9e195882fc
commit
511faf0a0e
15
CHANGES.md
15
CHANGES.md
@ -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
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
Rageshake | Add device public curve25519 and ed25519 keys info to rageshake.
|
@ -1 +0,0 @@
|
||||
Adopt new automatically retrying message sending queue
|
@ -1 +0,0 @@
|
||||
Room membership state changes will use the display name whenever possible.
|
@ -1 +0,0 @@
|
||||
Add a flag for Forks to disable hidden profiles for ignored users
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user