version++

This commit is contained in:
Doug
2022-10-04 13:00:09 +01:00
parent d6669e9984
commit 9a1b87fe38
19 changed files with 33 additions and 18 deletions

View File

@@ -1,3 +1,36 @@
## Changes in 1.9.8 (2022-10-04)
🙌 Improvements
- UserSessions: Extended device information (PSG-772). ([#6766](https://github.com/vector-im/element-ios/pull/6766))
- Settings: Add labs flags for new session manager (PSG-792, PSG-799). ([#6780](https://github.com/vector-im/element-ios/pull/6780))
- User session details: Include browser version for web sessions (PSG-761). ([#6788](https://github.com/vector-im/element-ios/pull/6788))
- Upgrade MatrixSDK version ([v0.24.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.0)).
- Include concrete device model in user agent (PSG-754) ([#6742](https://github.com/vector-im/element-ios/issues/6742))
- CryptoV2: Manual device verification ([#6781](https://github.com/vector-im/element-ios/issues/6781))
- User sessions: Add support for MSC3881 ([#6787](https://github.com/vector-im/element-ios/issues/6787))
🐛 Bugfixes
- Voiceover: Add labels to User Menu and My Spaces buttons on the All Chats view. ([#6580](https://github.com/vector-im/element-ios/issues/6580))
- Media: Avoid redundant reloads on media viewer. ([#6717](https://github.com/vector-im/element-ios/issues/6717))
- Pass country code into MSISDN requests ([#6723](https://github.com/vector-im/element-ios/issues/6723))
- Fix render of links with both characters requiring percent encoding and markdown-like syntax ([#6748](https://github.com/vector-im/element-ios/issues/6748))
- Fix crash when scrolling chat list ([#6749](https://github.com/vector-im/element-ios/issues/6749))
- App Layout: Unable to send message after filtering for room ([#6755](https://github.com/vector-im/element-ios/issues/6755))
- Fix code block background colour ([#6778](https://github.com/vector-im/element-ios/issues/6778))
🧱 Build
- Fix crash when scrolling chat list ([#6757](https://github.com/vector-im/element-ios/pull/6757))
🚧 In development 🚧
- Device manager: User session details screen. ([#6693](https://github.com/vector-im/element-ios/issues/6693))
- Device manager: Session overview screen. ([#6753](https://github.com/vector-im/element-ios/issues/6753))
- Device Manager: Link current session to session overview. ([#6770](https://github.com/vector-im/element-ios/issues/6770))
## Changes in 1.9.7 (2022-09-28)
🙌 Improvements

View File

@@ -1 +0,0 @@
Voiceover: Add labels to User Menu and My Spaces buttons on the All Chats view.

View File

@@ -1 +0,0 @@
Device manager: User session details screen.

View File

@@ -1 +0,0 @@
Media: Avoid redundant reloads on media viewer.

View File

@@ -1 +0,0 @@
Pass country code into MSISDN requests

View File

@@ -1 +0,0 @@
Include concrete device model in user agent (PSG-754)

View File

@@ -1 +0,0 @@
Fix render of links with both characters requiring percent encoding and markdown-like syntax

View File

@@ -1 +0,0 @@
Fix crash when scrolling chat list

View File

@@ -1 +0,0 @@
Device manager: Session overview screen.

View File

@@ -1 +0,0 @@
App Layout: Unable to send message after filtering for room

View File

@@ -1 +0,0 @@
Device Manager: Link current session to session overview.

View File

@@ -1 +0,0 @@
Fix code block background colour

View File

@@ -1 +0,0 @@
CryptoV2: Manual device verification

View File

@@ -1 +0,0 @@
User sessions: Add support for MSC3881

View File

@@ -1 +0,0 @@
Fix crash when scrolling chat list

View File

@@ -1 +0,0 @@
UserSessions: Extended device information (PSG-772).

View File

@@ -1 +0,0 @@
Settings: Add labs flags for new session manager (PSG-792, PSG-799).

View File

@@ -1 +0,0 @@
User session details: Include browser version for web sessions (PSG-761).

View File

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