Prepare next release

This commit is contained in:
Element CI
2025-08-27 01:32:21 -07:00
parent 89f5bfa8e4
commit 4ad7a93604
3 changed files with 45 additions and 3 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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