diff --git a/CHANGES.md b/CHANGES.md index 6d0f6fef5..88c0155eb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,25 @@ +## Changes in 1.9.6 (2022-09-20) + +🙌 Improvements + +- Sentry: Disable unnecessary network breadcrumbs ([#6726](https://github.com/vector-im/element-ios/pull/6726)) + +🐛 Bugfixes + +- Fix crash when some opus audio files are added to a room. ([#6584](https://github.com/vector-im/element-ios/issues/6584)) +- Fixed failed to join room (was not legal room) ([#6653](https://github.com/vector-im/element-ios/issues/6653)) +- Fix crash presenting Sign Out or Invite to Element menu items on iPad. ([#6654](https://github.com/vector-im/element-ios/issues/6654)) +- Fix crash on logout when syncing is currently in progress ([#6705](https://github.com/vector-im/element-ios/issues/6705)) +- New layout: Fixed Low priority rooms titles obscured by bottom bar when side scrolling ([#6707](https://github.com/vector-im/element-ios/issues/6707)) +- Message Composer: Stop the keyboard jumping after sending a message on certain devices. ([#6708](https://github.com/vector-im/element-ios/issues/6708)) +- New App Layout: Make sure the green loading spinner is dismissed after clearing the cache. ([#6709](https://github.com/vector-im/element-ios/issues/6709)) +- Fix a crash when previewing a room. ([#6712](https://github.com/vector-im/element-ios/issues/6712)) +- Fix login crash on Xcode 14 builds ([#6722](https://github.com/vector-im/element-ios/issues/6722)) +- Fix replied event content parsing for nested replies ([#6729](https://github.com/vector-im/element-ios/issues/6729)) +- Room: Fix a composer crash after long unsent messages. ([#6734](https://github.com/vector-im/element-ios/issues/6734)) +- New App Layout: fixed rooms list doesn't update after log out and log into another account ([#6739](https://github.com/vector-im/element-ios/issues/6739)) + + ## Changes in 1.9.5 (2022-09-12) 🐛 Bugfixes