diff --git a/CHANGES.md b/CHANGES.md index fbefb75e06..a776f483e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +Changes in Element v1.3.11 (2021-12-17) +======================================= + +Bugfixes 🐛 +---------- + - Fixing proximity sensor still being active after a call ([#2467](https://github.com/vector-im/element-android/issues/2467)) + - Fix name and shield are truncated in the room detail screen ([#4700](https://github.com/vector-im/element-android/issues/4700)) + - Call banner: center text vertically ([#4710](https://github.com/vector-im/element-android/issues/4710)) + - Fixes unable to render messages by allowing them to render whilst the emoji library is initialising ([#4733](https://github.com/vector-im/element-android/issues/4733)) + - Fix app crash uppon long press on a reply event ([#4742](https://github.com/vector-im/element-android/issues/4742)) + - Fixes crash when launching rooms which contain emojis in the emote content on android 12+ ([#4743](https://github.com/vector-im/element-android/issues/4743)) + +Other changes +------------- + - Avoids leaking the activity windows when loading dialogs are displaying ([#4713](https://github.com/vector-im/element-android/issues/4713)) + + Changes in Element v1.3.10 (2021-12-14) ======================================= diff --git a/changelog.d/2467.bugfix b/changelog.d/2467.bugfix deleted file mode 100644 index e707199e8a..0000000000 --- a/changelog.d/2467.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixing proximity sensor still being active after a call \ No newline at end of file diff --git a/changelog.d/4700.bugfix b/changelog.d/4700.bugfix deleted file mode 100644 index c8ad7c9b66..0000000000 --- a/changelog.d/4700.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix name and shield are truncated in the room detail screen \ No newline at end of file diff --git a/changelog.d/4710.bugfix b/changelog.d/4710.bugfix deleted file mode 100644 index 4abfaa91bd..0000000000 --- a/changelog.d/4710.bugfix +++ /dev/null @@ -1 +0,0 @@ -Call banner: center text vertically \ No newline at end of file diff --git a/changelog.d/4713.misc b/changelog.d/4713.misc deleted file mode 100644 index 5207c03871..0000000000 --- a/changelog.d/4713.misc +++ /dev/null @@ -1 +0,0 @@ -Avoids leaking the activity windows when loading dialogs are displaying \ No newline at end of file diff --git a/changelog.d/4733.bugfix b/changelog.d/4733.bugfix deleted file mode 100644 index 53979d21c4..0000000000 --- a/changelog.d/4733.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes unable to render messages by allowing them to render whilst the emoji library is initialising \ No newline at end of file diff --git a/changelog.d/4742.bugfix b/changelog.d/4742.bugfix deleted file mode 100644 index ba4f32acf7..0000000000 --- a/changelog.d/4742.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix app crash uppon long press on a reply event diff --git a/changelog.d/4743.bugfix b/changelog.d/4743.bugfix deleted file mode 100644 index 645b812314..0000000000 --- a/changelog.d/4743.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes crash when launching rooms which contain emojis in the emote content on android 12+ \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/40103110.txt b/fastlane/metadata/android/en-US/changelogs/40103110.txt new file mode 100644 index 0000000000..c28b303a35 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40103110.txt @@ -0,0 +1,2 @@ +Main changes in this version: Bug fixes! +Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.11 \ No newline at end of file