Prepare next release

This commit is contained in:
Element CI 2024-03-22 07:31:46 -07:00
parent 618f22c892
commit 0a6c49ca36
8 changed files with 19 additions and 8 deletions

View File

@ -1,3 +1,19 @@
## Changes in 1.6.0 (2024-03-22)
✨ Features
- Introduce a new notification permissions screen as part of the onboarding flows ([#2593](https://github.com/element-hq/element-x-ios/issues/2593))
🙌 Improvements
- Move session verification to the onboarding flows, make it mandatory ([#2592](https://github.com/element-hq/element-x-ios/issues/2592))
- Remove the outdated welcome screen ([#2594](https://github.com/element-hq/element-x-ios/issues/2594))
- Update onboarding flows to consolidate identity confirmation, analytics consent and notification permissions ([#2595](https://github.com/element-hq/element-x-ios/issues/2595))
🚧 In development 🚧
- Room directory search to search public rooms can now be accessed and used for searching, with no pagination yet. Only available in nightly. ([#2585](https://github.com/element-hq/element-x-ios/pull/2585))
## Changes in 1.5.12 (2024-03-14) ## Changes in 1.5.12 (2024-03-14)
Others Others

View File

@ -6897,7 +6897,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4; IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3; MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.0; MARKETING_VERSION = 1.6.1;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
@ -6973,7 +6973,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 16.4; IPHONEOS_DEPLOYMENT_TARGET = 16.4;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 13.3; MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.6.0; MARKETING_VERSION = 1.6.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;

View File

@ -1 +0,0 @@
Move session verification to the onboarding flows, make it mandatory

View File

@ -1 +0,0 @@
Introduce a new notification permissions screen as part of the onboarding flows

View File

@ -1 +0,0 @@
Remove the outdated welcome screen

View File

@ -1 +0,0 @@
Update onboarding flows to consolidate identity confirmation, analytics consent and notification permissions

View File

@ -1 +0,0 @@
Room directory search to search public rooms can now be accessed and used for searching, with no pagination yet. Only available in nightly.

View File

@ -29,7 +29,7 @@ settings:
APP_NAME: ElementX APP_NAME: ElementX
APP_DISPLAY_NAME: Element X APP_DISPLAY_NAME: Element X
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER) KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
MARKETING_VERSION: 1.6.0 MARKETING_VERSION: 1.6.1
CURRENT_PROJECT_VERSION: 1 CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT DEVELOPMENT_TEAM: 7J4U792NQT
SUPPORTS_MACCATALYST: NO SUPPORTS_MACCATALYST: NO