version++

This commit is contained in:
Doug 2022-05-31 13:06:14 +01:00
parent 5d3e0d509e
commit ea7a3cb703
13 changed files with 27 additions and 12 deletions

View file

@ -1,3 +1,30 @@
## Changes in 1.8.17 (2022-05-31)
✨ Features
- Authentication: Implement msisdn verification screen. ([#6182](https://github.com/vector-im/element-ios/issues/6182))
🙌 Improvements
- Upgrade MatrixSDK version ([v0.23.7](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.7)).
- Location sharing: Add a spinner view for starting state in timeline cell ([#6101](https://github.com/vector-im/element-ios/issues/6101))
- Location sharing: Add labs flag for live location sharing ([#6195](https://github.com/vector-im/element-ios/issues/6195))
🐛 Bugfixes
- Added attempt at fixing random crashes while calculating timeline cell heights. ([#6188](https://github.com/vector-im/element-ios/pull/6188))
- Fix ITMS Warning on CFBundleDocumentTypes ([#6159](https://github.com/vector-im/element-ios/issues/6159))
- RoomViewController: Fix confirmation for RTL overridden links. ([#6208](https://github.com/vector-im/element-ios/issues/6208))
- Fix issue with mention pill avatar consuming tap gestures ([#6212](https://github.com/vector-im/element-ios/issues/6212))
🚧 In development 🚧
- Authentication: Add Email/Terms/ReCaptcha screens into the flow. ([#5151](https://github.com/vector-im/element-ios/issues/5151))
- Location sharing: Support sending live device location. ([#5722](https://github.com/vector-im/element-ios/issues/5722))
- Authentication: Implement the LoginWizard to match Element Android. ([#5896](https://github.com/vector-im/element-ios/issues/5896))
- Location sharing: Support restarting location sending after app kill. ([#6199](https://github.com/vector-im/element-ios/issues/6199))
## Changes in 1.8.16 (2022-05-19)
🙌 Improvements

View file

@ -1 +0,0 @@
Authentication: Add Email/Terms/ReCaptcha screens into the flow.

View file

@ -1 +0,0 @@
Location sharing: Support sending live device location.

View file

@ -1 +0,0 @@
Authentication: Implement the LoginWizard to match Element Android.

View file

@ -1 +0,0 @@
Location sharing: Add a spinner view for starting state in timeline cell

View file

@ -1 +0,0 @@
Fix ITMS Warning on CFBundleDocumentTypes

View file

@ -1 +0,0 @@
Authentication: Implement msisdn verification screen.

View file

@ -1 +0,0 @@
Location sharing: Add labs flag for live location sharing

View file

@ -1 +0,0 @@
Location sharing: Support restarting location sending after app kill.

View file

@ -1 +0,0 @@
RoomViewController: Fix confirmation for RTL overridden links.

View file

@ -1 +0,0 @@
Fix issue with mention pill avatar consuming tap gestures

View file

@ -1 +0,0 @@
Added attempt at fixing random crashes while calculating timeline cell heights.

View file

@ -1 +0,0 @@
Upgrade MatrixSDK version ([v0.23.7](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.7)).