Skip to content

Commit 364f248

Browse files
committed
Prepare changelog for v3.15.0-rc.1
1 parent e3f08ad commit 364f248

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
Changes in [3.15.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.15.0-rc.1) (2021-02-24)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0...v3.15.0-rc.1)
4+
5+
* Upgrade to JS SDK 9.8.0-rc.1
6+
* Translations update from Weblate
7+
[\#5683](https://github.com/matrix-org/matrix-react-sdk/pull/5683)
8+
* Fix object diffing when objects have different keys
9+
[\#5681](https://github.com/matrix-org/matrix-react-sdk/pull/5681)
10+
* Add <code> if it's missing
11+
[\#5673](https://github.com/matrix-org/matrix-react-sdk/pull/5673)
12+
* Add email only if the verification is complete
13+
[\#5629](https://github.com/matrix-org/matrix-react-sdk/pull/5629)
14+
* Fix portrait videocalls
15+
[\#5676](https://github.com/matrix-org/matrix-react-sdk/pull/5676)
16+
* Tweak code block icon positions
17+
[\#5643](https://github.com/matrix-org/matrix-react-sdk/pull/5643)
18+
* Revert "Improve URL preview formatting and image upload thumbnail size"
19+
[\#5677](https://github.com/matrix-org/matrix-react-sdk/pull/5677)
20+
* Fix context menu leaving visible area
21+
[\#5644](https://github.com/matrix-org/matrix-react-sdk/pull/5644)
22+
* Jitsi conferences names, take 3
23+
[\#5675](https://github.com/matrix-org/matrix-react-sdk/pull/5675)
24+
* Update isUserOnDarkTheme to take use_system_theme in account
25+
[\#5670](https://github.com/matrix-org/matrix-react-sdk/pull/5670)
26+
* Discard some dead code
27+
[\#5665](https://github.com/matrix-org/matrix-react-sdk/pull/5665)
28+
* Add developer tool to explore and edit settings
29+
[\#5664](https://github.com/matrix-org/matrix-react-sdk/pull/5664)
30+
* Use and create new room helpers
31+
[\#5663](https://github.com/matrix-org/matrix-react-sdk/pull/5663)
32+
* Clear message previews when the maximum limit is reached for history
33+
[\#5661](https://github.com/matrix-org/matrix-react-sdk/pull/5661)
34+
* VoIP virtual rooms, mk II
35+
[\#5639](https://github.com/matrix-org/matrix-react-sdk/pull/5639)
36+
* Disable chat effects when reduced motion preferred
37+
[\#5660](https://github.com/matrix-org/matrix-react-sdk/pull/5660)
38+
* Improve URL preview formatting and image upload thumbnail size
39+
[\#5637](https://github.com/matrix-org/matrix-react-sdk/pull/5637)
40+
* Fix border radius when the panel is collapsed
41+
[\#5641](https://github.com/matrix-org/matrix-react-sdk/pull/5641)
42+
* Use a more generic layout setting - useIRCLayout → layout
43+
[\#5571](https://github.com/matrix-org/matrix-react-sdk/pull/5571)
44+
* Remove redundant lockOrigin parameter from usercontent
45+
[\#5657](https://github.com/matrix-org/matrix-react-sdk/pull/5657)
46+
* Set ICE candidate pool size option
47+
[\#5655](https://github.com/matrix-org/matrix-react-sdk/pull/5655)
48+
* Prepare to encrypt when a call arrives
49+
[\#5654](https://github.com/matrix-org/matrix-react-sdk/pull/5654)
50+
* Use config for host signup branding
51+
[\#5650](https://github.com/matrix-org/matrix-react-sdk/pull/5650)
52+
* Use randomly generated conference names for Jitsi
53+
[\#5649](https://github.com/matrix-org/matrix-react-sdk/pull/5649)
54+
* Modified regex to account for an immediate new line after slash commands
55+
[\#5647](https://github.com/matrix-org/matrix-react-sdk/pull/5647)
56+
* Fix codeblock scrollbar color for non-Firefox
57+
[\#5642](https://github.com/matrix-org/matrix-react-sdk/pull/5642)
58+
* Fix codeblock scrollbar colors
59+
[\#5630](https://github.com/matrix-org/matrix-react-sdk/pull/5630)
60+
* Added loading and disabled the button while searching for server
61+
[\#5634](https://github.com/matrix-org/matrix-react-sdk/pull/5634)
62+
163
Changes in [3.14.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.14.0) (2021-02-16)
264
=====================================================================================================
365
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0-rc.1...v3.14.0)

0 commit comments

Comments
 (0)