From f670a40b79616d7385edad44b9f29531cabd7a27 Mon Sep 17 00:00:00 2001 From: Element CI Date: Tue, 8 Apr 2025 04:23:38 -0700 Subject: [PATCH] Prepare next release --- CHANGES.md | 50 ++++++++++++++++++++++++++++++ ElementX.xcodeproj/project.pbxproj | 4 +-- project.yml | 2 +- 3 files changed, 53 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e1e40c133..a9f24ee9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,53 @@ +## Changes in 25.04.0 (2025-04-08) + +### What's Changed + +✨ Features +* Add alerts with reason for kick and ban by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3967 + +🙌 Improvements +* Update the app icon. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3977 + +🐛 Bugfixes +* fix: update compound to fix accessibility in pickers and toggles by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3947 +* Bring back the background refresh stop sync crash fix by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3960 +* Load single rooms in the notification service extension by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3973 + +⚠️ API Changes +* Add the push gateway to settings overrides and remove the endpoint path from it. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3970 + +🗣 Translations +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3959 +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3984 + +🧱 Build +* Make the secrets optional. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3966 +* Add a post-release workflow. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3986 +* Prepare for version 25.04.x. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3994 +* Vendor our StaticCode pkl package inside the project. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3993 + +🚧 In development 🚧 +* feat: report a room by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3971 +* feat: decline and block screen by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3989 + +Others +* a11y: accessibility labels for calls by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3949 +* a11y: add profile picture accessibility label by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3948 +* a11y: better voice over for voice messages by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3950 +* Allow the services that are configured by secrets to be disabled. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3961 +* Bump the RustSDK to v25.03.31 by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3964 +* Updated EC to 0.9.0 by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3962 +* Allow overriding the bug report app ID and analytics cookies URL. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3969 +* Add the build number to rageshakes. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3978 +* Add a Compound hook. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3979 +* Fix UI test toggle tapping after compound accessibility change. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3985 +* Add support URLs to the app setting overrides. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3987 +* Update actions/github-script action to v7 by @renovate in https://github.com/element-hq/element-x-ios/pull/3988 +* Bump the Rust SDK, futher decrease NSE memory consumption by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3992 + + +**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.03.8...release/25.04.0 + ## Changes in 25.03.8 (2025-03-27) ### What's Changed diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 0bf8bb7b3..85e1c51f0 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -8243,7 +8243,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.6; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.6; - MARKETING_VERSION = 25.04.0; + MARKETING_VERSION = 25.04.1; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCTION_APP_NAME = Element; @@ -8319,7 +8319,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.6; KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"; MACOSX_DEPLOYMENT_TARGET = 14.6; - MARKETING_VERSION = 25.04.0; + MARKETING_VERSION = 25.04.1; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/project.yml b/project.yml index 5f4aebec7..2bb577aa4 100644 --- a/project.yml +++ b/project.yml @@ -40,7 +40,7 @@ settings: ENABLE_BITCODE: false APP_NAME: ElementX KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)" - MARKETING_VERSION: 25.04.0 + MARKETING_VERSION: 25.04.1 CURRENT_PROJECT_VERSION: 1 SUPPORTS_MACCATALYST: false