Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9bb906f

Browse files
committed
Prepare changelog for v3.13.0-rc.1
1 parent 815a126 commit 9bb906f

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,103 @@
1+
Changes in [3.13.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.13.0-rc.1) (2021-01-29)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.12.1...v3.13.0-rc.1)
4+
5+
* Upgrade to JS SDK 9.6.0-rc.1
6+
* Translations update from Weblate
7+
[\#5597](https://github.com/matrix-org/matrix-react-sdk/pull/5597)
8+
* Support managed hybrid widgets from config
9+
[\#5596](https://github.com/matrix-org/matrix-react-sdk/pull/5596)
10+
* Add managed hybrid call widgets when supported
11+
[\#5594](https://github.com/matrix-org/matrix-react-sdk/pull/5594)
12+
* Tweak mobile guide toast copy
13+
[\#5595](https://github.com/matrix-org/matrix-react-sdk/pull/5595)
14+
* Improve SSO auth flow
15+
[\#5578](https://github.com/matrix-org/matrix-react-sdk/pull/5578)
16+
* Add optional mobile guide toast
17+
[\#5586](https://github.com/matrix-org/matrix-react-sdk/pull/5586)
18+
* Fix invisible text after logging out in the dark theme
19+
[\#5588](https://github.com/matrix-org/matrix-react-sdk/pull/5588)
20+
* Fix escape for cancelling replies
21+
[\#5591](https://github.com/matrix-org/matrix-react-sdk/pull/5591)
22+
* Update widget-api to beta.12
23+
[\#5589](https://github.com/matrix-org/matrix-react-sdk/pull/5589)
24+
* Add commands for DM conversion
25+
[\#5540](https://github.com/matrix-org/matrix-react-sdk/pull/5540)
26+
* Run a UI refresh over the OIDC Exchange confirmation dialog
27+
[\#5580](https://github.com/matrix-org/matrix-react-sdk/pull/5580)
28+
* Allow stickerpickers the legacy "visibility" capability
29+
[\#5581](https://github.com/matrix-org/matrix-react-sdk/pull/5581)
30+
* Hide local video if it is muted
31+
[\#5529](https://github.com/matrix-org/matrix-react-sdk/pull/5529)
32+
* Don't use name width in reply thread for IRC layout
33+
[\#5518](https://github.com/matrix-org/matrix-react-sdk/pull/5518)
34+
* Update code_style.md
35+
[\#5554](https://github.com/matrix-org/matrix-react-sdk/pull/5554)
36+
* Fix Czech capital letters like ŠČŘ...
37+
[\#5569](https://github.com/matrix-org/matrix-react-sdk/pull/5569)
38+
* Add optional search shortcut
39+
[\#5548](https://github.com/matrix-org/matrix-react-sdk/pull/5548)
40+
* Fix Sudden 'find a room' UI shows up when the only room moves to favourites
41+
[\#5584](https://github.com/matrix-org/matrix-react-sdk/pull/5584)
42+
* Increase PersistedElement's z-index
43+
[\#5568](https://github.com/matrix-org/matrix-react-sdk/pull/5568)
44+
* Remove check that prevents Jitsi widgets from being unpinned
45+
[\#5582](https://github.com/matrix-org/matrix-react-sdk/pull/5582)
46+
* Fix Jitsi widgets causing localized tile crashes
47+
[\#5583](https://github.com/matrix-org/matrix-react-sdk/pull/5583)
48+
* Log candidates for calls
49+
[\#5573](https://github.com/matrix-org/matrix-react-sdk/pull/5573)
50+
* Upgrade deps 2021-01
51+
[\#5579](https://github.com/matrix-org/matrix-react-sdk/pull/5579)
52+
* Fix "Continuing without email" dialog bug
53+
[\#5566](https://github.com/matrix-org/matrix-react-sdk/pull/5566)
54+
* Require registration for verification actions
55+
[\#5574](https://github.com/matrix-org/matrix-react-sdk/pull/5574)
56+
* Don't play the hangup sound when the call is answered from elsewhere
57+
[\#5572](https://github.com/matrix-org/matrix-react-sdk/pull/5572)
58+
* Move to newer base image for end-to-end tests
59+
[\#5570](https://github.com/matrix-org/matrix-react-sdk/pull/5570)
60+
* Update widgets in the room upon join
61+
[\#5564](https://github.com/matrix-org/matrix-react-sdk/pull/5564)
62+
* Update AuxPanel and related buttons when widgets change or on reload
63+
[\#5563](https://github.com/matrix-org/matrix-react-sdk/pull/5563)
64+
* Add VoIP user mapper
65+
[\#5560](https://github.com/matrix-org/matrix-react-sdk/pull/5560)
66+
* Improve styling of SSO Buttons for multiple IdPs
67+
[\#5558](https://github.com/matrix-org/matrix-react-sdk/pull/5558)
68+
* Fixes for the general tab in the room dialog
69+
[\#5522](https://github.com/matrix-org/matrix-react-sdk/pull/5522)
70+
* fix issue 16226 to allow switching back to default HS.
71+
[\#5561](https://github.com/matrix-org/matrix-react-sdk/pull/5561)
72+
* Support room-defined widget layouts
73+
[\#5553](https://github.com/matrix-org/matrix-react-sdk/pull/5553)
74+
* Change a bunch of strings from Recovery Key/Phrase to Security Key/Phrase
75+
[\#5533](https://github.com/matrix-org/matrix-react-sdk/pull/5533)
76+
* Give a bigger target area to AppsDrawer vertical resizer
77+
[\#5557](https://github.com/matrix-org/matrix-react-sdk/pull/5557)
78+
* Fix minimized left panel avatar alignment
79+
[\#5493](https://github.com/matrix-org/matrix-react-sdk/pull/5493)
80+
* Ensure component index has been written before renaming
81+
[\#5556](https://github.com/matrix-org/matrix-react-sdk/pull/5556)
82+
* Fixed continue button while selecting home-server
83+
[\#5552](https://github.com/matrix-org/matrix-react-sdk/pull/5552)
84+
* Wire up MSC2931 widget navigation
85+
[\#5527](https://github.com/matrix-org/matrix-react-sdk/pull/5527)
86+
* Various fixes for Bridge Info page (MSC2346)
87+
[\#5454](https://github.com/matrix-org/matrix-react-sdk/pull/5454)
88+
* Use room-specific listeners for message preview and community prototype
89+
[\#5547](https://github.com/matrix-org/matrix-react-sdk/pull/5547)
90+
* Fix some misc. React warnings when viewing timeline
91+
[\#5546](https://github.com/matrix-org/matrix-react-sdk/pull/5546)
92+
* Use device storage for allowed widgets if account data not supported
93+
[\#5544](https://github.com/matrix-org/matrix-react-sdk/pull/5544)
94+
* Fix incoming call box on dark theme
95+
[\#5542](https://github.com/matrix-org/matrix-react-sdk/pull/5542)
96+
* Convert DMRoomMap to typescript
97+
[\#5541](https://github.com/matrix-org/matrix-react-sdk/pull/5541)
98+
* Add in-call dialpad for DTMF sending
99+
[\#5532](https://github.com/matrix-org/matrix-react-sdk/pull/5532)
100+
1101
Changes in [3.12.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.12.1) (2021-01-26)
2102
=====================================================================================================
3103
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.12.0...v3.12.1)

0 commit comments

Comments
 (0)