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

Commit b63adc9

Browse files
committed
Prepare changelog for v0.9.0-rc.1
1 parent b1475cb commit b63adc9

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

CHANGELOG.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,115 @@
1+
Changes in [0.9.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.0-rc.1) (2017-06-01)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.9...v0.9.0-rc.1)
4+
5+
* Fix rare case where presence duration is undefined
6+
[\#982](https://github.com/matrix-org/matrix-react-sdk/pull/982)
7+
* add concept of platform handling loudNotifications (bings/pings/whatHaveYou)
8+
[\#985](https://github.com/matrix-org/matrix-react-sdk/pull/985)
9+
* Fixes to i18n code
10+
[\#984](https://github.com/matrix-org/matrix-react-sdk/pull/984)
11+
* Update from Weblate.
12+
[\#978](https://github.com/matrix-org/matrix-react-sdk/pull/978)
13+
* Add partial support for RTL languages
14+
[\#955](https://github.com/matrix-org/matrix-react-sdk/pull/955)
15+
* Added two strings to translate
16+
[\#975](https://github.com/matrix-org/matrix-react-sdk/pull/975)
17+
* Update from Weblate.
18+
[\#976](https://github.com/matrix-org/matrix-react-sdk/pull/976)
19+
* Update from Weblate.
20+
[\#974](https://github.com/matrix-org/matrix-react-sdk/pull/974)
21+
* Initial Electron Settings - for Auto Launch
22+
[\#920](https://github.com/matrix-org/matrix-react-sdk/pull/920)
23+
* Fix missing string in the room settings
24+
[\#973](https://github.com/matrix-org/matrix-react-sdk/pull/973)
25+
* fix error in i18n string
26+
[\#972](https://github.com/matrix-org/matrix-react-sdk/pull/972)
27+
* Update from Weblate.
28+
[\#970](https://github.com/matrix-org/matrix-react-sdk/pull/970)
29+
* Support 12hr time in full date
30+
[\#971](https://github.com/matrix-org/matrix-react-sdk/pull/971)
31+
* Add _tJsx()
32+
[\#968](https://github.com/matrix-org/matrix-react-sdk/pull/968)
33+
* Update from Weblate.
34+
[\#966](https://github.com/matrix-org/matrix-react-sdk/pull/966)
35+
* Remove space between time and AM/PM
36+
[\#969](https://github.com/matrix-org/matrix-react-sdk/pull/969)
37+
* Piwik Analytics
38+
[\#948](https://github.com/matrix-org/matrix-react-sdk/pull/948)
39+
* Update from Weblate.
40+
[\#965](https://github.com/matrix-org/matrix-react-sdk/pull/965)
41+
* Improve ChatInviteDialog perf by ditching fuse, using indexOf and
42+
lastActiveTs()
43+
[\#960](https://github.com/matrix-org/matrix-react-sdk/pull/960)
44+
* Say "X removed the room name" instead of showing nothing
45+
[\#958](https://github.com/matrix-org/matrix-react-sdk/pull/958)
46+
* roomview/roomheader fixes
47+
[\#959](https://github.com/matrix-org/matrix-react-sdk/pull/959)
48+
* Update from Weblate.
49+
[\#953](https://github.com/matrix-org/matrix-react-sdk/pull/953)
50+
* fix i18n in a situation where navigator.languages=[]
51+
[\#956](https://github.com/matrix-org/matrix-react-sdk/pull/956)
52+
* `t_` -> `_t` fix typo
53+
[\#957](https://github.com/matrix-org/matrix-react-sdk/pull/957)
54+
* Change redact -> remove for clarity
55+
[\#831](https://github.com/matrix-org/matrix-react-sdk/pull/831)
56+
* Update from Weblate.
57+
[\#950](https://github.com/matrix-org/matrix-react-sdk/pull/950)
58+
* fix mis-linting - missed it in code review :(
59+
[\#952](https://github.com/matrix-org/matrix-react-sdk/pull/952)
60+
* i18n fixes
61+
[\#951](https://github.com/matrix-org/matrix-react-sdk/pull/951)
62+
* Message Forwarding
63+
[\#812](https://github.com/matrix-org/matrix-react-sdk/pull/812)
64+
* don't focus_composer on window focus
65+
[\#944](https://github.com/matrix-org/matrix-react-sdk/pull/944)
66+
* Fix vector-im/riot-web#4042
67+
[\#947](https://github.com/matrix-org/matrix-react-sdk/pull/947)
68+
* import _t, drop two unused imports
69+
[\#946](https://github.com/matrix-org/matrix-react-sdk/pull/946)
70+
* Fix punctuation in TextForEvent to be i18n'd consistently
71+
[\#945](https://github.com/matrix-org/matrix-react-sdk/pull/945)
72+
* actually wire up alwaysShowTimestamps
73+
[\#940](https://github.com/matrix-org/matrix-react-sdk/pull/940)
74+
* Update from Weblate.
75+
[\#943](https://github.com/matrix-org/matrix-react-sdk/pull/943)
76+
* Update from Weblate.
77+
[\#942](https://github.com/matrix-org/matrix-react-sdk/pull/942)
78+
* Update from Weblate.
79+
[\#941](https://github.com/matrix-org/matrix-react-sdk/pull/941)
80+
* Update from Weblate.
81+
[\#938](https://github.com/matrix-org/matrix-react-sdk/pull/938)
82+
* Fix PM being AM
83+
[\#939](https://github.com/matrix-org/matrix-react-sdk/pull/939)
84+
* pass call state through dispatcher, for poor electron
85+
[\#918](https://github.com/matrix-org/matrix-react-sdk/pull/918)
86+
* Translations!
87+
[\#934](https://github.com/matrix-org/matrix-react-sdk/pull/934)
88+
* Remove suffix and prefix from login input username
89+
[\#906](https://github.com/matrix-org/matrix-react-sdk/pull/906)
90+
* Kierangould/12hourtimestamp
91+
[\#903](https://github.com/matrix-org/matrix-react-sdk/pull/903)
92+
* Don't include src in the test resolve root
93+
[\#931](https://github.com/matrix-org/matrix-react-sdk/pull/931)
94+
* Make the linked versions open a new tab, turt2live complained :P
95+
[\#910](https://github.com/matrix-org/matrix-react-sdk/pull/910)
96+
* Fix lint errors in SlashCommands
97+
[\#919](https://github.com/matrix-org/matrix-react-sdk/pull/919)
98+
* autoFocus input box
99+
[\#911](https://github.com/matrix-org/matrix-react-sdk/pull/911)
100+
* Make travis test against riot-web new-guest-access
101+
[\#917](https://github.com/matrix-org/matrix-react-sdk/pull/917)
102+
* Add right-branch logic to travis test script
103+
[\#916](https://github.com/matrix-org/matrix-react-sdk/pull/916)
104+
* Group e2e keys into blocks of 4 characters
105+
[\#914](https://github.com/matrix-org/matrix-react-sdk/pull/914)
106+
* Factor out DeviceVerifyDialog
107+
[\#913](https://github.com/matrix-org/matrix-react-sdk/pull/913)
108+
* Fix 'missing page_type' error
109+
[\#909](https://github.com/matrix-org/matrix-react-sdk/pull/909)
110+
* code style update
111+
[\#904](https://github.com/matrix-org/matrix-react-sdk/pull/904)
112+
1113
Changes in [0.8.9](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.9) (2017-05-22)
2114
===================================================================================================
3115
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.9-rc.1...v0.8.9)

0 commit comments

Comments
 (0)