Prepare next release

This commit is contained in:
Element CI
2026-02-12 01:41:18 -08:00
parent ce9f9579be
commit edfa619d7d
3 changed files with 24 additions and 3 deletions

View File

@@ -1,3 +1,24 @@
## Changes in 26.02.2 (2026-02-12)
### What's Changed
🙌 Improvements
* Update the active Space Filter Button in the Chats header to be Primary instead of Accent by @americanrefugee in https://github.com/element-hq/element-x-ios/pull/5091
🧱 Build
* Remove the Signposter from the integration tests target, fix build. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/5096
🚧 In development 🚧
* Add history sharing badges to room details by @kaylendog in https://github.com/element-hq/element-x-ios/pull/5043
Others
* Update dependency fastlane to v2.232.1 by @renovate[bot] in https://github.com/element-hq/element-x-ios/pull/5089
### New Contributors
* @americanrefugee made their first contribution in https://github.com/element-hq/element-x-ios/pull/5091
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/26.02.1...release/26.02.2
## Changes in 26.02.1 (2026-02-10)
### What's Changed

View File

@@ -9408,7 +9408,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 26.02.2;
MARKETING_VERSION = 26.02.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCTION_APP_NAME = Element;
@@ -9484,7 +9484,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
MACOSX_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 26.02.2;
MARKETING_VERSION = 26.02.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;

View File

@@ -52,7 +52,7 @@ settings:
ENABLE_BITCODE: false
APP_NAME: ElementX
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"
MARKETING_VERSION: 26.02.2
MARKETING_VERSION: 26.02.3
CURRENT_PROJECT_VERSION: 1
SUPPORTS_MACCATALYST: false