Skip to content

Commit 8644a5e

Browse files
committed
Merge branch 'master' into develop
2 parents b7aa0db + eaeb495 commit 8644a5e

3 files changed

Lines changed: 219 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,218 @@
1+
Changes in [0.14.0](https://github.com/vector-im/riot-web/releases/tag/v0.14.0) (2018-04-11)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0-rc.6...v0.14.0)
4+
5+
* Cosmetic changes for group UI
6+
7+
Changes in [0.14.0-rc.6](https://github.com/vector-im/riot-web/releases/tag/v0.14.0-rc.6) (2018-04-09)
8+
======================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0-rc.5...v0.14.0-rc.6)
10+
11+
* Bump react-sdk to [rc.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.6)
12+
13+
Changes in [0.14.0-rc.5](https://github.com/vector-im/riot-web/releases/tag/v0.14.0-rc.5) (2018-04-09)
14+
======================================================================================================
15+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0-rc.4...v0.14.0-rc.5)
16+
17+
* Add CSS for new control to set group join policy
18+
19+
Changes in [0.14.0-rc.4](https://github.com/vector-im/riot-web/releases/tag/v0.14.0-rc.4) (2018-03-22)
20+
======================================================================================================
21+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0-rc.3...v0.14.0-rc.4)
22+
23+
* Fix tagging rooms as direct messages
24+
25+
Changes in [0.14.0-rc.3](https://github.com/vector-im/riot-web/releases/tag/v0.14.0-rc.3) (2018-03-20)
26+
======================================================================================================
27+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0-rc.2...v0.14.0-rc.3)
28+
29+
* Fix a bug where the badge on a room tile would not update
30+
when a room was read from a different device.
31+
32+
Changes in [0.14.0-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.14.0-rc.2) (2018-03-19)
33+
======================================================================================================
34+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0-rc.1...v0.14.0-rc.2)
35+
36+
* Take TagPanel out of labs
37+
[\#6347](https://github.com/vector-im/riot-web/pull/6347)
38+
* Add languages (czech, galician and serbian)
39+
[\#6343](https://github.com/vector-im/riot-web/pull/6343)
40+
41+
Changes in [0.14.0-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.14.0-rc.1) (2018-03-19)
42+
======================================================================================================
43+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.5...v0.14.0-rc.1)
44+
45+
* Force update RoomSubList after reading a room
46+
[\#6342](https://github.com/vector-im/riot-web/pull/6342)
47+
* Ensure entire LeftPanel is faded when settings open
48+
[\#6340](https://github.com/vector-im/riot-web/pull/6340)
49+
* Update from Weblate.
50+
[\#6330](https://github.com/vector-im/riot-web/pull/6330)
51+
* Implement a simple shouldComponentUpdate for DNDRoomTile
52+
[\#6313](https://github.com/vector-im/riot-web/pull/6313)
53+
* Remove og:image with status.im URL
54+
[\#6317](https://github.com/vector-im/riot-web/pull/6317)
55+
* Add change delay warning in GroupView settings
56+
[\#6316](https://github.com/vector-im/riot-web/pull/6316)
57+
* Correctly position mx_TagPanel_clearButton
58+
[\#6289](https://github.com/vector-im/riot-web/pull/6289)
59+
* Fix gap between avatar and border
60+
[\#6290](https://github.com/vector-im/riot-web/pull/6290)
61+
* Fix bug where cannot send group invite on GroupMemberInfo phase
62+
[\#6303](https://github.com/vector-im/riot-web/pull/6303)
63+
* Fix themeing bug with Firefox where "disabled" ignored
64+
[\#6301](https://github.com/vector-im/riot-web/pull/6301)
65+
* Changes for E2E "fudge-button"
66+
[\#6288](https://github.com/vector-im/riot-web/pull/6288)
67+
* Make sure mx_TagPanel_tagTileContainer occupies full height
68+
[\#6286](https://github.com/vector-im/riot-web/pull/6286)
69+
* Add transparent CSS class for RoomTile
70+
[\#6281](https://github.com/vector-im/riot-web/pull/6281)
71+
* Fix crash; fs event received /w langauge file empty
72+
[\#6273](https://github.com/vector-im/riot-web/pull/6273)
73+
* Add setting to disable TagPanel
74+
[\#6269](https://github.com/vector-im/riot-web/pull/6269)
75+
* CSS for my groups microcopy
76+
[\#6257](https://github.com/vector-im/riot-web/pull/6257)
77+
* Add Bulgarian to the list of languages
78+
[\#6246](https://github.com/vector-im/riot-web/pull/6246)
79+
* Make media dropdown wider
80+
[\#6245](https://github.com/vector-im/riot-web/pull/6245)
81+
* Make dropdowns with long options degrade more gracefully
82+
[\#6244](https://github.com/vector-im/riot-web/pull/6244)
83+
* Fix un-tinted "View Community" icon in TagTile context menu
84+
[\#6223](https://github.com/vector-im/riot-web/pull/6223)
85+
* Fix RoomDropTarget and emptySubListTip to have containers
86+
[\#6160](https://github.com/vector-im/riot-web/pull/6160)
87+
* Fix syntax error of wrong use of self-closing HTML tag
88+
[\#6154](https://github.com/vector-im/riot-web/pull/6154)
89+
* Use translucent black for RoomSubList bg to fix tinting
90+
[\#6227](https://github.com/vector-im/riot-web/pull/6227)
91+
* CSS for changing "R" to "X" for clearing group filter
92+
[\#6216](https://github.com/vector-im/riot-web/pull/6216)
93+
* CSS for new global TagPanel filter
94+
[\#6187](https://github.com/vector-im/riot-web/pull/6187)
95+
* Separate the middle panel from the room list
96+
[\#6194](https://github.com/vector-im/riot-web/pull/6194)
97+
* Only use DNDRoomTile for editable sub lists
98+
[\#6176](https://github.com/vector-im/riot-web/pull/6176)
99+
* Adjust CSS to prevent scrollbars on message panel spinner
100+
[\#6131](https://github.com/vector-im/riot-web/pull/6131)
101+
* Implement riot-web side of dragging GroupTile avatars to TagPanel
102+
[\#6143](https://github.com/vector-im/riot-web/pull/6143)
103+
* Fix LeftPanel size being incorrect when TagPanel disabled
104+
[\#6140](https://github.com/vector-im/riot-web/pull/6140)
105+
* Fix TagPanel from collapsing to < 60px when LP collapsed
106+
[\#6134](https://github.com/vector-im/riot-web/pull/6134)
107+
* Temporary hack to constrain LLP container size.
108+
[\#6138](https://github.com/vector-im/riot-web/pull/6138)
109+
* Fix typo
110+
[\#6137](https://github.com/vector-im/riot-web/pull/6137)
111+
* Add context menu to TagPanel
112+
[\#6127](https://github.com/vector-im/riot-web/pull/6127)
113+
* Make room tagging flux-y
114+
[\#6096](https://github.com/vector-im/riot-web/pull/6096)
115+
* Move groups button to TagPanel
116+
[\#6130](https://github.com/vector-im/riot-web/pull/6130)
117+
* Fix long group name pushing settings cog into void
118+
[\#6106](https://github.com/vector-im/riot-web/pull/6106)
119+
* Fix horizontal scrollbar under certain circumstances
120+
[\#6103](https://github.com/vector-im/riot-web/pull/6103)
121+
* Split MImageBody into MFileBody to match JS Classes.
122+
[\#6067](https://github.com/vector-im/riot-web/pull/6067)
123+
* Add Catalan
124+
[\#6040](https://github.com/vector-im/riot-web/pull/6040)
125+
* Update from Weblate.
126+
[\#5777](https://github.com/vector-im/riot-web/pull/5777)
127+
* make FilteredList controlled, such that it can externally persist filter
128+
[\#5718](https://github.com/vector-im/riot-web/pull/5718)
129+
* Linear Rich Quoting
130+
[\#6017](https://github.com/vector-im/riot-web/pull/6017)
131+
* Highlight ViewSource and Devtools ViewSource
132+
[\#5995](https://github.com/vector-im/riot-web/pull/5995)
133+
* default url, not domain
134+
[\#6022](https://github.com/vector-im/riot-web/pull/6022)
135+
* T3chguy/num members tooltip
136+
[\#5929](https://github.com/vector-im/riot-web/pull/5929)
137+
* Swap RoomList to react-beautiful-dnd
138+
[\#6008](https://github.com/vector-im/riot-web/pull/6008)
139+
* CSS required as part of moving TagPanel from react-dnd to react-beautiful-
140+
dnd
141+
[\#5992](https://github.com/vector-im/riot-web/pull/5992)
142+
* fix&refactor DateSeparator and MessageTimestamp
143+
[\#5984](https://github.com/vector-im/riot-web/pull/5984)
144+
* Iterative fixes on Rich Quoting
145+
[\#5978](https://github.com/vector-im/riot-web/pull/5978)
146+
* move piwik whitelists to conf and add piwik config.json info to readme
147+
[\#5653](https://github.com/vector-im/riot-web/pull/5653)
148+
* Implement Rich Quoting/Replies
149+
[\#5804](https://github.com/vector-im/riot-web/pull/5804)
150+
* Change author
151+
[\#5950](https://github.com/vector-im/riot-web/pull/5950)
152+
* Revert "Add a &nbsp; after timestamp"
153+
[\#5944](https://github.com/vector-im/riot-web/pull/5944)
154+
* Add a &nbsp; after timestamp
155+
[\#3046](https://github.com/vector-im/riot-web/pull/3046)
156+
* Corrected language name
157+
[\#5938](https://github.com/vector-im/riot-web/pull/5938)
158+
* Hide Options button from copy to clipboard
159+
[\#2892](https://github.com/vector-im/riot-web/pull/2892)
160+
* Fix for `If riot is narrow enough, such that 'Send a message (unecrypted)'
161+
wraps to a second line, the timeline doesn't fit the window.`
162+
[\#5900](https://github.com/vector-im/riot-web/pull/5900)
163+
* Screenshot UI
164+
[\#5849](https://github.com/vector-im/riot-web/pull/5849)
165+
* add missing config.json entry such that scalar-staging widgets work
166+
[\#5855](https://github.com/vector-im/riot-web/pull/5855)
167+
* add dark theme styling to devtools input box
168+
[\#5610](https://github.com/vector-im/riot-web/pull/5610)
169+
* Fixes #1953 by adding oivoodoo as author
170+
[\#5851](https://github.com/vector-im/riot-web/pull/5851)
171+
* Instructions on security issues
172+
[\#5824](https://github.com/vector-im/riot-web/pull/5824)
173+
* Move DND wrapper to top level component
174+
[\#5790](https://github.com/vector-im/riot-web/pull/5790)
175+
* Widget title bar max / min visual cues.
176+
[\#5786](https://github.com/vector-im/riot-web/pull/5786)
177+
* Implement renumeration of ordered tags upon collision
178+
[\#5759](https://github.com/vector-im/riot-web/pull/5759)
179+
* Update imports for accessing KeyCode
180+
[\#5751](https://github.com/vector-im/riot-web/pull/5751)
181+
* Set html lang attribute from language setting
182+
[\#5685](https://github.com/vector-im/riot-web/pull/5685)
183+
* CSS for new TagPanel
184+
[\#5723](https://github.com/vector-im/riot-web/pull/5723)
185+
* getGroupStore no longer needs a matrix client
186+
[\#5707](https://github.com/vector-im/riot-web/pull/5707)
187+
* CSS required for moving group publication toggles to UserSettings
188+
[\#5702](https://github.com/vector-im/riot-web/pull/5702)
189+
* Make sure the SettingsStore is ready to load the theme before loading it
190+
[\#5630](https://github.com/vector-im/riot-web/pull/5630)
191+
* Add some aria-labels to RightPanel
192+
[\#5661](https://github.com/vector-im/riot-web/pull/5661)
193+
* Use badge count format for member count in RightPanel
194+
[\#5657](https://github.com/vector-im/riot-web/pull/5657)
195+
* Exclude the default language on page load
196+
[\#5640](https://github.com/vector-im/riot-web/pull/5640)
197+
* Use SettingsStore to get the default theme
198+
[\#5615](https://github.com/vector-im/riot-web/pull/5615)
199+
* Refactor translations
200+
[\#5613](https://github.com/vector-im/riot-web/pull/5613)
201+
* TintableSvgButton styling
202+
[\#5605](https://github.com/vector-im/riot-web/pull/5605)
203+
* Granular settings
204+
[\#5468](https://github.com/vector-im/riot-web/pull/5468)
205+
* CSS/components for custom presence controls
206+
[\#5286](https://github.com/vector-im/riot-web/pull/5286)
207+
* Set widget tile background colour
208+
[\#5574](https://github.com/vector-im/riot-web/pull/5574)
209+
* Widget styling tweaks
210+
[\#5573](https://github.com/vector-im/riot-web/pull/5573)
211+
* Center mixed content warnings in panel.
212+
[\#5567](https://github.com/vector-im/riot-web/pull/5567)
213+
* Status.im theme
214+
[\#5578](https://github.com/vector-im/riot-web/pull/5578)
215+
1216
Changes in [0.13.5](https://github.com/vector-im/riot-web/releases/tag/v0.13.5) (2018-02-09)
2217
============================================================================================
3218
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.4...v0.13.5)

electron_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "src/electron-main.js",
5-
"version": "0.13.5",
5+
"version": "0.14.0",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "Vector Creations Ltd.",
88
"dependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "electron_app/src/electron-main.js",
5-
"version": "0.13.5",
5+
"version": "0.14.0",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -68,8 +68,8 @@
6868
"gfm.css": "^1.1.1",
6969
"highlight.js": "^9.0.0",
7070
"linkifyjs": "^2.1.3",
71-
"matrix-js-sdk": "0.9.2",
72-
"matrix-react-sdk": "0.11.4",
71+
"matrix-js-sdk": "0.10.0",
72+
"matrix-react-sdk": "0.12.1",
7373
"modernizr": "^3.1.0",
7474
"pako": "^1.0.5",
7575
"prop-types": "^15.5.10",

0 commit comments

Comments
 (0)