diff --git a/CHANGES.md b/CHANGES.md index 9e42b90fc..427842bc0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/changelog.d/6580.bugfix b/changelog.d/6580.bugfix deleted file mode 100644 index 1ca94a1df..000000000 --- a/changelog.d/6580.bugfix +++ /dev/null @@ -1 +0,0 @@ -Voiceover: Add labels to User Menu and My Spaces buttons on the All Chats view. diff --git a/changelog.d/6693.wip b/changelog.d/6693.wip deleted file mode 100644 index a50a16691..000000000 --- a/changelog.d/6693.wip +++ /dev/null @@ -1 +0,0 @@ -Device manager: User session details screen. diff --git a/changelog.d/6717.bugfix b/changelog.d/6717.bugfix deleted file mode 100644 index c3cc45ae3..000000000 --- a/changelog.d/6717.bugfix +++ /dev/null @@ -1 +0,0 @@ -Media: Avoid redundant reloads on media viewer. diff --git a/changelog.d/6723.bugfix b/changelog.d/6723.bugfix deleted file mode 100644 index 228ff2f47..000000000 --- a/changelog.d/6723.bugfix +++ /dev/null @@ -1 +0,0 @@ -Pass country code into MSISDN requests diff --git a/changelog.d/6742.change b/changelog.d/6742.change deleted file mode 100644 index 38aab166a..000000000 --- a/changelog.d/6742.change +++ /dev/null @@ -1 +0,0 @@ -Include concrete device model in user agent (PSG-754) diff --git a/changelog.d/6748.bugfix b/changelog.d/6748.bugfix deleted file mode 100644 index 0c9d08465..000000000 --- a/changelog.d/6748.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix render of links with both characters requiring percent encoding and markdown-like syntax diff --git a/changelog.d/6749.bugfix b/changelog.d/6749.bugfix deleted file mode 100644 index e84ee6f0c..000000000 --- a/changelog.d/6749.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash when scrolling chat list diff --git a/changelog.d/6753.wip b/changelog.d/6753.wip deleted file mode 100644 index a96560d05..000000000 --- a/changelog.d/6753.wip +++ /dev/null @@ -1 +0,0 @@ -Device manager: Session overview screen. diff --git a/changelog.d/6755.bugfix b/changelog.d/6755.bugfix deleted file mode 100644 index 3e1d8ee1d..000000000 --- a/changelog.d/6755.bugfix +++ /dev/null @@ -1 +0,0 @@ -App Layout: Unable to send message after filtering for room \ No newline at end of file diff --git a/changelog.d/6770.wip b/changelog.d/6770.wip deleted file mode 100644 index 89911c57c..000000000 --- a/changelog.d/6770.wip +++ /dev/null @@ -1 +0,0 @@ -Device Manager: Link current session to session overview. diff --git a/changelog.d/6778.bugfix b/changelog.d/6778.bugfix deleted file mode 100644 index 9721d8cff..000000000 --- a/changelog.d/6778.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix code block background colour diff --git a/changelog.d/6781.change b/changelog.d/6781.change deleted file mode 100644 index 7ff78b730..000000000 --- a/changelog.d/6781.change +++ /dev/null @@ -1 +0,0 @@ -CryptoV2: Manual device verification diff --git a/changelog.d/6787.change b/changelog.d/6787.change deleted file mode 100644 index b4defa9d7..000000000 --- a/changelog.d/6787.change +++ /dev/null @@ -1 +0,0 @@ -User sessions: Add support for MSC3881 diff --git a/changelog.d/pr-6757.build b/changelog.d/pr-6757.build deleted file mode 100644 index e84ee6f0c..000000000 --- a/changelog.d/pr-6757.build +++ /dev/null @@ -1 +0,0 @@ -Fix crash when scrolling chat list diff --git a/changelog.d/pr-6766.change b/changelog.d/pr-6766.change deleted file mode 100644 index 3f5ff2693..000000000 --- a/changelog.d/pr-6766.change +++ /dev/null @@ -1 +0,0 @@ -UserSessions: Extended device information (PSG-772). diff --git a/changelog.d/pr-6780.change b/changelog.d/pr-6780.change deleted file mode 100644 index a50689634..000000000 --- a/changelog.d/pr-6780.change +++ /dev/null @@ -1 +0,0 @@ -Settings: Add labs flags for new session manager (PSG-792, PSG-799). diff --git a/changelog.d/pr-6788.change b/changelog.d/pr-6788.change deleted file mode 100644 index 99f00337f..000000000 --- a/changelog.d/pr-6788.change +++ /dev/null @@ -1 +0,0 @@ -User session details: Include browser version for web sessions (PSG-761). diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index b3dc15eeb..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixSDK version ([v0.24.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.0)). \ No newline at end of file