Skip to content

Commit 1960a9e

Browse files
committed
Merge branch 'master' into develop
2 parents 6be8e6c + 75480e6 commit 1960a9e

File tree

16 files changed

+27
-15
lines changed

16 files changed

+27
-15
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Changes in 0.23.2 (2022-04-05)
2+
3+
🙌 Improvements
4+
5+
- Room: Return room identifier and known servers when resolving alias ([#4858](https://github.com/vector-im/element-ios/issues/4858))
6+
- MXRestClient: Use the stable hierarchy endpoint from MSC2946 ([#5144](https://github.com/vector-im/element-ios/issues/5144))
7+
- MXPublicRoom: added implementation for JSONDictionary ([#5953](https://github.com/vector-im/element-ios/issues/5953))
8+
9+
🐛 Bugfixes
10+
11+
- MXEventListener/MXRoomSummary: Fix retain cycles ([#5058](https://github.com/vector-im/element-ios/issues/5058))
12+
- Sync Spaces order with web ([#5134](https://github.com/vector-im/element-ios/issues/5134))
13+
- VoIP: Recreate CXProvider if a call cannot be hung up ([#5189](https://github.com/vector-im/element-ios/issues/5189))
14+
- MXThreadingService: Apply edits on thread root and latest events of a thread list. ([#5845](https://github.com/vector-im/element-ios/issues/5845))
15+
- MXThread: Fix redacted events & fix undecrypted events. ([#5877](https://github.com/vector-im/element-ios/issues/5877))
16+
- Room: Do not commit to file store after typing a single character ([#5906](https://github.com/vector-im/element-ios/issues/5906))
17+
- Move `handleRoomKeyEvent` logic back to `MXSession`. ([#5938](https://github.com/vector-im/element-ios/issues/5938))
18+
- MXSuggestedRoomListDataFetcher: Spaces shouldn't be displayed as suggested rooms ([#5978](https://github.com/vector-im/element-ios/issues/5978))
19+
20+
⚠️ API Changes
21+
22+
- Location sharing: Add new event asset type for pin drop location sharing ([#5858](https://github.com/vector-im/element-ios/issues/5858))
23+
24+
125
## Changes in 0.23.1 (2022-03-28)
226

327
🙌 Improvements

MatrixSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "MatrixSDK"
4-
s.version = "0.23.1"
4+
s.version = "0.23.2"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66

77
s.description = <<-DESC

MatrixSDK/MatrixSDKVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19-
NSString *const MatrixSDKVersion = @"0.23.1";
19+
NSString *const MatrixSDKVersion = @"0.23.2";

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ SPEC CHECKSUMS:
6969

7070
PODFILE CHECKSUM: ea9778919e01b860c6b9fae81f500df82de7ad60
7171

72-
COCOAPODS: 1.11.3
72+
COCOAPODS: 1.11.2

changelog.d/4858.change

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5058.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5134.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5144.change

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5189.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5845.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)