From bd617937983377783b4adf36f4edc9f66a4b8815 Mon Sep 17 00:00:00 2001 From: Element CI Date: Wed, 22 Feb 2023 06:54:40 -0800 Subject: [PATCH] Prepare next release --- CHANGES.md | 35 +++++++++++++++++++++++++++++++++++ changelog.d/127.change | 1 - changelog.d/301.change | 1 - changelog.d/410.feature | 1 - changelog.d/430.change | 1 - changelog.d/464.bugfix | 1 - changelog.d/495.change | 1 - changelog.d/532.bugfix | 1 - changelog.d/534.bugfix | 1 - changelog.d/534.change | 1 - changelog.d/542.change | 1 - changelog.d/547.change | 1 - changelog.d/565.change | 1 - changelog.d/583.bugfix | 1 - changelog.d/602.bugfix | 1 - changelog.d/602.change | 1 - changelog.d/pr-527.bugfix | 1 - changelog.d/pr-554.bugfix | 1 - changelog.d/pr-564.build | 1 - changelog.d/pr-579.build | 1 - changelog.d/pr-603.bugfix | 1 - project.yml | 2 +- 22 files changed, 36 insertions(+), 21 deletions(-) delete mode 100644 changelog.d/127.change delete mode 100644 changelog.d/301.change delete mode 100644 changelog.d/410.feature delete mode 100644 changelog.d/430.change delete mode 100644 changelog.d/464.bugfix delete mode 100644 changelog.d/495.change delete mode 100644 changelog.d/532.bugfix delete mode 100644 changelog.d/534.bugfix delete mode 100644 changelog.d/534.change delete mode 100644 changelog.d/542.change delete mode 100644 changelog.d/547.change delete mode 100644 changelog.d/565.change delete mode 100644 changelog.d/583.bugfix delete mode 100644 changelog.d/602.bugfix delete mode 100644 changelog.d/602.change delete mode 100644 changelog.d/pr-527.bugfix delete mode 100644 changelog.d/pr-554.bugfix delete mode 100644 changelog.d/pr-564.build delete mode 100644 changelog.d/pr-579.build delete mode 100644 changelog.d/pr-603.bugfix diff --git a/CHANGES.md b/CHANGES.md index ec01c4959..fed20d066 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/changelog.d/127.change b/changelog.d/127.change deleted file mode 100644 index 9f82c7749..000000000 --- a/changelog.d/127.change +++ /dev/null @@ -1 +0,0 @@ -Added the functionality to attach a screenshot in the Bug Report View. \ No newline at end of file diff --git a/changelog.d/301.change b/changelog.d/301.change deleted file mode 100644 index 33ba5d41f..000000000 --- a/changelog.d/301.change +++ /dev/null @@ -1 +0,0 @@ -Added associated domains applinks. \ No newline at end of file diff --git a/changelog.d/410.feature b/changelog.d/410.feature deleted file mode 100644 index 85ddb853e..000000000 --- a/changelog.d/410.feature +++ /dev/null @@ -1 +0,0 @@ -Enable auto-discovery of sliding sync proxy, directing users to more information when their server doesn't support it. \ No newline at end of file diff --git a/changelog.d/430.change b/changelog.d/430.change deleted file mode 100644 index 9b8652a4c..000000000 --- a/changelog.d/430.change +++ /dev/null @@ -1 +0,0 @@ -Add missing shimmer effect on home screen and tweak the message composer. \ No newline at end of file diff --git a/changelog.d/464.bugfix b/changelog.d/464.bugfix deleted file mode 100644 index e3c7054f9..000000000 --- a/changelog.d/464.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed incorrect link detection on messages containing emojis \ No newline at end of file diff --git a/changelog.d/495.change b/changelog.d/495.change deleted file mode 100644 index c3a7346ab..000000000 --- a/changelog.d/495.change +++ /dev/null @@ -1 +0,0 @@ -Added a progress bar to to the bug report screen, when sending the report. \ No newline at end of file diff --git a/changelog.d/532.bugfix b/changelog.d/532.bugfix deleted file mode 100644 index a2d3c4573..000000000 --- a/changelog.d/532.bugfix +++ /dev/null @@ -1 +0,0 @@ -Context Menu Crash: Attempted fix by explicitly passing in the context to each cell. \ No newline at end of file diff --git a/changelog.d/534.bugfix b/changelog.d/534.bugfix deleted file mode 100644 index 8818ec167..000000000 --- a/changelog.d/534.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix UI Tests for OnboardingScreen, BugReportScreen, ServerSelectionScreen, and UserSessionFlows. Fix UITestsSignalling by switching to file-based communication with a publisher. \ No newline at end of file diff --git a/changelog.d/534.change b/changelog.d/534.change deleted file mode 100644 index aec4ed0de..000000000 --- a/changelog.d/534.change +++ /dev/null @@ -1 +0,0 @@ -Launch UI tests directly in the screen that will be tested and type character by character instead of retrying. \ No newline at end of file diff --git a/changelog.d/542.change b/changelog.d/542.change deleted file mode 100644 index 209e683af..000000000 --- a/changelog.d/542.change +++ /dev/null @@ -1 +0,0 @@ -Removed reply/edit dimming for all non highlighted messages to increase readability. \ No newline at end of file diff --git a/changelog.d/547.change b/changelog.d/547.change deleted file mode 100644 index 68102daa1..000000000 --- a/changelog.d/547.change +++ /dev/null @@ -1 +0,0 @@ -Refactored UserNotification into UserIndicator. \ No newline at end of file diff --git a/changelog.d/565.change b/changelog.d/565.change deleted file mode 100644 index 516a7556b..000000000 --- a/changelog.d/565.change +++ /dev/null @@ -1 +0,0 @@ -Update appearance of forms in the app. Add formBackground and formRowBackground colours. \ No newline at end of file diff --git a/changelog.d/583.bugfix b/changelog.d/583.bugfix deleted file mode 100644 index 260456161..000000000 --- a/changelog.d/583.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the background colour of the room members screen in dark mode. \ No newline at end of file diff --git a/changelog.d/602.bugfix b/changelog.d/602.bugfix deleted file mode 100644 index 21475035a..000000000 --- a/changelog.d/602.bugfix +++ /dev/null @@ -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. \ No newline at end of file diff --git a/changelog.d/602.change b/changelog.d/602.change deleted file mode 100644 index 307d8cf22..000000000 --- a/changelog.d/602.change +++ /dev/null @@ -1 +0,0 @@ -Rename SettingsRow… to Form…Style and use these everywhere (sparingly on the Bug Report Screen which isn't a real form). \ No newline at end of file diff --git a/changelog.d/pr-527.bugfix b/changelog.d/pr-527.bugfix deleted file mode 100644 index 641528388..000000000 --- a/changelog.d/pr-527.bugfix +++ /dev/null @@ -1 +0,0 @@ -Allow blockquote bubbles to fill the message bubble \ No newline at end of file diff --git a/changelog.d/pr-554.bugfix b/changelog.d/pr-554.bugfix deleted file mode 100644 index 8a6db318d..000000000 --- a/changelog.d/pr-554.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed and updated some UI Tests. \ No newline at end of file diff --git a/changelog.d/pr-564.build b/changelog.d/pr-564.build deleted file mode 100644 index 4d565ac56..000000000 --- a/changelog.d/pr-564.build +++ /dev/null @@ -1 +0,0 @@ -Update PR Build workflow triggers. \ No newline at end of file diff --git a/changelog.d/pr-579.build b/changelog.d/pr-579.build deleted file mode 100644 index afa078deb..000000000 --- a/changelog.d/pr-579.build +++ /dev/null @@ -1 +0,0 @@ -Update SwiftLint and SwiftFormat rules. \ No newline at end of file diff --git a/changelog.d/pr-603.bugfix b/changelog.d/pr-603.bugfix deleted file mode 100644 index 12b009781..000000000 --- a/changelog.d/pr-603.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix incorrect visible room ranges: correctly remove duplicates and ignore appearance changes while filtering \ No newline at end of file diff --git a/project.yml b/project.yml index dfb62bccd..1f637ff6e 100644 --- a/project.yml +++ b/project.yml @@ -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