diff --git a/CHANGES.md b/CHANGES.md index 859be9054..0eed8e564 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,41 @@ +## Changes in 25.10.2 (2025-10-22) + +### What's Changed + +🐛 Bugfixes +* Fix the bloom on the space tab for real. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4604 +* Thread tweaks by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4601 +* Fix last owner not prompted to promote on leave by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4608 +* Make the `SpaceRoomListProxy` publish its `SpaceRoomProxy` updates. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4607 +* Prevent the system from automatically hiding the sidebar when backgrounding the app by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4610 +* Convert the timeline's long press gesture recogniser to UIKit and prevent scroll view conflicts by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4615 +* Handle the long press gesture states better and avoid multiple action invocations by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4626 +* Use the editor toolbar role on iOS 26 instead of left aligning the header by frame. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4647 + +🗣 Translations +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4618 +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4641 + +🧱 Build +* Only run Compound tests when files are changed in Compound. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4611 +* Use the new Icon Composer .icon format. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4612 +* Configure concurrency for Danger CI workflow by @t3chguy in https://github.com/element-hq/element-x-ios/pull/4646 + +Others +* Add unit test for the in-timeline space permalink handling by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4592 +* Update dependency jpsim/Yams to from: "6.2.0" by @renovate[bot] in https://github.com/element-hq/element-x-ios/pull/4599 +* Add UI tests for accepting space invites. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4602 +* The space tweaks continue! by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4606 +* Update the enterprise submodule. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4609 +* Update dependency apple/swift-argument-parser to from: "1.6.2" by @renovate[bot] in https://github.com/element-hq/element-x-ios/pull/4613 +* Some random tweaks made on a train 🚆 by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4636 +* Update copyright holding and dates by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4640 +* Update the enterprise submodule by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4643 +* Update SDK to 25.10.21 by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4642 + + +**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.10.0...release/25.10.2 + ## Changes in 25.10.1 (2025-10-14) ### What's Changed diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index d8addd329..41c6e97fb 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -9012,7 +9012,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.5; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 25.10.2; + MARKETING_VERSION = 25.10.3; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCTION_APP_NAME = Element; @@ -9088,7 +9088,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.5; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 25.10.2; + MARKETING_VERSION = 25.10.3; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist b/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist index b64f8c7bb..3b76d52c1 100644 --- a/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist +++ b/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist @@ -4,9 +4,9 @@ FILEHEADER -// Copyright ___YEAR___ Element Creations Ltd. +// Copyright ___YEAR___ New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. // diff --git a/project.yml b/project.yml index 2c1675940..e0d711fc6 100644 --- a/project.yml +++ b/project.yml @@ -51,7 +51,7 @@ settings: ENABLE_BITCODE: false APP_NAME: ElementX KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)" - MARKETING_VERSION: 25.10.2 + MARKETING_VERSION: 25.10.3 CURRENT_PROJECT_VERSION: 1 SUPPORTS_MACCATALYST: false