mirror of https://github.com/vector-im/riot-web
Prepare changelog for v3.1.0-rc.1
parent
31c66a1128
commit
bc66ec851a
40
CHANGELOG.md
40
CHANGELOG.md
|
@ -1,3 +1,43 @@
|
|||
Changes in [3.1.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.1.0-rc.1) (2020-07-31)
|
||||
=============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.0.0...v3.1.0-rc.1)
|
||||
|
||||
* Upgrade JS SDK to 8.0.1-rc.1
|
||||
* Update from Weblate
|
||||
[\#5071](https://github.com/matrix-org/matrix-react-sdk/pull/5071)
|
||||
* Add local echo for notifications in the new room list
|
||||
[\#5065](https://github.com/matrix-org/matrix-react-sdk/pull/5065)
|
||||
* Fix various small regressions in the room list's behaviour
|
||||
[\#5070](https://github.com/matrix-org/matrix-react-sdk/pull/5070)
|
||||
* Remove redundant lint dependencies
|
||||
[\#5059](https://github.com/matrix-org/matrix-react-sdk/pull/5059)
|
||||
* Fix key backup warning on soft logout page
|
||||
[\#5069](https://github.com/matrix-org/matrix-react-sdk/pull/5069)
|
||||
* Bump elliptic from 6.5.2 to 6.5.3
|
||||
[\#5066](https://github.com/matrix-org/matrix-react-sdk/pull/5066)
|
||||
* Fix crash on logging in again after soft logout
|
||||
[\#5068](https://github.com/matrix-org/matrix-react-sdk/pull/5068)
|
||||
* Convert right_panel to TS
|
||||
[\#5036](https://github.com/matrix-org/matrix-react-sdk/pull/5036)
|
||||
* Remove all unreferenced images
|
||||
[\#5063](https://github.com/matrix-org/matrix-react-sdk/pull/5063)
|
||||
* Provide nicer error for no known servers error when accepting an invite
|
||||
[\#5061](https://github.com/matrix-org/matrix-react-sdk/pull/5061)
|
||||
* add logging for keytar/pickle key
|
||||
[\#5057](https://github.com/matrix-org/matrix-react-sdk/pull/5057)
|
||||
* Don't speak the outgoing message if it is in the Sending state.
|
||||
[\#4075](https://github.com/matrix-org/matrix-react-sdk/pull/4075)
|
||||
* Remove poorly contrasted "dark style" heading in Room Preview Bar
|
||||
[\#5052](https://github.com/matrix-org/matrix-react-sdk/pull/5052)
|
||||
* Fix Query Matcher regression with certain unhomoglyph'd characters
|
||||
[\#5050](https://github.com/matrix-org/matrix-react-sdk/pull/5050)
|
||||
* Fix handlebar interaction
|
||||
[\#4989](https://github.com/matrix-org/matrix-react-sdk/pull/4989)
|
||||
* Minor improvements to filtering performance
|
||||
[\#5054](https://github.com/matrix-org/matrix-react-sdk/pull/5054)
|
||||
* Fix TextWithTooltip "leaking" tooltip wrappers
|
||||
[\#5055](https://github.com/matrix-org/matrix-react-sdk/pull/5055)
|
||||
|
||||
Changes in [3.0.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.0.0) (2020-07-27)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.10.1...v3.0.0)
|
||||
|
|
Loading…
Reference in New Issue