Skip to content

Commit e2d0475

Browse files
author
Element CI
committed
Prepare next release
1 parent 57686d5 commit e2d0475

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## Changes in 25.08.4 (2025-08-12)
2+
3+
### What's Changed
4+
5+
🐛 Bugfixes
6+
* Fix a bug when a compact split view doesn't react to a change of root coordinator in the sidebar. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4393
7+
8+
🗣 Translations
9+
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/4398
10+
11+
🚧 In development 🚧
12+
* Add a SpaceExplorerFlowCoordinator. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4383
13+
* Move the Settings flow from the Chats flow up one level to the UserSession flow. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4390
14+
15+
Others
16+
* Label rageshakes from macOS and report the right operating system. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4392
17+
* Remove unreachable guard condition in String.asciified() by @Copilot in https://github.com/element-hq/element-x-ios/pull/4395
18+
* Update dependency jpsim/Yams to from: "6.1.0" by @renovate[bot] in https://github.com/element-hq/element-x-ios/pull/4397
19+
* Update Roles & Permissions UI test snapshots. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4399
20+
* Update actions/checkout action to v5 by @renovate[bot] in https://github.com/element-hq/element-x-ios/pull/4401
21+
22+
### New Contributors
23+
* @Copilot made their first contribution in https://github.com/element-hq/element-x-ios/pull/4395
24+
25+
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.08.3...release/25.08.4
26+
127
## Changes in 25.08.3 (2025-08-07)
228

329
### What's Changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8711,7 +8711,7 @@
87118711
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
87128712
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
87138713
MACOSX_DEPLOYMENT_TARGET = 14.5;
8714-
MARKETING_VERSION = 25.08.4;
8714+
MARKETING_VERSION = 25.08.5;
87158715
MTL_ENABLE_DEBUG_INFO = NO;
87168716
MTL_FAST_MATH = YES;
87178717
PRODUCTION_APP_NAME = Element;
@@ -8787,7 +8787,7 @@
87878787
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
87888788
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
87898789
MACOSX_DEPLOYMENT_TARGET = 14.5;
8790-
MARKETING_VERSION = 25.08.4;
8790+
MARKETING_VERSION = 25.08.5;
87918791
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
87928792
MTL_FAST_MATH = YES;
87938793
ONLY_ACTIVE_ARCH = YES;

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ settings:
4848
ENABLE_BITCODE: false
4949
APP_NAME: ElementX
5050
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"
51-
MARKETING_VERSION: 25.08.4
51+
MARKETING_VERSION: 25.08.5
5252
CURRENT_PROJECT_VERSION: 1
5353
SUPPORTS_MACCATALYST: false
5454

0 commit comments

Comments
 (0)