diff --git a/CHANGES.md b/CHANGES.md index 7e2df7716b..cfea189c21 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,34 @@ +Changes in Element v1.5.6 (2022-11-02) +====================================== + +Features ✨ +---------- + - Add new UI for selecting an attachment ([#7429](https://github.com/vector-im/element-android/issues/7429)) + - Multi selection in sessions list ([#7396](https://github.com/vector-im/element-android/issues/7396)) + +Bugfixes 🐛 +---------- + - New line and Enter hardware key presses deleting existing text in some keyboards. ([#7357](https://github.com/vector-im/element-android/issues/7357)) + - Fix share actions using share dialog. ([#7400](https://github.com/vector-im/element-android/issues/7400)) + - Fix crash by disabling Flipper on Android API 22 and below - only affects debug version of the application. ([#7428](https://github.com/vector-im/element-android/issues/7428)) + +In development 🚧 +---------------- + - [Voice Broadcast] Live listening support ([#7419](https://github.com/vector-im/element-android/issues/7419)) + - [Voice Broadcast] Improve rendering in the timeline ([#7421](https://github.com/vector-im/element-android/issues/7421)) + - Add logic for sign in with QR code ([#7369](https://github.com/vector-im/element-android/issues/7369)) + +SDK API changes ⚠️ +------------------ + - Add MetricPlugin interface to implement metrics in SDK clients. ([#7438](https://github.com/vector-im/element-android/issues/7438)) + +Other changes +------------- + - Upgrade Jitsi SDK to 6.2.2 and WebRtc to 1.106.1-jitsi-12039821. ([#6195](https://github.com/vector-im/element-android/issues/6195)) + - Gets thread notifications from sync response ([#7424](https://github.com/vector-im/element-android/issues/7424)) + - Replace org.apache.sanselan:sanselan by org.apache.commons:commons-imaging ([#7454](https://github.com/vector-im/element-android/issues/7454)) + + Changes in Element v1.5.4 (2022-10-19) ====================================== diff --git a/changelog.d/6195.misc b/changelog.d/6195.misc deleted file mode 100644 index 96fd553d5c..0000000000 --- a/changelog.d/6195.misc +++ /dev/null @@ -1 +0,0 @@ -Upgrade Jitsi SDK to 6.2.2 and WebRtc to 1.106.1-jitsi-12039821. diff --git a/changelog.d/7357.bugfix b/changelog.d/7357.bugfix deleted file mode 100644 index 697c92b31e..0000000000 --- a/changelog.d/7357.bugfix +++ /dev/null @@ -1 +0,0 @@ -New line and Enter hardware key presses deleting existing text in some keyboards. diff --git a/changelog.d/7369.feature b/changelog.d/7369.feature deleted file mode 100644 index 240fac3516..0000000000 --- a/changelog.d/7369.feature +++ /dev/null @@ -1 +0,0 @@ -Add logic for sign in with QR code diff --git a/changelog.d/7396.feature b/changelog.d/7396.feature deleted file mode 100644 index 8ce14eb3d3..0000000000 --- a/changelog.d/7396.feature +++ /dev/null @@ -1 +0,0 @@ -Multi selection in sessions list diff --git a/changelog.d/7400.bugfix b/changelog.d/7400.bugfix deleted file mode 100644 index 51c0708308..0000000000 --- a/changelog.d/7400.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix share actions using share dialog. diff --git a/changelog.d/7419.wip b/changelog.d/7419.wip deleted file mode 100644 index 06f69dfa7f..0000000000 --- a/changelog.d/7419.wip +++ /dev/null @@ -1 +0,0 @@ -[Voice Broadcast] Live listening support diff --git a/changelog.d/7421.wip b/changelog.d/7421.wip deleted file mode 100644 index 4a399eee04..0000000000 --- a/changelog.d/7421.wip +++ /dev/null @@ -1 +0,0 @@ -[Voice Broadcast] Improve rendering in the timeline diff --git a/changelog.d/7424.misc b/changelog.d/7424.misc deleted file mode 100644 index 6c6673eaf0..0000000000 --- a/changelog.d/7424.misc +++ /dev/null @@ -1 +0,0 @@ -Gets thread notifications from sync response diff --git a/changelog.d/7428.bugfix b/changelog.d/7428.bugfix deleted file mode 100644 index 8f014af31b..0000000000 --- a/changelog.d/7428.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash by disabling Flipper on Android API 22 and below - only affects debug version of the application. diff --git a/changelog.d/7429.feature b/changelog.d/7429.feature deleted file mode 100644 index 9857452eca..0000000000 --- a/changelog.d/7429.feature +++ /dev/null @@ -1 +0,0 @@ -Add new UI for selecting an attachment diff --git a/changelog.d/7438.sdk b/changelog.d/7438.sdk deleted file mode 100644 index 60463aed68..0000000000 --- a/changelog.d/7438.sdk +++ /dev/null @@ -1 +0,0 @@ -Add MetricPlugin interface to implement metrics in SDK clients. diff --git a/changelog.d/7454.misc b/changelog.d/7454.misc deleted file mode 100644 index beba9717b8..0000000000 --- a/changelog.d/7454.misc +++ /dev/null @@ -1 +0,0 @@ -Replace org.apache.sanselan:sanselan by org.apache.commons:commons-imaging diff --git a/fastlane/metadata/android/en-US/changelogs/40105060.txt b/fastlane/metadata/android/en-US/changelogs/40105060.txt new file mode 100644 index 0000000000..8269f7145c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40105060.txt @@ -0,0 +1,2 @@ +Main changes in this version: new UI for selecting an attachment. +Full changelog: https://github.com/vector-im/element-android/releases