Prepare next release

This commit is contained in:
Element CI 2023-02-22 06:54:40 -08:00
parent 2399088084
commit bd61793798
22 changed files with 36 additions and 21 deletions

View File

@ -1,3 +1,38 @@
## Changes in 1.0.20 (2023-02-22)
✨ Features
- Enable auto-discovery of sliding sync proxy, directing users to more information when their server doesn't support it. ([#410](https://github.com/vector-im/element-x-ios/issues/410))
🙌 Improvements
- Added the functionality to attach a screenshot in the Bug Report View. ([#127](https://github.com/vector-im/element-x-ios/issues/127))
- Added associated domains applinks. ([#301](https://github.com/vector-im/element-x-ios/issues/301))
- Add missing shimmer effect on home screen and tweak the message composer. ([#430](https://github.com/vector-im/element-x-ios/issues/430))
- Added a progress bar to to the bug report screen, when sending the report. ([#495](https://github.com/vector-im/element-x-ios/issues/495))
- Launch UI tests directly in the screen that will be tested and type character by character instead of retrying. ([#534](https://github.com/vector-im/element-x-ios/issues/534))
- Removed reply/edit dimming for all non highlighted messages to increase readability. ([#542](https://github.com/vector-im/element-x-ios/issues/542))
- Refactored UserNotification into UserIndicator. ([#547](https://github.com/vector-im/element-x-ios/issues/547))
- Update appearance of forms in the app. Add formBackground and formRowBackground colours. ([#565](https://github.com/vector-im/element-x-ios/issues/565))
- Rename SettingsRow… to Form…Style and use these everywhere (sparingly on the Bug Report Screen which isn't a real form). ([#602](https://github.com/vector-im/element-x-ios/issues/602))
🐛 Bugfixes
- Allow blockquote bubbles to fill the message bubble ([#527](https://github.com/vector-im/element-x-ios/pull/527))
- Fixed and updated some UI Tests. ([#554](https://github.com/vector-im/element-x-ios/pull/554))
- Fix incorrect visible room ranges: correctly remove duplicates and ignore appearance changes while filtering ([#603](https://github.com/vector-im/element-x-ios/pull/603))
- Fixed incorrect link detection on messages containing emojis ([#464](https://github.com/vector-im/element-x-ios/issues/464))
- Context Menu Crash: Attempted fix by explicitly passing in the context to each cell. ([#532](https://github.com/vector-im/element-x-ios/issues/532))
- Fix UI Tests for OnboardingScreen, BugReportScreen, ServerSelectionScreen, and UserSessionFlows. Fix UITestsSignalling by switching to file-based communication with a publisher. ([#534](https://github.com/vector-im/element-x-ios/issues/534))
- Fix the background colour of the room members screen in dark mode. ([#583](https://github.com/vector-im/element-x-ios/issues/583))
- Make sure forms have pressed states, remove incorrect disclosure indicators, stop login screen placeholders from flickering and don't block the loging screen when parsing a username. ([#602](https://github.com/vector-im/element-x-ios/issues/602))
🧱 Build
- Update PR Build workflow triggers. ([#564](https://github.com/vector-im/element-x-ios/pull/564))
- Update SwiftLint and SwiftFormat rules. ([#579](https://github.com/vector-im/element-x-ios/pull/579))
## Changes in 1.0.18 (2023-02-03)
No significant changes.

View File

@ -1 +0,0 @@
Added the functionality to attach a screenshot in the Bug Report View.

View File

@ -1 +0,0 @@
Added associated domains applinks.

View File

@ -1 +0,0 @@
Enable auto-discovery of sliding sync proxy, directing users to more information when their server doesn't support it.

View File

@ -1 +0,0 @@
Add missing shimmer effect on home screen and tweak the message composer.

View File

@ -1 +0,0 @@
Fixed incorrect link detection on messages containing emojis

View File

@ -1 +0,0 @@
Added a progress bar to to the bug report screen, when sending the report.

View File

@ -1 +0,0 @@
Context Menu Crash: Attempted fix by explicitly passing in the context to each cell.

View File

@ -1 +0,0 @@
Fix UI Tests for OnboardingScreen, BugReportScreen, ServerSelectionScreen, and UserSessionFlows. Fix UITestsSignalling by switching to file-based communication with a publisher.

View File

@ -1 +0,0 @@
Launch UI tests directly in the screen that will be tested and type character by character instead of retrying.

View File

@ -1 +0,0 @@
Removed reply/edit dimming for all non highlighted messages to increase readability.

View File

@ -1 +0,0 @@
Refactored UserNotification into UserIndicator.

View File

@ -1 +0,0 @@
Update appearance of forms in the app. Add formBackground and formRowBackground colours.

View File

@ -1 +0,0 @@
Fix the background colour of the room members screen in dark mode.

View File

@ -1 +0,0 @@
Make sure forms have pressed states, remove incorrect disclosure indicators, stop login screen placeholders from flickering and don't block the loging screen when parsing a username.

View File

@ -1 +0,0 @@
Rename SettingsRow… to Form…Style and use these everywhere (sparingly on the Bug Report Screen which isn't a real form).

View File

@ -1 +0,0 @@
Allow blockquote bubbles to fill the message bubble

View File

@ -1 +0,0 @@
Fixed and updated some UI Tests.

View File

@ -1 +0,0 @@
Update PR Build workflow triggers.

View File

@ -1 +0,0 @@
Update SwiftLint and SwiftFormat rules.

View File

@ -1 +0,0 @@
Fix incorrect visible room ranges: correctly remove duplicates and ignore appearance changes while filtering

View File

@ -26,7 +26,7 @@ settings:
APP_GROUP_IDENTIFIER: group.$(BASE_APP_GROUP_IDENTIFIER)
BASE_BUNDLE_IDENTIFIER: io.element.elementx
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)
MARKETING_VERSION: 1.0.20
MARKETING_VERSION: 1.0.21
CURRENT_PROJECT_VERSION: 1
DEVELOPMENT_TEAM: 7J4U792NQT