Skip to content

Commit ccac0be

Browse files
author
Element CI
committed
Prepare next release
1 parent 4af5f7a commit ccac0be

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## Changes in 25.04.2 (2025-04-10)
2+
3+
### What's Changed
4+
5+
✨ Features
6+
* Setup the client media retention policy by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4001
7+
8+
🙌 Improvements
9+
* 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
10+
* Add an option to hiding timeline media only in public rooms by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4004
11+
12+
🐛 Bugfixes
13+
* Manually enable the event cache by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4005
14+
15+
🧱 Build
16+
* Fix the post-release workflow. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3996
17+
18+
Others
19+
* Update dependency fastlane to v2.227.1 by @renovate in https://github.com/element-hq/element-x-ios/pull/3999
20+
* Re-write integration test login for OIDC. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3997
21+
* 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
22+
23+
24+
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.04.0...release/25.04.2
25+
126
## Changes in 25.04.0 (2025-04-08)
227

328
### What's Changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8275,7 +8275,7 @@
82758275
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
82768276
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
82778277
MACOSX_DEPLOYMENT_TARGET = 14.6;
8278-
MARKETING_VERSION = 25.04.2;
8278+
MARKETING_VERSION = 25.04.3;
82798279
MTL_ENABLE_DEBUG_INFO = NO;
82808280
MTL_FAST_MATH = YES;
82818281
PRODUCTION_APP_NAME = Element;
@@ -8351,7 +8351,7 @@
83518351
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
83528352
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
83538353
MACOSX_DEPLOYMENT_TARGET = 14.6;
8354-
MARKETING_VERSION = 25.04.2;
8354+
MARKETING_VERSION = 25.04.3;
83558355
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
83568356
MTL_FAST_MATH = YES;
83578357
ONLY_ACTIVE_ARCH = YES;

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ settings:
4040
ENABLE_BITCODE: false
4141
APP_NAME: ElementX
4242
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"
43-
MARKETING_VERSION: 25.04.2
43+
MARKETING_VERSION: 25.04.3
4444
CURRENT_PROJECT_VERSION: 1
4545
SUPPORTS_MACCATALYST: false
4646

0 commit comments

Comments
 (0)