diff --git a/CHANGES.md b/CHANGES.md index b2b3f97d8..6cbe0c932 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,46 @@ +## Changes in 1.8.13 (2022-04-20) + +✨ Features + +- Onboarding: Enable profile personalisation screens after registration. ([#5652](https://github.com/vector-im/element-ios/issues/5652)) + +🙌 Improvements + +- SwiftUI Templates: The coordinators now include a basic implementation of the new UserIndicators. ([#6014](https://github.com/vector-im/element-ios/pull/6014)) +- Upgrade MatrixSDK version ([v0.23.3](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.3)). +- Open the room when user accepts an invite from the room list ([#4986](https://github.com/vector-im/element-ios/issues/4986)) +- Display presence indicator on home, DM list & details ([#5933](https://github.com/vector-im/element-ios/issues/5933)) +- Location sharing: Create a screen specific for viewing static shared location ([#5982](https://github.com/vector-im/element-ios/issues/5982)) +- Presence: add an optional setting for offline mode ([#5995](https://github.com/vector-im/element-ios/issues/5995)) +- Context menu: Room preview do not update the read receipt any more ([#6008](https://github.com/vector-im/element-ios/issues/6008)) +- Pods: Stop excluding ARM64 simulator builds following an update to JitsiMeetSDK. ([#6018](https://github.com/vector-im/element-ios/issues/6018)) +- Settings: Add threads discourage view when server doesn't support threads. ([#6038](https://github.com/vector-im/element-ios/issues/6038)) + +🐛 Bugfixes + +- Home: Reduce the number of unnecessary home page reloads ([#5619](https://github.com/vector-im/element-ios/issues/5619)) +- Add button in create room dialog can be pressed multiple times ([#5901](https://github.com/vector-im/element-ios/issues/5901)) +- Rooms: Register unique cells for home screen sections ([#5958](https://github.com/vector-im/element-ios/issues/5958)) +- Wrong copy for upgrade room message ([#5997](https://github.com/vector-im/element-ios/issues/5997)) +- Reset home filters when switching tabs. ([#6004](https://github.com/vector-im/element-ios/issues/6004)) +- Fix contact details view layout to safe area ([#6012](https://github.com/vector-im/element-ios/issues/6012)) +- Element: Fix some crashes after 1.8.10. ([#6023](https://github.com/vector-im/element-ios/issues/6023)) + +🗣 Translations + +- Fix notifications showing NOTIFICATION instead of Notification when a translation isn't available. ([#6011](https://github.com/vector-im/element-ios/pull/6011)) + +🚧 In development 🚧 + +- Location sharing: Support live location sharing start. ([#5929](https://github.com/vector-im/element-ios/issues/5929)) + +Others + +- Analytics: Update debug configuration. ([#6020](https://github.com/vector-im/element-ios/pull/6020)) +- Warn users about incoming iOS 12 and 13 support drop. ([#6024](https://github.com/vector-im/element-ios/pull/6024)) +- Fix some warnings. ([#6032](https://github.com/vector-im/element-ios/pull/6032)) + + ## Changes in 1.8.12 (2022-04-06) 🐛 Bugfixes diff --git a/changelog.d/4986.change b/changelog.d/4986.change deleted file mode 100644 index 758e0b536..000000000 --- a/changelog.d/4986.change +++ /dev/null @@ -1 +0,0 @@ -Open the room when user accepts an invite from the room list diff --git a/changelog.d/5619.bugfix b/changelog.d/5619.bugfix deleted file mode 100644 index f68494d2d..000000000 --- a/changelog.d/5619.bugfix +++ /dev/null @@ -1 +0,0 @@ -Home: Reduce the number of unnecessary home page reloads diff --git a/changelog.d/5652.feature b/changelog.d/5652.feature deleted file mode 100644 index c0b93a678..000000000 --- a/changelog.d/5652.feature +++ /dev/null @@ -1 +0,0 @@ -Onboarding: Enable profile personalisation screens after registration. diff --git a/changelog.d/5901.bugfix b/changelog.d/5901.bugfix deleted file mode 100644 index 9d84ae4a3..000000000 --- a/changelog.d/5901.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add button in create room dialog can be pressed multiple times \ No newline at end of file diff --git a/changelog.d/5929.wip b/changelog.d/5929.wip deleted file mode 100644 index aa845d2c9..000000000 --- a/changelog.d/5929.wip +++ /dev/null @@ -1 +0,0 @@ -Location sharing: Support live location sharing start. \ No newline at end of file diff --git a/changelog.d/5933.change b/changelog.d/5933.change deleted file mode 100644 index 87e48b73c..000000000 --- a/changelog.d/5933.change +++ /dev/null @@ -1 +0,0 @@ -Display presence indicator on home, DM list & details diff --git a/changelog.d/5958.bugfix b/changelog.d/5958.bugfix deleted file mode 100644 index 54b2536fd..000000000 --- a/changelog.d/5958.bugfix +++ /dev/null @@ -1 +0,0 @@ -Rooms: Register unique cells for home screen sections diff --git a/changelog.d/5982.change b/changelog.d/5982.change deleted file mode 100644 index f90022c22..000000000 --- a/changelog.d/5982.change +++ /dev/null @@ -1 +0,0 @@ -Location sharing: Create a screen specific for viewing static shared location diff --git a/changelog.d/5995.change b/changelog.d/5995.change deleted file mode 100644 index 7d40008cb..000000000 --- a/changelog.d/5995.change +++ /dev/null @@ -1 +0,0 @@ -Presence: add an optional setting for offline mode diff --git a/changelog.d/5997.bugfix b/changelog.d/5997.bugfix deleted file mode 100644 index b29aba860..000000000 --- a/changelog.d/5997.bugfix +++ /dev/null @@ -1 +0,0 @@ -Wrong copy for upgrade room message \ No newline at end of file diff --git a/changelog.d/6004.bugfix b/changelog.d/6004.bugfix deleted file mode 100644 index b868a2804..000000000 --- a/changelog.d/6004.bugfix +++ /dev/null @@ -1 +0,0 @@ -Reset home filters when switching tabs. \ No newline at end of file diff --git a/changelog.d/6008.change b/changelog.d/6008.change deleted file mode 100644 index 151be0aa6..000000000 --- a/changelog.d/6008.change +++ /dev/null @@ -1 +0,0 @@ -Context menu: Room preview do not update the read receipt any more \ No newline at end of file diff --git a/changelog.d/6012.bugfix b/changelog.d/6012.bugfix deleted file mode 100644 index ff57bdf23..000000000 --- a/changelog.d/6012.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix contact details view layout to safe area diff --git a/changelog.d/6018.change b/changelog.d/6018.change deleted file mode 100644 index 1b52682cd..000000000 --- a/changelog.d/6018.change +++ /dev/null @@ -1 +0,0 @@ -Pods: Stop excluding ARM64 simulator builds following an update to JitsiMeetSDK. \ No newline at end of file diff --git a/changelog.d/6023.bugfix b/changelog.d/6023.bugfix deleted file mode 100644 index 48182bd0e..000000000 --- a/changelog.d/6023.bugfix +++ /dev/null @@ -1 +0,0 @@ -Element: Fix some crashes after 1.8.10. diff --git a/changelog.d/6038.change b/changelog.d/6038.change deleted file mode 100644 index 3dcc14e65..000000000 --- a/changelog.d/6038.change +++ /dev/null @@ -1 +0,0 @@ -Settings: Add threads discourage view when server doesn't support threads. diff --git a/changelog.d/pr-6011.i18n b/changelog.d/pr-6011.i18n deleted file mode 100644 index 7ca5d4030..000000000 --- a/changelog.d/pr-6011.i18n +++ /dev/null @@ -1 +0,0 @@ -Fix notifications showing NOTIFICATION instead of Notification when a translation isn't available. \ No newline at end of file diff --git a/changelog.d/pr-6014.change b/changelog.d/pr-6014.change deleted file mode 100644 index 000161acb..000000000 --- a/changelog.d/pr-6014.change +++ /dev/null @@ -1 +0,0 @@ -SwiftUI Templates: The coordinators now include a basic implementation of the new UserIndicators. diff --git a/changelog.d/pr-6020.misc b/changelog.d/pr-6020.misc deleted file mode 100644 index b75947107..000000000 --- a/changelog.d/pr-6020.misc +++ /dev/null @@ -1 +0,0 @@ -Analytics: Update debug configuration. diff --git a/changelog.d/pr-6024.misc b/changelog.d/pr-6024.misc deleted file mode 100644 index 13e0789de..000000000 --- a/changelog.d/pr-6024.misc +++ /dev/null @@ -1 +0,0 @@ -Warn users about incoming iOS 12 and 13 support drop. \ No newline at end of file diff --git a/changelog.d/pr-6032.misc b/changelog.d/pr-6032.misc deleted file mode 100644 index b9a2902ff..000000000 --- a/changelog.d/pr-6032.misc +++ /dev/null @@ -1 +0,0 @@ -Fix some warnings. diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index c57f7d367..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixSDK version ([v0.23.3](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.3)). \ No newline at end of file