Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jan 25, 2022
2 parents a6348de + f9f71bd commit 00a7966
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Changes in 0.21.0 (2022-01-25)

✨ Features

- MXRoomSummaryStore & MXRoomListDataManager: Implementation with Core Data. ([#4384](https://github.com/vector-im/element-ios/issues/4384))
- Allow editing poll start events. ([#5114](https://github.com/vector-im/element-ios/issues/5114))
- Added static location sharing sending and rendering support. ([#5298](https://github.com/vector-im/element-ios/issues/5298))

🙌 Improvements

- MXCoreDataRoomSummaryStore: Use nested contexts to better manage main context updates. ([#5412](https://github.com/vector-im/element-ios/issues/5412))
- Only count joined rooms when profiling sync performance. ([#5429](https://github.com/vector-im/element-ios/issues/5429))

🐛 Bugfixes

- Fixes DTMF(dial tones) during voice calls. ([#5375](https://github.com/vector-im/element-ios/issues/5375))
- MXCoreDataRoomListDataFetcher: Update fetchRequest if properties changed before fetching the first page. ([#5377](https://github.com/vector-im/element-ios/issues/5377))
- MXSession: Fix remove room race case. ([#5412](https://github.com/vector-im/element-ios/issues/5412))


## Changes in 0.20.16 (2022-01-11)

🙌 Improvements
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixSDK"
s.version = "0.20.16"
s.version = "0.21.0"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/MatrixSDKVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

NSString *const MatrixSDKVersion = @"0.20.16";
NSString *const MatrixSDKVersion = @"0.21.0";
1 change: 0 additions & 1 deletion changelog.d/4384.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5114.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5298.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5375.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5377.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5412.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5412.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5429.change

This file was deleted.

0 comments on commit 00a7966

Please sign in to comment.