Skip to content

Commit e58ac74

Browse files
committed
Merge branch 'master' into develop
2 parents 5ef1419 + 2b18aa7 commit e58ac74

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1+
Changes in [0.16.4](https://github.com/vector-im/riot-web/releases/tag/v0.16.4) (2018-09-10)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.16.4-rc.1...v0.16.4)
4+
5+
* No changes since rc.1
6+
7+
Changes in [0.16.4-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.16.4-rc.1) (2018-09-07)
8+
======================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.16.3...v0.16.4-rc.1)
10+
11+
* Update from Weblate.
12+
[\#7296](https://github.com/vector-im/riot-web/pull/7296)
13+
* Fix config not loading & mobileguide script being loaded in riot
14+
[\#7288](https://github.com/vector-im/riot-web/pull/7288)
15+
* Instructions for installing mobile apps
16+
[\#7272](https://github.com/vector-im/riot-web/pull/7272)
17+
* Tidy up index.js
18+
[\#7265](https://github.com/vector-im/riot-web/pull/7265)
19+
120
Changes in [0.16.3](https://github.com/vector-im/riot-web/releases/tag/v0.16.3) (2018-09-03)
221
============================================================================================
322
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.16.3-rc.2...v0.16.3)
423

524
* SECURITY FIX: This version (and release candidates) pull in an upstream security
625
fix from electron to fix CVE-2018-15685. Electron users should update as soon as
7-
possible. Riot-web run outsiude of Electron is unaffected.
26+
possible. Riot-web run outside of Electron is unaffected.
827

928
Changes in [0.16.3-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.16.3-rc.2) (2018-08-31)
1029
======================================================================================================

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.16.3",
5+
"version": "0.16.4",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "Vector Creations Ltd.",
88
"dependencies": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.16.3",
5+
"version": "0.16.4",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -64,8 +64,8 @@
6464
"gemini-scrollbar": "matrix-org/gemini-scrollbar#b302279",
6565
"gfm.css": "^1.1.1",
6666
"highlight.js": "^9.0.0",
67-
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
68-
"matrix-react-sdk": "matrix-org/matrix-react-sdk#develop",
67+
"matrix-js-sdk": "0.11.0",
68+
"matrix-react-sdk": "0.13.4",
6969
"modernizr": "^3.1.0",
7070
"prop-types": "^15.5.10",
7171
"react": "^15.6.0",

0 commit comments

Comments
 (0)