Changes in 1.6.6 (2021-10-21)
✨ Features
- M10.4.1 Home space data filtering (#4570)
- Implemented message forwarding from within the main application. Updated the share extension designs. (#5009)
🙌 Improvements
- Settings: Refresh the appearance of headers and footers, with a few minor tweaks to the organisation. (#5011)
- Upgrade MatrixKit version (v0.16.9).
- RecentsDataSource: Refactorings for lazy loading room summaries. (#4384)
- Contacts Access: Request access via a button tap in the new Find Your Contacts footer instead of doing it automatically. (#4484)
- Navigation: Create RoomCoordinator. (#4734)
- Navigation: Enable room stacking. (#4834)
- SwiftUI: Add FramePreferenceKey for use in ViewFrameReader. (#4974)
- URL Previews: Stop requesting URL previews if the feature has been disabled on the homeserver. (#5002)
- VectorWellKnown: Make all properties optional. (#5008)
🐛 Bugfixes
- Message Composer: Pasting images from Safari now pastes the image and not its URL. (#2076)
- Fixed private space invite should use lock icon instead of planet (#4886)
- Room Lists: Fix generated avatar colours not matching Element Web. (#4978)
- Contacts Sync: Move call to validateSyncLocalContactsState into MatrixKit. (#4989)
- Timeline: Selecting a message now correctly selects any reactions and URL previews too. (#4992)
🧱 Build
- Build: Update to Xcode 12.5 in the Fastfile and macOS 11 in the GitHub actions. (#4998)
Others