commit
6e7b095254
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
||||||
|
Changes in Element v1.6.18 (2024-06-25)
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
Bugfixes 🐛
|
||||||
|
----------
|
||||||
|
- Fix redacted events not grouped correctly when hidden events are inserted between. ([#8840](https://github.com/element-hq/element-android/issues/8840))
|
||||||
|
- Element-Android session doesn't encrypt for a dehydrated device ([#8842](https://github.com/element-hq/element-android/issues/8842))
|
||||||
|
- Intercept only links from `element.io` well known hosts. The previous behaviour broke OIDC login in Element X. ([#8894](https://github.com/element-hq/element-android/issues/8894))
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
-------------
|
||||||
|
- Posthog | report platform code for EA ([#8839](https://github.com/element-hq/element-android/issues/8839))
|
||||||
|
|
||||||
|
|
||||||
Changes in Element v1.6.16 (2024-05-29)
|
Changes in Element v1.6.16 (2024-05-29)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Posthog | report platform code for EA
|
|
|
@ -1 +0,0 @@
|
||||||
Fix redacted events not grouped correctly when hidden events are inserted between.
|
|
|
@ -1 +0,0 @@
|
||||||
Element-Android session doesn't encrypt for a dehydrated device
|
|
|
@ -1 +0,0 @@
|
||||||
Intercept only links from `element.io` well known hosts. The previous behaviour broke OIDC login in Element X.
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Main changes in this version: Bugfixes.
|
||||||
|
Full changelog: https://github.com/element-hq/element-android/releases
|
Loading…
Reference in New Issue