Skip to content

Commit c087ece

Browse files
author
Element CI
committed
Prepare next release
1 parent 798916c commit c087ece

File tree

3 files changed

+56
-3
lines changed

3 files changed

+56
-3
lines changed

CHANGES.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## Changes in 1.8.5 (2024-10-08)
2+
3+
### What's Changed
4+
5+
✨ Features
6+
* Display a warning when a user's pinned identity changes by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3368
7+
8+
🙌 Improvements
9+
* Add detection for latest devices. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3327
10+
* Configure the AuthenticationService later now that we have 2 flows on the start screen. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3316
11+
* Selecting a server that doesn't support login now fails instead of letting you continue to a failure later. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3342
12+
* Add new emoji from iOS 17.4 to the reaction picker. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3376
13+
14+
🐛 Bugfixes
15+
* Use a plain view for reactions instead of a TabView. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3328
16+
* Upgrade Kingfisher to fix a bug that prevented GIFs from being tapped. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3326
17+
* Make sure the room header takes up as much space as possible (to hide the back button). by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3335
18+
* Have ElementCall always default to the speaker; prevent the lock button from ending the call by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3338
19+
* Allow focusing the different avatars making up a DM details cluster separately. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3341
20+
* Disable auto correction when running on the Mac by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3364
21+
22+
🗣 Translations
23+
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3347
24+
* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3371
25+
26+
🧱 Build
27+
* Start fixing flakey tests ❄️ by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3329
28+
* Integration test runner switch by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3343
29+
* Switch UI tests back to the perf-only runner. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3349
30+
31+
🚧 In development 🚧
32+
* Add developer option to hide media in the timeline. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3366
33+
34+
Others
35+
* Integration test improvements by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3330
36+
* crypto: rename invisible crypto flag to deviceIsolationMode by @BillCarsonFr in https://github.com/element-hq/element-x-ios/pull/3331
37+
* chore(deps): update dependency fastlane to v2.223.0 by @renovate in https://github.com/element-hq/element-x-ios/pull/3337
38+
* Log any failures when creating a call widget. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3339
39+
* chore(deps): update dependency fastlane to v2.223.1 by @renovate in https://github.com/element-hq/element-x-ios/pull/3340
40+
* Tracing and integration test tweaks by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3336
41+
* Remove message pinning FF by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3318
42+
* Move the core logic in LoginScreenCoordinator into the ViewModel. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3348
43+
* Bump the RustSDK to v1.0.53: adopt latest record based timeline item APIs by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3356
44+
* use element-hq RTE version by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3360
45+
* Hide timeline media preparation by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3361
46+
* chore(deps): update dependency fastlane to v2.224.0 by @renovate in https://github.com/element-hq/element-x-ios/pull/3370
47+
* Record a missing snapshot. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3374
48+
* Update the SDK and use media `filename` and `caption` internally. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3375
49+
* update sdk by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3377
50+
51+
52+
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.8.4...1.8.5
53+
154
## Changes in 1.8.4 (2024-09-24)
255

356
### What's Changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7433,7 +7433,7 @@
74337433
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
74347434
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
74357435
MACOSX_DEPLOYMENT_TARGET = 13.3;
7436-
MARKETING_VERSION = 1.8.5;
7436+
MARKETING_VERSION = 1.8.6;
74377437
MTL_ENABLE_DEBUG_INFO = NO;
74387438
MTL_FAST_MATH = YES;
74397439
PRODUCTION_APP_NAME = Element;
@@ -7510,7 +7510,7 @@
75107510
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
75117511
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
75127512
MACOSX_DEPLOYMENT_TARGET = 13.3;
7513-
MARKETING_VERSION = 1.8.5;
7513+
MARKETING_VERSION = 1.8.6;
75147514
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
75157515
MTL_FAST_MATH = YES;
75167516
ONLY_ACTIVE_ARCH = YES;

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ settings:
4141
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
4242
APP_NAME: ElementX
4343
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)"
44-
MARKETING_VERSION: 1.8.5
44+
MARKETING_VERSION: 1.8.6
4545
CURRENT_PROJECT_VERSION: 1
4646
SUPPORTS_MACCATALYST: false
4747

0 commit comments

Comments
 (0)