|
1 |
| -Changes in [3.64.0-rc.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.64.0-rc.4) (2023-01-17) |
2 |
| -=============================================================================================================== |
3 |
| - |
4 |
| -## 🐛 Bug Fixes |
5 |
| - * Correctly handle limited sync responses by resetting the thread timeline ([\#3056](https://github.com/matrix-org/matrix-js-sdk/pull/3056)). Fixes vector-im/element-web#23952. |
6 |
| - |
7 |
| -Changes in [3.64.0-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.64.0-rc.3) (2023-01-13) |
8 |
| -=============================================================================================================== |
9 |
| - |
10 |
| -## 🐛 Bug Fixes |
11 |
| - * Fix failure to start in firefox private browser ([\#3058](https://github.com/matrix-org/matrix-js-sdk/pull/3058)). Fixes vector-im/element-web#24216. |
12 |
| - |
13 |
| -Changes in [3.64.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.64.0-rc.2) (2023-01-12) |
14 |
| -=============================================================================================================== |
| 1 | +Changes in [3.64.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.64.0) (2023-01-18) |
| 2 | +===================================================================================================== |
15 | 3 |
|
16 | 4 | ## ✨ Features
|
17 | 5 | * Switch threads on for everyone ([\#9879](https://github.com/matrix-org/matrix-react-sdk/pull/9879)).
|
18 |
| - |
19 |
| -Changes in [3.64.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.64.0-rc.1) (2023-01-11) |
20 |
| -=============================================================================================================== |
21 |
| - |
22 |
| -## ✨ Features |
23 | 6 | * Make threads use new UTD UI ([\#9876](https://github.com/matrix-org/matrix-react-sdk/pull/9876)). Fixes vector-im/element-web#24060.
|
24 | 7 | * Add edit and remove actions to link in RTE ([\#9864](https://github.com/matrix-org/matrix-react-sdk/pull/9864)).
|
25 | 8 | * Remove extensible events v1 experimental rendering ([\#9881](https://github.com/matrix-org/matrix-react-sdk/pull/9881)).
|
@@ -70,6 +53,8 @@ Changes in [3.64.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases
|
70 | 53 | * Ensure that events are correctly updated when they are edited. ([\#9789](https://github.com/matrix-org/matrix-react-sdk/pull/9789)).
|
71 | 54 | * When stopping a broadcast also stop the playback ([\#9795](https://github.com/matrix-org/matrix-react-sdk/pull/9795)). Fixes vector-im/element-web#24052.
|
72 | 55 | * Prevent to start two broadcasts at the same time ([\#9744](https://github.com/matrix-org/matrix-react-sdk/pull/9744)). Fixes vector-im/element-web#23973.
|
| 56 | + * Correctly handle limited sync responses by resetting the thread timeline ([\#3056](https://github.com/matrix-org/matrix-js-sdk/pull/3056)). Fixes vector-im/element-web#23952. |
| 57 | + * Fix failure to start in firefox private browser ([\#3058](https://github.com/matrix-org/matrix-js-sdk/pull/3058)). Fixes vector-im/element-web#24216. |
73 | 58 |
|
74 | 59 | Changes in [3.63.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.63.0) (2022-12-21)
|
75 | 60 | =====================================================================================================
|
|
0 commit comments