From 2aa5e6f7a0fc5bbb5eddeda4d5c14d27319b239b Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 22 Feb 2023 17:55:50 +0100 Subject: [PATCH] Apply changes --- CHANGES.md | 29 +++++++++++++++++++ changelog.d/6121.bugfix | 1 - changelog.d/6367.feature | 1 - changelog.d/8007.feature | 1 - changelog.d/8044.misc | 1 - changelog.d/8045.feature | 1 - changelog.d/8056.feature | 2 -- changelog.d/8090.bugfix | 1 - changelog.d/8110.feature | 1 - changelog.d/8115.misc | 1 - changelog.d/8123.feature | 1 - changelog.d/8129.bugfix | 1 - changelog.d/8130.feature | 1 - changelog.d/8139.misc | 1 - changelog.d/8142.bugfix | 1 - changelog.d/8150.bugfix | 1 - .../android/en-US/changelogs/40105260.txt | 2 ++ 17 files changed, 31 insertions(+), 16 deletions(-) delete mode 100644 changelog.d/6121.bugfix delete mode 100644 changelog.d/6367.feature delete mode 100644 changelog.d/8007.feature delete mode 100644 changelog.d/8044.misc delete mode 100644 changelog.d/8045.feature delete mode 100644 changelog.d/8056.feature delete mode 100644 changelog.d/8090.bugfix delete mode 100644 changelog.d/8110.feature delete mode 100644 changelog.d/8115.misc delete mode 100644 changelog.d/8123.feature delete mode 100644 changelog.d/8129.bugfix delete mode 100644 changelog.d/8130.feature delete mode 100644 changelog.d/8139.misc delete mode 100644 changelog.d/8142.bugfix delete mode 100644 changelog.d/8150.bugfix create mode 100644 fastlane/metadata/android/en-US/changelogs/40105260.txt diff --git a/CHANGES.md b/CHANGES.md index 3fc21c7d07..ae1f10f6c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,32 @@ +Changes in Element v1.5.26 (2023-02-22) +======================================= + +Features ✨ +---------- + - Adds MSC3824 OIDC-awareness when talking to an OIDC-enabled homeservers ([#6367](https://github.com/vector-im/element-android/issues/6367)) + - [Poll] Synchronize polls push rules with message push rules ([#8007](https://github.com/vector-im/element-android/issues/8007)) + - [Rich text editor] Add code block, quote and indentation actions ([#8045](https://github.com/vector-im/element-android/issues/8045)) + - [Poll] History list: details screen of a poll + - [Poll] History list: enable the new settings entry in release mode ([#8056](https://github.com/vector-im/element-android/issues/8056)) + - [Location sharing] Show own location in map views ([#8110](https://github.com/vector-im/element-android/issues/8110)) + - Updates to protocol used for Sign in with QR code ([#8123](https://github.com/vector-im/element-android/issues/8123)) + - [Poll] Synchronize polls and message push rules ([#8130](https://github.com/vector-im/element-android/issues/8130)) + +Bugfixes 🐛 +---------- + - Android app does not show correct poll data ([#6121](https://github.com/vector-im/element-android/issues/6121)) + - Fix timeline always jumps to the bottom when screen goes back to foreground. ([#8090](https://github.com/vector-im/element-android/issues/8090)) + - [Poll] Improve rendering of poll end message when poll start event isn't available ([#8129](https://github.com/vector-im/element-android/issues/8129)) + - Replace hardcoded colors by theming colors on send button. ([#8142](https://github.com/vector-im/element-android/issues/8142)) + - [Timeline]: Editing a reply from iOS breaks the "in reply to" rendering ([#8150](https://github.com/vector-im/element-android/issues/8150)) + +Other changes +------------- + - Build unmerged APKs on pull request ([#8044](https://github.com/vector-im/element-android/issues/8044)) + - Replace 'Bots' with 'bots' inside terms_description_for_integration_manager ([#8115](https://github.com/vector-im/element-android/issues/8115)) + - Fix ktlint issue with fields and a new line. ([#8139](https://github.com/vector-im/element-android/issues/8139)) + + Changes in Element v1.5.25 (2023-02-15) ======================================= diff --git a/changelog.d/6121.bugfix b/changelog.d/6121.bugfix deleted file mode 100644 index d8049ce9db..0000000000 --- a/changelog.d/6121.bugfix +++ /dev/null @@ -1 +0,0 @@ -Android app does not show correct poll data diff --git a/changelog.d/6367.feature b/changelog.d/6367.feature deleted file mode 100644 index 5d4b46ca99..0000000000 --- a/changelog.d/6367.feature +++ /dev/null @@ -1 +0,0 @@ -Adds MSC3824 OIDC-awareness when talking to an OIDC-enabled homeservers diff --git a/changelog.d/8007.feature b/changelog.d/8007.feature deleted file mode 100644 index 0ae4cc49af..0000000000 --- a/changelog.d/8007.feature +++ /dev/null @@ -1 +0,0 @@ -[Poll] Synchronize polls push rules with message push rules diff --git a/changelog.d/8044.misc b/changelog.d/8044.misc deleted file mode 100644 index dd6836f868..0000000000 --- a/changelog.d/8044.misc +++ /dev/null @@ -1 +0,0 @@ -Build unmerged APKs on pull request \ No newline at end of file diff --git a/changelog.d/8045.feature b/changelog.d/8045.feature deleted file mode 100644 index 89b9111def..0000000000 --- a/changelog.d/8045.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add code block, quote and indentation actions \ No newline at end of file diff --git a/changelog.d/8056.feature b/changelog.d/8056.feature deleted file mode 100644 index ff000c98ff..0000000000 --- a/changelog.d/8056.feature +++ /dev/null @@ -1,2 +0,0 @@ -[Poll] History list: details screen of a poll -[Poll] History list: enable the new settings entry in release mode diff --git a/changelog.d/8090.bugfix b/changelog.d/8090.bugfix deleted file mode 100644 index ebe48c2c35..0000000000 --- a/changelog.d/8090.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix timeline always jumps to the bottom when screen goes back to foreground. diff --git a/changelog.d/8110.feature b/changelog.d/8110.feature deleted file mode 100644 index 6ac7a98c3c..0000000000 --- a/changelog.d/8110.feature +++ /dev/null @@ -1 +0,0 @@ -[Location sharing] Show own location in map views diff --git a/changelog.d/8115.misc b/changelog.d/8115.misc deleted file mode 100644 index 3c40993722..0000000000 --- a/changelog.d/8115.misc +++ /dev/null @@ -1 +0,0 @@ -Replace 'Bots' with 'bots' inside terms_description_for_integration_manager diff --git a/changelog.d/8123.feature b/changelog.d/8123.feature deleted file mode 100644 index d4c4dae9c5..0000000000 --- a/changelog.d/8123.feature +++ /dev/null @@ -1 +0,0 @@ -Updates to protocol used for Sign in with QR code diff --git a/changelog.d/8129.bugfix b/changelog.d/8129.bugfix deleted file mode 100644 index bd3bbc9035..0000000000 --- a/changelog.d/8129.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Poll] Improve rendering of poll end message when poll start event isn't available diff --git a/changelog.d/8130.feature b/changelog.d/8130.feature deleted file mode 100644 index 80b7b1debd..0000000000 --- a/changelog.d/8130.feature +++ /dev/null @@ -1 +0,0 @@ -[Poll] Synchronize polls and message push rules diff --git a/changelog.d/8139.misc b/changelog.d/8139.misc deleted file mode 100644 index 37d4a7a628..0000000000 --- a/changelog.d/8139.misc +++ /dev/null @@ -1 +0,0 @@ -Fix ktlint issue with fields and a new line. diff --git a/changelog.d/8142.bugfix b/changelog.d/8142.bugfix deleted file mode 100644 index 6e496f6c74..0000000000 --- a/changelog.d/8142.bugfix +++ /dev/null @@ -1 +0,0 @@ -Replace hardcoded colors by theming colors on send button. diff --git a/changelog.d/8150.bugfix b/changelog.d/8150.bugfix deleted file mode 100644 index 9c67b2ba37..0000000000 --- a/changelog.d/8150.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Timeline]: Editing a reply from iOS breaks the "in reply to" rendering diff --git a/fastlane/metadata/android/en-US/changelogs/40105260.txt b/fastlane/metadata/android/en-US/changelogs/40105260.txt new file mode 100644 index 0000000000..df2e163506 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40105260.txt @@ -0,0 +1,2 @@ +Main changes in this version: Mainly bugfixing. +Full changelog: https://github.com/vector-im/element-android/releases