Prepare next release

This commit is contained in:
Element CI 2024-05-13 06:06:11 -07:00
parent 986eb23b2a
commit b71e6ffd39
8 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,16 @@
## Changes in 1.6.7 (2024-05-13)
🙌 Improvements
- Display message bodies (file names) next to attachment previews ([#2800](https://github.com/element-hq/element-x-ios/issues/2800))
- Room details have been updated. ([#2812](https://github.com/element-hq/element-x-ios/issues/2812))
- The UX of the profile of other users has been updated. ([#2816](https://github.com/element-hq/element-x-ios/issues/2816))
🐛 Bugfixes
- Render matrix URIs as links so they can be tapped. ([#2802](https://github.com/element-hq/element-x-ios/issues/2802))
- Show a failure toast when alias look-up fails. ([#2825](https://github.com/element-hq/element-x-ios/issues/2825))
## Changes in 1.6.5 (2024-05-09)
🙌 Improvements

View File

@ -6935,7 +6935,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.7;
MARKETING_VERSION = 1.6.8;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCTION_APP_NAME = Element;
@ -7012,7 +7012,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.7;
MARKETING_VERSION = 1.6.8;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Display message bodies (file names) next to attachment previews

View File

@ -1 +0,0 @@
Render matrix URIs as links so they can be tapped.

View File

@ -1 +0,0 @@
Room details have been updated.

View File

@ -1 +0,0 @@
The UX of the profile of other users has been updated.

View File

@ -1 +0,0 @@
Show a failure toast when alias look-up fails.

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