Skip to content

Commit 0123542

Browse files
committed
Prepare changelog for v2.9.0-rc.1
1 parent 161c37d commit 0123542

File tree

1 file changed

+148
-0
lines changed

1 file changed

+148
-0
lines changed

CHANGELOG.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,151 @@
1+
Changes in [2.9.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.9.0-rc.1) (2020-07-01)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.8.1...v2.9.0-rc.1)
4+
5+
* Upgrade to JS SDK 7.1.0-rc.1
6+
* Update from Weblate
7+
[\#4869](https://github.com/matrix-org/matrix-react-sdk/pull/4869)
8+
* Fix a number of proliferation issues in the new room list
9+
[\#4828](https://github.com/matrix-org/matrix-react-sdk/pull/4828)
10+
* Fix jumping to read marker for events without tiles
11+
[\#4860](https://github.com/matrix-org/matrix-react-sdk/pull/4860)
12+
* De-duplicate rooms from the room autocomplete provider
13+
[\#4859](https://github.com/matrix-org/matrix-react-sdk/pull/4859)
14+
* Add file upload button to recovery key input
15+
[\#4847](https://github.com/matrix-org/matrix-react-sdk/pull/4847)
16+
* Implement new design on security setup & login
17+
[\#4831](https://github.com/matrix-org/matrix-react-sdk/pull/4831)
18+
* Fix /join slash command via servers including room id as a via
19+
[\#4856](https://github.com/matrix-org/matrix-react-sdk/pull/4856)
20+
* Add Generic Expiring Toast and timing hooks
21+
[\#4855](https://github.com/matrix-org/matrix-react-sdk/pull/4855)
22+
* Fix Room Custom Sounds regression and make ProgressBar relevant again
23+
[\#4846](https://github.com/matrix-org/matrix-react-sdk/pull/4846)
24+
* Including start_sso and start_cas in redirect loop prevention
25+
[\#4854](https://github.com/matrix-org/matrix-react-sdk/pull/4854)
26+
* Clean up TODO comments for new room list
27+
[\#4850](https://github.com/matrix-org/matrix-react-sdk/pull/4850)
28+
* Show timestamp of redaction on hover
29+
[\#4622](https://github.com/matrix-org/matrix-react-sdk/pull/4622)
30+
* Remove the DM button from new room tiles
31+
[\#4849](https://github.com/matrix-org/matrix-react-sdk/pull/4849)
32+
* Hide room list show less button if it would do nothing
33+
[\#4848](https://github.com/matrix-org/matrix-react-sdk/pull/4848)
34+
* Improve message preview copy in new room list
35+
[\#4823](https://github.com/matrix-org/matrix-react-sdk/pull/4823)
36+
* Allow the tag panel to be disabled in the new room list
37+
[\#4844](https://github.com/matrix-org/matrix-react-sdk/pull/4844)
38+
* Make the whole user row clickable in the new room list
39+
[\#4843](https://github.com/matrix-org/matrix-react-sdk/pull/4843)
40+
* Add a new spinner design behind a labs flag
41+
[\#4842](https://github.com/matrix-org/matrix-react-sdk/pull/4842)
42+
* ts-ignore because something is made of fail
43+
[\#4845](https://github.com/matrix-org/matrix-react-sdk/pull/4845)
44+
* Fix Welcome.html CAS and SSO URLs not working
45+
[\#4838](https://github.com/matrix-org/matrix-react-sdk/pull/4838)
46+
* More small tweaks in preparation for Notifications rework
47+
[\#4835](https://github.com/matrix-org/matrix-react-sdk/pull/4835)
48+
* Iterate on the new room list resize handle
49+
[\#4840](https://github.com/matrix-org/matrix-react-sdk/pull/4840)
50+
* Update sublists for new hover states
51+
[\#4837](https://github.com/matrix-org/matrix-react-sdk/pull/4837)
52+
* Tweak parts of the new room list design
53+
[\#4839](https://github.com/matrix-org/matrix-react-sdk/pull/4839)
54+
* Implement new resize handle for dogfooding
55+
[\#4836](https://github.com/matrix-org/matrix-react-sdk/pull/4836)
56+
* Hide app badge count for hidden upgraded rooms (non-highlight)
57+
[\#4834](https://github.com/matrix-org/matrix-react-sdk/pull/4834)
58+
* Move compact modern layout checkbox to 'advanced'
59+
[\#4822](https://github.com/matrix-org/matrix-react-sdk/pull/4822)
60+
* Allow the user to resize the new sublists to 1 tile
61+
[\#4825](https://github.com/matrix-org/matrix-react-sdk/pull/4825)
62+
* Make LoggedInView a real component because it uses shouldComponentUpdate
63+
[\#4832](https://github.com/matrix-org/matrix-react-sdk/pull/4832)
64+
* Small tweaks in preparation for Notifications rework
65+
[\#4829](https://github.com/matrix-org/matrix-react-sdk/pull/4829)
66+
* Remove extraneous debug from the new left panel
67+
[\#4826](https://github.com/matrix-org/matrix-react-sdk/pull/4826)
68+
* Fix icons in the new user menu not showing up
69+
[\#4824](https://github.com/matrix-org/matrix-react-sdk/pull/4824)
70+
* Fix sticky room disappearing/jumping in search results
71+
[\#4817](https://github.com/matrix-org/matrix-react-sdk/pull/4817)
72+
* Show cross-signing / secret storage reset button in more cases
73+
[\#4821](https://github.com/matrix-org/matrix-react-sdk/pull/4821)
74+
* Use theme-capable icons in the user menu
75+
[\#4819](https://github.com/matrix-org/matrix-react-sdk/pull/4819)
76+
* Font support in custom themes
77+
[\#4814](https://github.com/matrix-org/matrix-react-sdk/pull/4814)
78+
* Decrease margin between new sublists
79+
[\#4816](https://github.com/matrix-org/matrix-react-sdk/pull/4816)
80+
* Update profile information in User Menu and truncate where needed
81+
[\#4818](https://github.com/matrix-org/matrix-react-sdk/pull/4818)
82+
* Fix MessageActionBar in irc layout
83+
[\#4802](https://github.com/matrix-org/matrix-react-sdk/pull/4802)
84+
* Mark messages with a black shield if the megolm session isn't trusted
85+
[\#4797](https://github.com/matrix-org/matrix-react-sdk/pull/4797)
86+
* Custom font selection
87+
[\#4761](https://github.com/matrix-org/matrix-react-sdk/pull/4761)
88+
* Use the correct timeline reference for message previews
89+
[\#4812](https://github.com/matrix-org/matrix-react-sdk/pull/4812)
90+
* Fix read receipt handling in the new room list
91+
[\#4811](https://github.com/matrix-org/matrix-react-sdk/pull/4811)
92+
* Improve unread/badge states in new room list (mk II)
93+
[\#4805](https://github.com/matrix-org/matrix-react-sdk/pull/4805)
94+
* Only fire setting changes for changed settings
95+
[\#4803](https://github.com/matrix-org/matrix-react-sdk/pull/4803)
96+
* Trigger room-specific watchers whenever a higher level change happens
97+
[\#4804](https://github.com/matrix-org/matrix-react-sdk/pull/4804)
98+
* Have the theme switcher set the device-level theme to match settings
99+
[\#4810](https://github.com/matrix-org/matrix-react-sdk/pull/4810)
100+
* Fix layout of minimized view for new room list
101+
[\#4808](https://github.com/matrix-org/matrix-react-sdk/pull/4808)
102+
* Fix sticky headers over/under extending themselves in the new room list
103+
[\#4809](https://github.com/matrix-org/matrix-react-sdk/pull/4809)
104+
* Update read receipt remainder for internal font size change
105+
[\#4806](https://github.com/matrix-org/matrix-react-sdk/pull/4806)
106+
* Fix some appearance tab crash and implement style nits
107+
[\#4801](https://github.com/matrix-org/matrix-react-sdk/pull/4801)
108+
* Add message preview for font slider
109+
[\#4770](https://github.com/matrix-org/matrix-react-sdk/pull/4770)
110+
* Add layout options to the appearance tab
111+
[\#4773](https://github.com/matrix-org/matrix-react-sdk/pull/4773)
112+
* Update from Weblate
113+
[\#4800](https://github.com/matrix-org/matrix-react-sdk/pull/4800)
114+
* Support accounts with cross signing but no SSSS
115+
[\#4717](https://github.com/matrix-org/matrix-react-sdk/pull/4717)
116+
* Look for existing verification requests after login
117+
[\#4762](https://github.com/matrix-org/matrix-react-sdk/pull/4762)
118+
* Add a checkpoint to index newly encrypted rooms.
119+
[\#4611](https://github.com/matrix-org/matrix-react-sdk/pull/4611)
120+
* Add support to paginate search results when using Seshat.
121+
[\#4705](https://github.com/matrix-org/matrix-react-sdk/pull/4705)
122+
* User versions in the event index.
123+
[\#4788](https://github.com/matrix-org/matrix-react-sdk/pull/4788)
124+
* Fix crash when filtering new room list too fast
125+
[\#4796](https://github.com/matrix-org/matrix-react-sdk/pull/4796)
126+
* hide search results from unknown rooms
127+
[\#4795](https://github.com/matrix-org/matrix-react-sdk/pull/4795)
128+
* Mark the new room list as ready for general testing
129+
[\#4794](https://github.com/matrix-org/matrix-react-sdk/pull/4794)
130+
* Extend QueryMatcher's sorting heuristic
131+
[\#4784](https://github.com/matrix-org/matrix-react-sdk/pull/4784)
132+
* Lint ts semicolons (aka. The great semicolon migration)
133+
[\#4791](https://github.com/matrix-org/matrix-react-sdk/pull/4791)
134+
* Revert "Use recovery keys over passphrases"
135+
[\#4790](https://github.com/matrix-org/matrix-react-sdk/pull/4790)
136+
* Clear `top` when not sticking headers to the top
137+
[\#4783](https://github.com/matrix-org/matrix-react-sdk/pull/4783)
138+
* Don't show a 'show less' button when it's impossible to collapse
139+
[\#4785](https://github.com/matrix-org/matrix-react-sdk/pull/4785)
140+
* Fix show less/more button occluding the list automatically
141+
[\#4786](https://github.com/matrix-org/matrix-react-sdk/pull/4786)
142+
* Improve room switching in the new room list
143+
[\#4787](https://github.com/matrix-org/matrix-react-sdk/pull/4787)
144+
* Remove labs option to cache 'passphrase'
145+
[\#4789](https://github.com/matrix-org/matrix-react-sdk/pull/4789)
146+
* Remove escape backslashes in non-Markdown messages
147+
[\#4694](https://github.com/matrix-org/matrix-react-sdk/pull/4694)
148+
1149
Changes in [2.8.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.8.1) (2020-06-29)
2150
===================================================================================================
3151
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.8.0...v2.8.1)

0 commit comments

Comments
 (0)