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

Commit 89ad006

Browse files
committed
Prepare changelog for v1.0.2-rc.1
1 parent 9567546 commit 89ad006

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed

CHANGELOG.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,139 @@
1+
Changes in [1.0.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.2-rc.1) (2019-02-28)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.1...v1.0.2-rc.1)
4+
5+
* Remove unnecessary ref from Stickerpicker
6+
[\#2718](https://github.com/matrix-org/matrix-react-sdk/pull/2718)
7+
* Update from Weblate
8+
[\#2720](https://github.com/matrix-org/matrix-react-sdk/pull/2720)
9+
* Update from Weblate.
10+
[\#2715](https://github.com/matrix-org/matrix-react-sdk/pull/2715)
11+
* Show nearest lower badge, e.g show Mod for 51... etc
12+
[\#2709](https://github.com/matrix-org/matrix-react-sdk/pull/2709)
13+
* Send Field label pointer events to input
14+
[\#2714](https://github.com/matrix-org/matrix-react-sdk/pull/2714)
15+
* move canSendMessages into state so that it will re-render the composer
16+
[\#2710](https://github.com/matrix-org/matrix-react-sdk/pull/2710)
17+
* Use a global WatchManager for settings
18+
[\#2705](https://github.com/matrix-org/matrix-react-sdk/pull/2705)
19+
* Move non-feather icons out of feather dir
20+
[\#2706](https://github.com/matrix-org/matrix-react-sdk/pull/2706)
21+
* Fix backup button in logout dialog
22+
[\#2713](https://github.com/matrix-org/matrix-react-sdk/pull/2713)
23+
* Keep registration spinner inside the auth modal
24+
[\#2712](https://github.com/matrix-org/matrix-react-sdk/pull/2712)
25+
* Try to clarify that "Show read receipts" is just for visibility
26+
[\#2707](https://github.com/matrix-org/matrix-react-sdk/pull/2707)
27+
* Make sure direct chat invites are treated as invites
28+
[\#2711](https://github.com/matrix-org/matrix-react-sdk/pull/2711)
29+
* Report validity state of all registration fields on any change
30+
[\#2672](https://github.com/matrix-org/matrix-react-sdk/pull/2672)
31+
* Export the defaults for SdkConfig
32+
[\#2687](https://github.com/matrix-org/matrix-react-sdk/pull/2687)
33+
* Change the room list algo to eagerly delete and carefully insert
34+
[\#2701](https://github.com/matrix-org/matrix-react-sdk/pull/2701)
35+
* Improve permalink performance
36+
[\#2671](https://github.com/matrix-org/matrix-react-sdk/pull/2671)
37+
* Normalise room list font weight, bold unreads
38+
[\#2702](https://github.com/matrix-org/matrix-react-sdk/pull/2702)
39+
* Settings button in Room Context Menu
40+
[\#2692](https://github.com/matrix-org/matrix-react-sdk/pull/2692)
41+
* add roomnick SlashCommand
42+
[\#2689](https://github.com/matrix-org/matrix-react-sdk/pull/2689)
43+
* replace text Inputs in Devtools with Field bcuz prettier
44+
[\#2697](https://github.com/matrix-org/matrix-react-sdk/pull/2697)
45+
* Maintenance: Clean up some stuff around settings
46+
[\#2685](https://github.com/matrix-org/matrix-react-sdk/pull/2685)
47+
* Support the old room sorting algorithm and SettingsStore watchers
48+
[\#2686](https://github.com/matrix-org/matrix-react-sdk/pull/2686)
49+
* pin highlight.js as they seem to have broken something in 9.15.2
50+
[\#2703](https://github.com/matrix-org/matrix-react-sdk/pull/2703)
51+
* Fix NPE relating to toggling notifications
52+
[\#2699](https://github.com/matrix-org/matrix-react-sdk/pull/2699)
53+
* Only set e2e info callback if the event is encrypted
54+
[\#2684](https://github.com/matrix-org/matrix-react-sdk/pull/2684)
55+
* Revert "Add some logging for riot-web#7838"
56+
[\#2700](https://github.com/matrix-org/matrix-react-sdk/pull/2700)
57+
* Add abilities to clear Filter room members input
58+
[\#2698](https://github.com/matrix-org/matrix-react-sdk/pull/2698)
59+
* make ViewSource less awkward
60+
[\#2696](https://github.com/matrix-org/matrix-react-sdk/pull/2696)
61+
* Fix share community for guests
62+
[\#2695](https://github.com/matrix-org/matrix-react-sdk/pull/2695)
63+
* Fix z ordering of the overflow tile
64+
[\#2694](https://github.com/matrix-org/matrix-react-sdk/pull/2694)
65+
* Toggle Search using Room Header button
66+
[\#2693](https://github.com/matrix-org/matrix-react-sdk/pull/2693)
67+
* view user on click typing tile
68+
[\#2691](https://github.com/matrix-org/matrix-react-sdk/pull/2691)
69+
* Change Share Message to Share Permalink if !m.room.message||redacted
70+
[\#2690](https://github.com/matrix-org/matrix-react-sdk/pull/2690)
71+
* Allow configuration of whether closing window closes or minimizes to tray
72+
[\#2688](https://github.com/matrix-org/matrix-react-sdk/pull/2688)
73+
* Remove duplicated conversion from `enableRichText`
74+
[\#2682](https://github.com/matrix-org/matrix-react-sdk/pull/2682)
75+
* Use correct initial phase for server type
76+
[\#2683](https://github.com/matrix-org/matrix-react-sdk/pull/2683)
77+
* Fix AliasSettings and RelatedGroups UX
78+
[\#2679](https://github.com/matrix-org/matrix-react-sdk/pull/2679)
79+
* Add `onClick` to Markdown buttons
80+
[\#2677](https://github.com/matrix-org/matrix-react-sdk/pull/2677)
81+
* Fix toggle for email notifications
82+
[\#2678](https://github.com/matrix-org/matrix-react-sdk/pull/2678)
83+
* Fix categorization of favourites and new rooms
84+
[\#2681](https://github.com/matrix-org/matrix-react-sdk/pull/2681)
85+
* Skip server details on registration with a default HS
86+
[\#2675](https://github.com/matrix-org/matrix-react-sdk/pull/2675)
87+
* Clarify what the username error refers to
88+
[\#2673](https://github.com/matrix-org/matrix-react-sdk/pull/2673)
89+
* RoomDirectory Dropdown should use roomDirectory.servers
90+
[\#2680](https://github.com/matrix-org/matrix-react-sdk/pull/2680)
91+
* Fix favourites losing rooms and sorting weirdly
92+
[\#2674](https://github.com/matrix-org/matrix-react-sdk/pull/2674)
93+
* "Breadcrumb" room sorting algorithm
94+
[\#2634](https://github.com/matrix-org/matrix-react-sdk/pull/2634)
95+
* Bring back user view
96+
[\#2666](https://github.com/matrix-org/matrix-react-sdk/pull/2666)
97+
* Restores support for `default_server_name` which discovers URLs via `.well-
98+
known`
99+
[\#2669](https://github.com/matrix-org/matrix-react-sdk/pull/2669)
100+
* Remove unreferenced images
101+
[\#2670](https://github.com/matrix-org/matrix-react-sdk/pull/2670)
102+
* Only show the first line of each commit in changelog dialog
103+
[\#2667](https://github.com/matrix-org/matrix-react-sdk/pull/2667)
104+
* Cache-bust languages.json with file-loader
105+
[\#2658](https://github.com/matrix-org/matrix-react-sdk/pull/2658)
106+
* Fix off by one error for username colors
107+
[\#2664](https://github.com/matrix-org/matrix-react-sdk/pull/2664)
108+
* Set event-sending-color in dark theme
109+
[\#2665](https://github.com/matrix-org/matrix-react-sdk/pull/2665)
110+
* Allow captchas on Riot desktop builds
111+
[\#2663](https://github.com/matrix-org/matrix-react-sdk/pull/2663)
112+
* Show link to login even during UI auth
113+
[\#2661](https://github.com/matrix-org/matrix-react-sdk/pull/2661)
114+
* Dark theme follow ups round 2
115+
[\#2659](https://github.com/matrix-org/matrix-react-sdk/pull/2659)
116+
* Rename default theme to light theme
117+
[\#2662](https://github.com/matrix-org/matrix-react-sdk/pull/2662)
118+
* make mx_SenderProfile inline-block, reduces clickable area around usernames
119+
[\#2653](https://github.com/matrix-org/matrix-react-sdk/pull/2653)
120+
* Add a bit of safety around reading events for room settings
121+
[\#2648](https://github.com/matrix-org/matrix-react-sdk/pull/2648)
122+
* Update dark theme bg-color to show hover effect on messages
123+
[\#2654](https://github.com/matrix-org/matrix-react-sdk/pull/2654)
124+
* Make pre use the same text color as code
125+
[\#2655](https://github.com/matrix-org/matrix-react-sdk/pull/2655)
126+
* Bring back the lowered opacity for offline/unavailable avatars.
127+
[\#2649](https://github.com/matrix-org/matrix-react-sdk/pull/2649)
128+
* Set h3-color in dark theme
129+
[\#2656](https://github.com/matrix-org/matrix-react-sdk/pull/2656)
130+
* Fix typo "Scisors" -> "Scissors"
131+
[\#2652](https://github.com/matrix-org/matrix-react-sdk/pull/2652)
132+
* highlight e2e icon on event when hovering whole event
133+
[\#2647](https://github.com/matrix-org/matrix-react-sdk/pull/2647)
134+
* Skinnified more icons
135+
[\#2633](https://github.com/matrix-org/matrix-react-sdk/pull/2633)
136+
1137
Changes in [1.0.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.1) (2019-02-15)
2138
===================================================================================================
3139
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.0...v1.0.1)

0 commit comments

Comments
 (0)