From 93a6bfb0f2b8394d6592af50ec713af3241e2abd Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 22 Feb 2023 17:47:37 +0100 Subject: [PATCH 1/4] Changelog for version 1.5.26 --- 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 - 16 files changed, 29 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 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 From a9ebf4fdd653f0c53ed888e62c304d459890bdb4 Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 22 Feb 2023 17:47:59 +0100 Subject: [PATCH 2/4] Adding fastlane file for version 1.5.26 --- fastlane/metadata/android/en-US/changelogs/40105260.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/40105260.txt 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 From 671095fed0824e11cce7a7c3a6936ad7784fac26 Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 8 Mar 2023 17:27:22 +0100 Subject: [PATCH 3/4] Changelog for version 1.5.28 --- CHANGES.md | 24 ++++++++++++++++++++++++ changelog.d/6912.misc | 1 - changelog.d/7989.bugfix | 1 - changelog.d/8141.feature | 1 - changelog.d/8157.feature | 1 - changelog.d/8168.bugfix | 1 - changelog.d/8170.bugfix | 1 - changelog.d/8171.bugfix | 1 - changelog.d/8185.feature | 1 - changelog.d/8187.bugfix | 1 - changelog.d/8190.bugfix | 1 - changelog.d/8195.bugfix | 1 - 12 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 changelog.d/6912.misc delete mode 100644 changelog.d/7989.bugfix delete mode 100644 changelog.d/8141.feature delete mode 100644 changelog.d/8157.feature delete mode 100644 changelog.d/8168.bugfix delete mode 100644 changelog.d/8170.bugfix delete mode 100644 changelog.d/8171.bugfix delete mode 100644 changelog.d/8185.feature delete mode 100644 changelog.d/8187.bugfix delete mode 100644 changelog.d/8190.bugfix delete mode 100644 changelog.d/8195.bugfix diff --git a/CHANGES.md b/CHANGES.md index ae1f10f6c0..59e7c85715 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +Changes in Element v1.5.28 (2023-03-08) +======================================= + +Features ✨ +---------- + - [Poll] Error handling for push rules synchronization ([#8141](https://github.com/vector-im/element-android/issues/8141)) + - Add aggregated unread indicator for spaces in the new layout ([#8157](https://github.com/vector-im/element-android/issues/8157)) + - [Rich text editor] Add ability to insert GIFs from keyboard ([#8185](https://github.com/vector-im/element-android/issues/8185)) + +Bugfixes 🐛 +---------- + - Space setting category doesn't show up ([#7989](https://github.com/vector-im/element-android/issues/7989)) + - Fix timeline loading a wrong room on permalink if a matching event id is found in a different room ([#8168](https://github.com/vector-im/element-android/issues/8168)) + - Reapply local push rules after event decryption ([#8170](https://github.com/vector-im/element-android/issues/8170)) + - [Rich text editor] Fix code appearance ([#8171](https://github.com/vector-im/element-android/issues/8171)) + - Extend workaround for extra new lines in timeline ([#8187](https://github.com/vector-im/element-android/issues/8187)) + - [Poll history] Fixing small issue about font style ([#8190](https://github.com/vector-im/element-android/issues/8190)) + - Update room member shields behavior ([#8195](https://github.com/vector-im/element-android/issues/8195)) + +Other changes +------------- + - Direct Message: Manage encrypted DM in case of invite by email ([#6912](https://github.com/vector-im/element-android/issues/6912)) + + Changes in Element v1.5.26 (2023-02-22) ======================================= diff --git a/changelog.d/6912.misc b/changelog.d/6912.misc deleted file mode 100644 index c43830e902..0000000000 --- a/changelog.d/6912.misc +++ /dev/null @@ -1 +0,0 @@ -Direct Message: Manage encrypted DM in case of invite by email diff --git a/changelog.d/7989.bugfix b/changelog.d/7989.bugfix deleted file mode 100644 index b8ec7cdada..0000000000 --- a/changelog.d/7989.bugfix +++ /dev/null @@ -1 +0,0 @@ -Space setting category doesn't show up diff --git a/changelog.d/8141.feature b/changelog.d/8141.feature deleted file mode 100644 index 8c03af1150..0000000000 --- a/changelog.d/8141.feature +++ /dev/null @@ -1 +0,0 @@ -[Poll] Error handling for push rules synchronization diff --git a/changelog.d/8157.feature b/changelog.d/8157.feature deleted file mode 100644 index 3cab2b600b..0000000000 --- a/changelog.d/8157.feature +++ /dev/null @@ -1 +0,0 @@ -Add aggregated unread indicator for spaces in the new layout diff --git a/changelog.d/8168.bugfix b/changelog.d/8168.bugfix deleted file mode 100644 index 39baa3f60a..0000000000 --- a/changelog.d/8168.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix timeline loading a wrong room on permalink if a matching event id is found in a different room diff --git a/changelog.d/8170.bugfix b/changelog.d/8170.bugfix deleted file mode 100644 index 62ded3b2ca..0000000000 --- a/changelog.d/8170.bugfix +++ /dev/null @@ -1 +0,0 @@ -Reapply local push rules after event decryption diff --git a/changelog.d/8171.bugfix b/changelog.d/8171.bugfix deleted file mode 100644 index 799fecabaf..0000000000 --- a/changelog.d/8171.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Fix code appearance \ No newline at end of file diff --git a/changelog.d/8185.feature b/changelog.d/8185.feature deleted file mode 100644 index 3e1f10d438..0000000000 --- a/changelog.d/8185.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add ability to insert GIFs from keyboard \ No newline at end of file diff --git a/changelog.d/8187.bugfix b/changelog.d/8187.bugfix deleted file mode 100644 index e0a9dd3a29..0000000000 --- a/changelog.d/8187.bugfix +++ /dev/null @@ -1 +0,0 @@ -Extend workaround for extra new lines in timeline \ No newline at end of file diff --git a/changelog.d/8190.bugfix b/changelog.d/8190.bugfix deleted file mode 100644 index 95790f7c0c..0000000000 --- a/changelog.d/8190.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Poll history] Fixing small issue about font style diff --git a/changelog.d/8195.bugfix b/changelog.d/8195.bugfix deleted file mode 100644 index 72da824aa1..0000000000 --- a/changelog.d/8195.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update room member shields behavior From 7282c30872727e9685a231d5e13288c89cfab444 Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 8 Mar 2023 17:28:05 +0100 Subject: [PATCH 4/4] Adding fastlane file for version 1.5.28 --- fastlane/metadata/android/en-US/changelogs/40105280.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/40105280.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40105280.txt b/fastlane/metadata/android/en-US/changelogs/40105280.txt new file mode 100644 index 0000000000..df2e163506 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40105280.txt @@ -0,0 +1,2 @@ +Main changes in this version: Mainly bugfixing. +Full changelog: https://github.com/vector-im/element-android/releases