diff --git a/CHANGES.md b/CHANGES.md index c411593627..e293a776dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,57 @@ +Changes in Element v1.4.6 (2022-03-23) +====================================== + +Features ✨ +---------- + - Thread timeline is now live and much faster especially for large or old threads ([#5230](https://github.com/vector-im/element-android/issues/5230)) + - View all threads per room screen is now live when the home server supports threads ([#5232](https://github.com/vector-im/element-android/issues/5232)) + - Add a custom view to display a picker for share location options ([#5395](https://github.com/vector-im/element-android/issues/5395)) + - Add ability to pin a location on map for sharing ([#5417](https://github.com/vector-im/element-android/issues/5417)) + - Poll Integration Tests ([#5522](https://github.com/vector-im/element-android/issues/5522)) + - Live location sharing: adding build config field and show permission dialog ([#5536](https://github.com/vector-im/element-android/issues/5536)) + - Live location sharing: Adding indicator view when enabled ([#5571](https://github.com/vector-im/element-android/issues/5571)) + +Bugfixes 🐛 +---------- + - Poll system notifications on Android are not user friendly ([#4780](https://github.com/vector-im/element-android/issues/4780)) + - Add colors for shield vector drawable ([#4860](https://github.com/vector-im/element-android/issues/4860)) + - Support both stable and unstable prefixes for Events about Polls and Location ([#5340](https://github.com/vector-im/element-android/issues/5340)) + - Fix missing messages when loading messages forwards ([#5448](https://github.com/vector-im/element-android/issues/5448)) + - Fix presence indicator being aligned to the center of the room image ([#5489](https://github.com/vector-im/element-android/issues/5489)) + - Read receipt in wrong order ([#5514](https://github.com/vector-im/element-android/issues/5514)) + - Fix mentions using matrix.to rather than client defined permalink base url ([#5521](https://github.com/vector-im/element-android/issues/5521)) + - Fixes crash when tapping the timeline verification surround box instead of the buttons ([#5540](https://github.com/vector-im/element-android/issues/5540)) + - [Notification mode] Wrong mode is displayed when the mention only is selected on the web client ([#5547](https://github.com/vector-im/element-android/issues/5547)) + - Fix local echos not being shown when re-opening rooms ([#5551](https://github.com/vector-im/element-android/issues/5551)) + - Fix crash when closing a room while decrypting timeline events ([#5552](https://github.com/vector-im/element-android/issues/5552)) + - Fix sometimes read marker not properly updating ([#5564](https://github.com/vector-im/element-android/issues/5564)) + +In development 🚧 +---------------- + - Dynamically showing/hiding onboarding personalisation screens based on the users homeserver capabilities ([#5375](https://github.com/vector-im/element-android/issues/5375)) + - Introduces FTUE personalisation complete screen along with confetti celebration ([#5389](https://github.com/vector-im/element-android/issues/5389)) + +SDK API changes ⚠️ +------------------ + - Adds support for MSC3440, additional threads homeserver capabilities ([#5271](https://github.com/vector-im/element-android/issues/5271)) + +Other changes +------------- + - Improve headers UI in Rooms/Messages lists ([#4533](https://github.com/vector-im/element-android/issues/4533)) + - Number of unread messages on space badge now include number of unread DMs ([#5260](https://github.com/vector-im/element-android/issues/5260)) + - Amend spaces menu to be consistent with iOS version ([#5270](https://github.com/vector-im/element-android/issues/5270)) + - Selected space highlight changed in left panel ([#5346](https://github.com/vector-im/element-android/issues/5346)) + - [Rooms list] Do not suggest collapse the unique section ([#5347](https://github.com/vector-im/element-android/issues/5347)) + - Add analytics support for threads ([#5378](https://github.com/vector-im/element-android/issues/5378)) + - Add top margin before our first message ([#5384](https://github.com/vector-im/element-android/issues/5384)) + - Improved onboarding registration unit test coverage ([#5408](https://github.com/vector-im/element-android/issues/5408)) + - Adds stable room hierarchy endpoint with a fallback to the unstable one ([#5443](https://github.com/vector-im/element-android/issues/5443)) + - Use ColorPrimary for attachmentGalleryButton tint ([#5501](https://github.com/vector-im/element-android/issues/5501)) + - Added online presence indicator attribute online to match offline styling ([#5513](https://github.com/vector-im/element-android/issues/5513)) + - Add a presence sync enabling build config ([#5563](https://github.com/vector-im/element-android/issues/5563)) + - Show stickers on click ([#5572](https://github.com/vector-im/element-android/issues/5572)) + + Changes in Element v1.4.4 (2022-03-09) ====================================== diff --git a/changelog.d/4533.misc b/changelog.d/4533.misc deleted file mode 100644 index 1137a1c43c..0000000000 --- a/changelog.d/4533.misc +++ /dev/null @@ -1 +0,0 @@ -Improve headers UI in Rooms/Messages lists diff --git a/changelog.d/4780.bugfix b/changelog.d/4780.bugfix deleted file mode 100644 index 51eb1e4ad7..0000000000 --- a/changelog.d/4780.bugfix +++ /dev/null @@ -1 +0,0 @@ -Poll system notifications on Android are not user friendly \ No newline at end of file diff --git a/changelog.d/4860.bugfix b/changelog.d/4860.bugfix deleted file mode 100644 index 32049face4..0000000000 --- a/changelog.d/4860.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add colors for shield vector drawable \ No newline at end of file diff --git a/changelog.d/5230.feature b/changelog.d/5230.feature deleted file mode 100644 index b333a3f2c7..0000000000 --- a/changelog.d/5230.feature +++ /dev/null @@ -1 +0,0 @@ -Thread timeline is now live and much faster especially for large or old threads \ No newline at end of file diff --git a/changelog.d/5232.feature b/changelog.d/5232.feature deleted file mode 100644 index 8f3bec97bd..0000000000 --- a/changelog.d/5232.feature +++ /dev/null @@ -1 +0,0 @@ -View all threads per room screen is now live when the home server supports threads \ No newline at end of file diff --git a/changelog.d/5260.misc b/changelog.d/5260.misc deleted file mode 100644 index 36812e2c83..0000000000 --- a/changelog.d/5260.misc +++ /dev/null @@ -1 +0,0 @@ -Number of unread messages on space badge now include number of unread DMs \ No newline at end of file diff --git a/changelog.d/5270.misc b/changelog.d/5270.misc deleted file mode 100644 index 9bbe41af59..0000000000 --- a/changelog.d/5270.misc +++ /dev/null @@ -1 +0,0 @@ -Amend spaces menu to be consistent with iOS version \ No newline at end of file diff --git a/changelog.d/5271.sdk b/changelog.d/5271.sdk deleted file mode 100644 index b73d97ee4f..0000000000 --- a/changelog.d/5271.sdk +++ /dev/null @@ -1 +0,0 @@ -Adds support for MSC3440, additional threads homeserver capabilities \ No newline at end of file diff --git a/changelog.d/5340.bugfix b/changelog.d/5340.bugfix deleted file mode 100644 index 4c53f0088c..0000000000 --- a/changelog.d/5340.bugfix +++ /dev/null @@ -1 +0,0 @@ -Support both stable and unstable prefixes for Events about Polls and Location \ No newline at end of file diff --git a/changelog.d/5346.misc b/changelog.d/5346.misc deleted file mode 100644 index f979c180ef..0000000000 --- a/changelog.d/5346.misc +++ /dev/null @@ -1 +0,0 @@ -Selected space highlight changed in left panel \ No newline at end of file diff --git a/changelog.d/5347.misc b/changelog.d/5347.misc deleted file mode 100644 index 501ff71d7c..0000000000 --- a/changelog.d/5347.misc +++ /dev/null @@ -1 +0,0 @@ -[Rooms list] Do not suggest collapse the unique section \ No newline at end of file diff --git a/changelog.d/5375.wip b/changelog.d/5375.wip deleted file mode 100644 index 352b2385a9..0000000000 --- a/changelog.d/5375.wip +++ /dev/null @@ -1 +0,0 @@ -Dynamically showing/hiding onboarding personalisation screens based on the users homeserver capabilities \ No newline at end of file diff --git a/changelog.d/5378.misc b/changelog.d/5378.misc deleted file mode 100644 index 1cf6da5e59..0000000000 --- a/changelog.d/5378.misc +++ /dev/null @@ -1 +0,0 @@ -Add analytics support for threads \ No newline at end of file diff --git a/changelog.d/5384.misc b/changelog.d/5384.misc deleted file mode 100644 index dca87422bb..0000000000 --- a/changelog.d/5384.misc +++ /dev/null @@ -1 +0,0 @@ -Add top margin before our first message diff --git a/changelog.d/5389.wip b/changelog.d/5389.wip deleted file mode 100644 index 089fe2da1a..0000000000 --- a/changelog.d/5389.wip +++ /dev/null @@ -1 +0,0 @@ -Introduces FTUE personalisation complete screen along with confetti celebration \ No newline at end of file diff --git a/changelog.d/5395.feature b/changelog.d/5395.feature deleted file mode 100644 index eb16c6cd81..0000000000 --- a/changelog.d/5395.feature +++ /dev/null @@ -1 +0,0 @@ -Add a custom view to display a picker for share location options diff --git a/changelog.d/5408.misc b/changelog.d/5408.misc deleted file mode 100644 index 3807ee1da8..0000000000 --- a/changelog.d/5408.misc +++ /dev/null @@ -1 +0,0 @@ -Improved onboarding registration unit test coverage \ No newline at end of file diff --git a/changelog.d/5417.feature b/changelog.d/5417.feature deleted file mode 100644 index 8b64f9fc7f..0000000000 --- a/changelog.d/5417.feature +++ /dev/null @@ -1 +0,0 @@ -Add ability to pin a location on map for sharing diff --git a/changelog.d/5443.misc b/changelog.d/5443.misc deleted file mode 100644 index f9fd715403..0000000000 --- a/changelog.d/5443.misc +++ /dev/null @@ -1 +0,0 @@ -Adds stable room hierarchy endpoint with a fallback to the unstable one diff --git a/changelog.d/5448.bugfix b/changelog.d/5448.bugfix deleted file mode 100644 index c4e8fb4a49..0000000000 --- a/changelog.d/5448.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix missing messages when loading messages forwards diff --git a/changelog.d/5489.bugfix b/changelog.d/5489.bugfix deleted file mode 100644 index 69ef0118a8..0000000000 --- a/changelog.d/5489.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix presence indicator being aligned to the center of the room image \ No newline at end of file diff --git a/changelog.d/5501.misc b/changelog.d/5501.misc deleted file mode 100644 index 6c46a105b7..0000000000 --- a/changelog.d/5501.misc +++ /dev/null @@ -1 +0,0 @@ -Use ColorPrimary for attachmentGalleryButton tint \ No newline at end of file diff --git a/changelog.d/5513.misc b/changelog.d/5513.misc deleted file mode 100644 index 767a9f1843..0000000000 --- a/changelog.d/5513.misc +++ /dev/null @@ -1 +0,0 @@ -Added online presence indicator attribute online to match offline styling diff --git a/changelog.d/5514.bugfix b/changelog.d/5514.bugfix deleted file mode 100644 index 0dfbca6e9a..0000000000 --- a/changelog.d/5514.bugfix +++ /dev/null @@ -1 +0,0 @@ -Read receipt in wrong order \ No newline at end of file diff --git a/changelog.d/5521.bugfix b/changelog.d/5521.bugfix deleted file mode 100644 index 851396a770..0000000000 --- a/changelog.d/5521.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix mentions using matrix.to rather than client defined permalink base url diff --git a/changelog.d/5522.feature b/changelog.d/5522.feature deleted file mode 100644 index b50e8d1e60..0000000000 --- a/changelog.d/5522.feature +++ /dev/null @@ -1 +0,0 @@ -Poll Integration Tests \ No newline at end of file diff --git a/changelog.d/5536.feature b/changelog.d/5536.feature deleted file mode 100644 index bd0160f2fe..0000000000 --- a/changelog.d/5536.feature +++ /dev/null @@ -1 +0,0 @@ -Live location sharing: adding build config field and show permission dialog diff --git a/changelog.d/5540.bugfix b/changelog.d/5540.bugfix deleted file mode 100644 index 8887cf4074..0000000000 --- a/changelog.d/5540.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes crash when tapping the timeline verification surround box instead of the buttons \ No newline at end of file diff --git a/changelog.d/5547.bugfix b/changelog.d/5547.bugfix deleted file mode 100644 index 3eb631902b..0000000000 --- a/changelog.d/5547.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Notification mode] Wrong mode is displayed when the mention only is selected on the web client \ No newline at end of file diff --git a/changelog.d/5551.bugfix b/changelog.d/5551.bugfix deleted file mode 100644 index 22f9d51e18..0000000000 --- a/changelog.d/5551.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix local echos not being shown when re-opening rooms diff --git a/changelog.d/5552.bugfix b/changelog.d/5552.bugfix deleted file mode 100644 index 5061e642f0..0000000000 --- a/changelog.d/5552.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash when closing a room while decrypting timeline events diff --git a/changelog.d/5563.misc b/changelog.d/5563.misc deleted file mode 100644 index c0867365f6..0000000000 --- a/changelog.d/5563.misc +++ /dev/null @@ -1 +0,0 @@ -Add a presence sync enabling build config diff --git a/changelog.d/5564.bugfix b/changelog.d/5564.bugfix deleted file mode 100644 index 64891b503c..0000000000 --- a/changelog.d/5564.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix sometimes read marker not properly updating diff --git a/changelog.d/5571.feature b/changelog.d/5571.feature deleted file mode 100644 index 04b62b8940..0000000000 --- a/changelog.d/5571.feature +++ /dev/null @@ -1 +0,0 @@ -Live location sharing: Adding indicator view when enabled diff --git a/changelog.d/5572.misc b/changelog.d/5572.misc deleted file mode 100644 index d37d8fe07d..0000000000 --- a/changelog.d/5572.misc +++ /dev/null @@ -1,2 +0,0 @@ -Show stickers on click - diff --git a/fastlane/metadata/android/en-US/changelogs/40104060.txt b/fastlane/metadata/android/en-US/changelogs/40104060.txt new file mode 100644 index 0000000000..1863bef5fb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40104060.txt @@ -0,0 +1,2 @@ +Main changes in this version: Thread timeline are now live and faster. Various bug fixes and stability improvements. +Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.4.6 \ No newline at end of file