version++

This commit is contained in:
SBiOSoftWhare 2021-10-21 18:15:18 +02:00
parent 4775666a50
commit 52d80a3a04
20 changed files with 37 additions and 19 deletions

View file

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

View file

@ -1 +0,0 @@
Message Composer: Pasting images from Safari now pastes the image and not its URL.

View file

@ -1 +0,0 @@
RecentsDataSource: Refactorings for lazy loading room summaries.

View file

@ -1 +0,0 @@
Contacts Access: Request access via a button tap in the new Find Your Contacts footer instead of doing it automatically.

View file

@ -1 +0,0 @@
M10.4.1 Home space data filtering

View file

@ -1 +0,0 @@
Navigation: Create RoomCoordinator.

View file

@ -1 +0,0 @@
Navigation: Enable room stacking.

View file

@ -1 +0,0 @@
Fixed private space invite should use lock icon instead of planet

View file

@ -1 +0,0 @@
SwiftUI: Add FramePreferenceKey for use in ViewFrameReader.

View file

@ -1 +0,0 @@
Replaced deprecated HPGrowingTextView with GrowingTextView.

View file

@ -1 +0,0 @@
Room Lists: Fix generated avatar colours not matching Element Web.

View file

@ -1 +0,0 @@
Contacts Sync: Move call to validateSyncLocalContactsState into MatrixKit.

View file

@ -1 +0,0 @@
Timeline: Selecting a message now correctly selects any reactions and URL previews too.

View file

@ -1 +0,0 @@
URL Previews: Stop requesting URL previews if the feature has been disabled on the homeserver.

View file

@ -1 +0,0 @@
VectorWellKnown: Make all properties optional.

View file

@ -1 +0,0 @@
Implemented message forwarding from within the main application. Updated the share extension designs.

View file

@ -1 +0,0 @@
Move new issues into incoming column and move X-Needs-Info into Need info column on the issue triage board

View file

@ -1 +0,0 @@
Build: Update to Xcode 12.5 in the Fastfile and macOS 11 in the GitHub actions.

View file

@ -1 +0,0 @@
Settings: Refresh the appearance of headers and footers, with a few minor tweaks to the organisation.

View file

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