Prepare next release
This commit is contained in:
25
CHANGES.md
25
CHANGES.md
@@ -1,3 +1,28 @@
|
||||
## Changes in 25.04.3 (2025-04-10)
|
||||
|
||||
### What's Changed
|
||||
|
||||
✨ Features
|
||||
* Setup the client media retention policy by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4001
|
||||
|
||||
🙌 Improvements
|
||||
* Also show the room member management sheet when tapping on a profile in the timeline. by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3995
|
||||
* Add an option to hiding timeline media only in public rooms by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4004
|
||||
|
||||
🐛 Bugfixes
|
||||
* Manually enable the event cache by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4005
|
||||
|
||||
🧱 Build
|
||||
* Fix the post-release workflow. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3996
|
||||
|
||||
Others
|
||||
* Update dependency fastlane to v2.227.1 by @renovate in https://github.com/element-hq/element-x-ios/pull/3999
|
||||
* Re-write integration test login for OIDC. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3997
|
||||
* Only use the appGroupTemporaryDirectory to access a file from the share extension. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4002
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.04.0...release/25.04.3
|
||||
|
||||
## Changes in 25.04.2 (2025-04-10)
|
||||
|
||||
### What's Changed
|
||||
|
||||
@@ -8275,7 +8275,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.6;
|
||||
MARKETING_VERSION = 25.04.3;
|
||||
MARKETING_VERSION = 25.04.4;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCTION_APP_NAME = Element;
|
||||
@@ -8351,7 +8351,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.6;
|
||||
MARKETING_VERSION = 25.04.3;
|
||||
MARKETING_VERSION = 25.04.4;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
|
||||
@@ -40,7 +40,7 @@ settings:
|
||||
ENABLE_BITCODE: false
|
||||
APP_NAME: ElementX
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"
|
||||
MARKETING_VERSION: 25.04.3
|
||||
MARKETING_VERSION: 25.04.4
|
||||
CURRENT_PROJECT_VERSION: 1
|
||||
SUPPORTS_MACCATALYST: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user