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

Commit f3d54a4

Browse files
committed
Prepare changelog for v0.12.8-rc.1
1 parent b18c95c commit f3d54a4

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

CHANGELOG.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,99 @@
1+
Changes in [0.12.8-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.8-rc.1) (2018-06-21)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.7...v0.12.8-rc.1)
4+
5+
* Update from Weblate.
6+
[\#1997](https://github.com/matrix-org/matrix-react-sdk/pull/1997)
7+
* refactor, consolidate and improve SlashCommands
8+
[\#1988](https://github.com/matrix-org/matrix-react-sdk/pull/1988)
9+
* Take replies out of labs!
10+
[\#1996](https://github.com/matrix-org/matrix-react-sdk/pull/1996)
11+
* re-merge reset PR
12+
[\#1987](https://github.com/matrix-org/matrix-react-sdk/pull/1987)
13+
* once command has a space, strict match instead of fuzzy match
14+
[\#1985](https://github.com/matrix-org/matrix-react-sdk/pull/1985)
15+
* Fix matrix.to URL RegExp
16+
[\#1986](https://github.com/matrix-org/matrix-react-sdk/pull/1986)
17+
* Fix blank sticker picker
18+
[\#1984](https://github.com/matrix-org/matrix-react-sdk/pull/1984)
19+
* fix e2ee file/media stuff
20+
[\#1972](https://github.com/matrix-org/matrix-react-sdk/pull/1972)
21+
* right click for room tile context menu
22+
[\#1978](https://github.com/matrix-org/matrix-react-sdk/pull/1978)
23+
* only show m.room.message in FilePanel
24+
[\#1983](https://github.com/matrix-org/matrix-react-sdk/pull/1983)
25+
* improve command provider
26+
[\#1981](https://github.com/matrix-org/matrix-react-sdk/pull/1981)
27+
* affix copyButton so that it doesn't get scrolled horizontally
28+
[\#1980](https://github.com/matrix-org/matrix-react-sdk/pull/1980)
29+
* split continuation if there is a gap in conversation
30+
[\#1979](https://github.com/matrix-org/matrix-react-sdk/pull/1979)
31+
* fix a bunch of instances of react console spam
32+
[\#1973](https://github.com/matrix-org/matrix-react-sdk/pull/1973)
33+
* Track decryption success/failure rate with piwik
34+
[\#1949](https://github.com/matrix-org/matrix-react-sdk/pull/1949)
35+
* route matrix.to/#/+... links internally (not just group ids)
36+
[\#1975](https://github.com/matrix-org/matrix-react-sdk/pull/1975)
37+
* implement `hitting enter after Ctrl-K should switch to the first result`
38+
[\#1976](https://github.com/matrix-org/matrix-react-sdk/pull/1976)
39+
* Remove tag panel feature flag
40+
[\#1970](https://github.com/matrix-org/matrix-react-sdk/pull/1970)
41+
* QuestionDialog pass hasCancelButton to DialogButtons
42+
[\#1968](https://github.com/matrix-org/matrix-react-sdk/pull/1968)
43+
* check type before msgtype in the case of `m.sticker` with msgtype
44+
[\#1965](https://github.com/matrix-org/matrix-react-sdk/pull/1965)
45+
* apply roomlist searchFilter to aliases if it begins with a `#`
46+
[\#1957](https://github.com/matrix-org/matrix-react-sdk/pull/1957)
47+
* Share Dialog
48+
[\#1948](https://github.com/matrix-org/matrix-react-sdk/pull/1948)
49+
* make RoomTooltip generic and add ContextMenu&Tooltip to GroupInviteTile
50+
[\#1950](https://github.com/matrix-org/matrix-react-sdk/pull/1950)
51+
* Fix widgets re-appearing after being deleted
52+
[\#1958](https://github.com/matrix-org/matrix-react-sdk/pull/1958)
53+
* Fix crash on unspecified thumbnail info, and handle gracefully
54+
[\#1967](https://github.com/matrix-org/matrix-react-sdk/pull/1967)
55+
* fix styling of clearButton when its not there
56+
[\#1964](https://github.com/matrix-org/matrix-react-sdk/pull/1964)
57+
* Implement slightly magical CSS soln. to thumbnail sizing
58+
[\#1912](https://github.com/matrix-org/matrix-react-sdk/pull/1912)
59+
* Select audio output for WebRTC
60+
[\#1932](https://github.com/matrix-org/matrix-react-sdk/pull/1932)
61+
* move css rule to be more generic; remove overriden rule
62+
[\#1962](https://github.com/matrix-org/matrix-react-sdk/pull/1962)
63+
* improve tag panel accessibility and remove a no-op dispatch
64+
[\#1960](https://github.com/matrix-org/matrix-react-sdk/pull/1960)
65+
* Revert "Fix exception when opening dev tools"
66+
[\#1963](https://github.com/matrix-org/matrix-react-sdk/pull/1963)
67+
* fix message appears unencrypted while encrypting and not_sent
68+
[\#1959](https://github.com/matrix-org/matrix-react-sdk/pull/1959)
69+
* Fix exception when opening dev tools
70+
[\#1961](https://github.com/matrix-org/matrix-react-sdk/pull/1961)
71+
* show redacted stickers like other redacted messages
72+
[\#1956](https://github.com/matrix-org/matrix-react-sdk/pull/1956)
73+
* add mx_filterFlipColor to mx_MemberInfo_cancel img
74+
[\#1951](https://github.com/matrix-org/matrix-react-sdk/pull/1951)
75+
* don't set the displayname on registration as Synapse now does it
76+
[\#1953](https://github.com/matrix-org/matrix-react-sdk/pull/1953)
77+
* allow CreateRoom to scale properly horizontally
78+
[\#1955](https://github.com/matrix-org/matrix-react-sdk/pull/1955)
79+
* Keep context menus that extend downwards vertically on screen
80+
[\#1952](https://github.com/matrix-org/matrix-react-sdk/pull/1952)
81+
* re-run checkIfAlone if a member change occurred in the active room
82+
[\#1947](https://github.com/matrix-org/matrix-react-sdk/pull/1947)
83+
* Persist pinned message open-ness between room switches
84+
[\#1935](https://github.com/matrix-org/matrix-react-sdk/pull/1935)
85+
* Pinned message cosmetic improvements
86+
[\#1933](https://github.com/matrix-org/matrix-react-sdk/pull/1933)
87+
* Update sinon to 5.0.7
88+
[\#1916](https://github.com/matrix-org/matrix-react-sdk/pull/1916)
89+
* re-run checkIfAlone if a member change occurred in the active room
90+
[\#1946](https://github.com/matrix-org/matrix-react-sdk/pull/1946)
91+
* Replace "Login as guest" with "Try the app first" on login page
92+
[\#1937](https://github.com/matrix-org/matrix-react-sdk/pull/1937)
93+
* kill stream when using gUM for permission to device labels to turn off
94+
camera
95+
[\#1931](https://github.com/matrix-org/matrix-react-sdk/pull/1931)
96+
197
Changes in [0.12.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.7) (2018-06-12)
298
=====================================================================================================
399
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.7-rc.1...v0.12.7)

0 commit comments

Comments
 (0)