Prepare next release

This commit is contained in:
Element CI 2024-05-09 04:59:35 -07:00
parent 905b21e0a8
commit 1166400312
6 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,14 @@
## Changes in 1.6.5 (2024-05-09)
🙌 Improvements
- Reorder available composer menu actions ([#2790](https://github.com/element-hq/element-x-ios/issues/2790))
🐛 Bugfixes
- Only register for notifications when the setting is enabled. ([#2721](https://github.com/element-hq/element-x-ios/issues/2721))
- Prevent the message sending failure options from showing up as a popup on the room list on iPads ([#2808](https://github.com/element-hq/element-x-ios/issues/2808))
## Changes in 1.6.4 (2024-05-07)
✨ Features

View File

@ -6983,7 +6983,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.5;
MARKETING_VERSION = 1.6.6;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCTION_APP_NAME = Element;
@ -7060,7 +7060,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.5;
MARKETING_VERSION = 1.6.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Only register for notifications when the setting is enabled.

View File

@ -1 +0,0 @@
Reorder available composer menu actions

View File

@ -1 +0,0 @@
Prevent the message sending failure options from showing up as a popup on the room list on iPads

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