From 4ad7a936044fc9c6697897c0fa82c7a7b315b05f Mon Sep 17 00:00:00 2001 From: Element CI Date: Wed, 27 Aug 2025 01:32:21 -0700 Subject: [PATCH] Prepare next release --- CHANGES.md | 42 ++++++++++++++++++++++++++++++ ElementX.xcodeproj/project.pbxproj | 4 +-- project.yml | 2 +- 3 files changed, 45 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 60bc17970..a6d4a9868 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,45 @@ +## Changes in 25.09.0 (2025-08-27) + +### What's Changed + +✨ Features +* Fix document picker tint colors, remove multi-selection feature flag by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4424 + +🙌 Improvements +* Make the room list filters smaller. by @amshakal in https://github.com/element-hq/element-x-ios/pull/4432 +* Improve global proxy detection, building and logging. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4440 + +🐛 Bugfixes +* Only use the Element Call timeoutTask for room calls. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4417 +* Configure the video camera picker to record in high quality by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4423 +* Improve supported share types by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4428 +* Preserve the user chosen order when uploading multiple media files by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4436 + +🗣 Translations +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4422 +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4438 + +🧱 Build +* Bump the calendar version ready for the next release by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4441 + +🚧 In development 🚧 +* Add a Low Priority room filter behind a feature flag. by @Copilot in https://github.com/element-hq/element-x-ios/pull/4394 +* Add a feature flag for spaces. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4429 +* Space flow improvements. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4430 + +Others +* Update the SDK, handle API breaks. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4418 +* Add a couple of logs to debug badge counts. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4425 +* Remove unnecessary awaits on RoomFlowCoordinator.init. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4434 +* Tidy up some logs that have a prefix. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4443 +* Update the SDK. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4445 +* Update Element Call to 0.15.0. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4446 + +### New Contributors +* @amshakal made their first contribution in https://github.com/element-hq/element-x-ios/pull/4432 + +**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.08.5...release/25.09.0 + ## Changes in 25.08.5 (2025-08-15) ### What's Changed diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 9149f4a71..7712262fa 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -8845,7 +8845,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.5; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 25.09.0; + MARKETING_VERSION = 25.09.1; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCTION_APP_NAME = Element; @@ -8921,7 +8921,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.5; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 25.09.0; + MARKETING_VERSION = 25.09.1; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/project.yml b/project.yml index 439073a98..09f99c9c8 100644 --- a/project.yml +++ b/project.yml @@ -48,7 +48,7 @@ settings: ENABLE_BITCODE: false APP_NAME: ElementX KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)" - MARKETING_VERSION: 25.09.0 + MARKETING_VERSION: 25.09.1 CURRENT_PROJECT_VERSION: 1 SUPPORTS_MACCATALYST: false