Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/0.16.5/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Oct 8, 2021
2 parents e2a354f + 187220e commit 214253c
Show file tree
Hide file tree
Showing 106 changed files with 3,283 additions and 1,183 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Changes in 0.16.5 (2021-10-08)

🙌 Improvements

- Maintenance: Remove iOS 7 auto layout code paths. ([#768](https://github.com/matrix-org/matrix-ios-kit/pull/768))
- Upgrade MatrixSDK version ([v0.20.5](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.5)).
- MXKEventFormatter: Filter the last message events of the defaultRoomSummaryUpdater to only show messages, calls and stickers. ([#4451](https://github.com/vector-im/element-ios/issues/4451))
- Adds `invalidateTextLayout` method to MXKRoomBubbleCellData along with `urlPreviewData` and `showURLPreview` to MXKBubbleComponent ([#4896](https://github.com/vector-im/element-ios/issues/4896))
- Replaced localizable strings with generated ones throughout the code. Fixed various translation issues. ([#4899](https://github.com/vector-im/element-ios/issues/4899))
- MXKTools: Track an analytics value on accept/decline of contacts access. ([#4955](https://github.com/vector-im/element-ios/issues/4955))

🐛 Bugfixes

- MXKRoomDataSource: Invalidate the cell data's text layout when updating read receipts. ([#4950](https://github.com/vector-im/element-ios/issues/4950))

🧱 Build

- Bundler: Update CocoaPods and fastlane. ([#4951](https://github.com/vector-im/element-ios/issues/4951))

Others

- MXKAuthenticationViewController: Standardise spelling and casing of homeserver and identity server ([#857](https://github.com/vector-im/element-ios/issues/857))


## Changes in 0.16.4 (2021-09-30)

🙌 Improvements
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "fastlane"
gem "cocoapods", '~>1.10.1'
gem "cocoapods", '~>1.11.2'
Loading

0 comments on commit 214253c

Please sign in to comment.