Skip to content

Commit 81a2a4a

Browse files
committed
Merge tag 'v1.5.24' into develop
tag
2 parents f8283e4 + 8667797 commit 81a2a4a

File tree

17 files changed

+36
-16
lines changed

17 files changed

+36
-16
lines changed

CHANGES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
Changes in Element v1.5.24 (2023-02-08)
2+
=======================================
3+
4+
Features ✨
5+
----------
6+
- [Rich text editor] Add inline code to rich text editor ([#8011](https://github.com/vector-im/element-android/issues/8011))
7+
8+
Bugfixes 🐛
9+
----------
10+
- If media cache is large, Settings > General takes a long time to open ([#5918](https://github.com/vector-im/element-android/issues/5918))
11+
- Fix that replies to @roomba would be highlighted as a room ping. Contributed by Nico. ([#6457](https://github.com/vector-im/element-android/issues/6457))
12+
- Cannot select text properly in plain text mode when using Rich Text Editor. ([#7801](https://github.com/vector-im/element-android/issues/7801))
13+
- Fix the next button disabled issue after going to change homeserver screen ([#7928](https://github.com/vector-im/element-android/issues/7928))
14+
- Fix extra new lines added to inline code ([#7975](https://github.com/vector-im/element-android/issues/7975))
15+
- [Voice Broadcast] Use internal playback timer to compute the current playback position ([#8012](https://github.com/vector-im/element-android/issues/8012))
16+
- Do not send any request to Posthog if no consent is provided. ([#8031](https://github.com/vector-im/element-android/issues/8031))
17+
- [Voice Broadcast] We should not be able to start broadcasting if there is already a live broadcast in the Room ([#8062](https://github.com/vector-im/element-android/issues/8062))
18+
19+
In development 🚧
20+
----------------
21+
- [Poll] History list: unmock data ([#7864](https://github.com/vector-im/element-android/issues/7864))
22+
23+
SDK API changes ⚠️
24+
------------------
25+
- [Poll] Adding PollHistoryService ([#7864](https://github.com/vector-im/element-android/issues/7864))
26+
- [Push rules] Call /actions api before /enabled api ([#8005](https://github.com/vector-im/element-android/issues/8005))
27+
28+
Other changes
29+
-------------
30+
- Let the user know when we are not able to decrypt the voice broadcast chunks ([#7820](https://github.com/vector-im/element-android/issues/7820))
31+
- [Voice Broadcast] Show Live broadcast in the room list only if the feature flag is enabled in the lab ([#8042](https://github.com/vector-im/element-android/issues/8042))
32+
- Improve the `CountUpTimer` implementation ([#8058](https://github.com/vector-im/element-android/issues/8058))
33+
34+
135
Changes in Element v1.5.22 (2023-01-25)
236
=======================================
337

changelog.d/5918.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/6457.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7801.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7820.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7864.sdk

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7864.wip

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7928.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/7975.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8005.sdk

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)