diff --git a/CHANGES.md b/CHANGES.md index bd05deed76..4046f06e0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,26 @@ +Changes in Element X v0.4.15 (2024-06-19) +========================================= + +Features ✨ +---------- + - Ringing call notifications and full screen ringing screen for DMs when the device is locked. ([#2894](https://github.com/element-hq/element-x-android/issues/2894)) + +Bugfixes 🐛 +---------- + - Improve UX on notification setting changes. ([#1647](https://github.com/element-hq/element-x-android/issues/1647)) + - Fix tracing configuration in debug and nightlies: + - Debug will now write the logs to disk too. + - Nightly will be able to customise tracing filters. + - Improved the configure tracing and bug report screens. ([#3016](https://github.com/element-hq/element-x-android/issues/3016)) + +Other changes +------------- + - Allow cancelling jump to event in timeline. ([#2876](https://github.com/element-hq/element-x-android/issues/2876)) + - Make Element Call widget URL configurable ([#3009](https://github.com/element-hq/element-x-android/issues/3009)) + - Enable hidden access to developer options in release mode apps. ([#3020](https://github.com/element-hq/element-x-android/issues/3020)) + - Improve how active calls work by also taking into account external url calls and waiting for the sync process to start before sending the `m.call.notify` event. ([#3029](https://github.com/element-hq/element-x-android/issues/3029)) + + Changes in Element X v0.4.14 (2024-06-07) ========================================= diff --git a/changelog.d/1647.bugfix b/changelog.d/1647.bugfix deleted file mode 100644 index 31fdd2e9f9..0000000000 --- a/changelog.d/1647.bugfix +++ /dev/null @@ -1 +0,0 @@ -Improve UX on notification setting changes. diff --git a/changelog.d/2876.misc b/changelog.d/2876.misc deleted file mode 100644 index b75bdf0e1c..0000000000 --- a/changelog.d/2876.misc +++ /dev/null @@ -1 +0,0 @@ -Allow cancelling jump to event in timeline. diff --git a/changelog.d/2894.feature b/changelog.d/2894.feature deleted file mode 100644 index 6c9067ebed..0000000000 --- a/changelog.d/2894.feature +++ /dev/null @@ -1 +0,0 @@ -Ringing call notifications and full screen ringing screen for DMs when the device is locked. diff --git a/changelog.d/3009.misc b/changelog.d/3009.misc deleted file mode 100644 index 9a06b57eee..0000000000 --- a/changelog.d/3009.misc +++ /dev/null @@ -1 +0,0 @@ -Make Element Call widget URL configurable diff --git a/changelog.d/3016.bugfix b/changelog.d/3016.bugfix deleted file mode 100644 index df7b7da7dd..0000000000 --- a/changelog.d/3016.bugfix +++ /dev/null @@ -1,5 +0,0 @@ -Fix tracing configuration in debug and nightlies: - -- Debug will now write the logs to disk too. -- Nightly will be able to customise tracing filters. -- Improved the configure tracing and bug report screens. diff --git a/changelog.d/3020.misc b/changelog.d/3020.misc deleted file mode 100644 index 8d9665917d..0000000000 --- a/changelog.d/3020.misc +++ /dev/null @@ -1 +0,0 @@ -Enable hidden access to developer options in release mode apps. diff --git a/changelog.d/3029.misc b/changelog.d/3029.misc deleted file mode 100644 index 3d0fe41d17..0000000000 --- a/changelog.d/3029.misc +++ /dev/null @@ -1 +0,0 @@ -Improve how active calls work by also taking into account external url calls and waiting for the sync process to start before sending the `m.call.notify` event.