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
986eb23b2a
commit
b71e6ffd39
13
CHANGES.md
13
CHANGES.md
@ -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
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
Display message bodies (file names) next to attachment previews
|
@ -1 +0,0 @@
|
||||
Render matrix URIs as links so they can be tapped.
|
@ -1 +0,0 @@
|
||||
Room details have been updated.
|
@ -1 +0,0 @@
|
||||
The UX of the profile of other users has been updated.
|
@ -1 +0,0 @@
|
||||
Show a failure toast when alias look-up fails.
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user