Skip to content

Commit 409c48e

Browse files
committed
Merge branch 'master' into develop
2 parents d393cd6 + 29f3ff1 commit 409c48e

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Changes in [0.17.3](https://github.com/vector-im/riot-web/releases/tag/v0.17.3) (2018-10-29)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.3-rc.1...v0.17.3)
4+
5+
* Fix for autocompleting text emoji from react-sdk v0.14.2
6+
7+
Changes in [0.17.3-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.17.3-rc.1) (2018-10-24)
8+
======================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.2...v0.17.3-rc.1)
10+
11+
* Update from Weblate.
12+
[\#7549](https://github.com/vector-im/riot-web/pull/7549)
13+
* Don't set tags on notifications
14+
[\#7518](https://github.com/vector-im/riot-web/pull/7518)
15+
* Update to latest electron builder
16+
[\#7498](https://github.com/vector-im/riot-web/pull/7498)
17+
* Fix Tinter.setTheme to not fire using Firefox
18+
[\#6831](https://github.com/vector-im/riot-web/pull/6831)
19+
120
Changes in [0.17.2](https://github.com/vector-im/riot-web/releases/tag/v0.17.2) (2018-10-19)
221
============================================================================================
322
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.1...v0.17.2)

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.17.2",
5+
"version": "0.17.3",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector 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.17.2",
5+
"version": "0.17.3",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -70,8 +70,8 @@
7070
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279",
7171
"gfm.css": "^1.1.2",
7272
"highlight.js": "^9.13.0",
73-
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
74-
"matrix-react-sdk": "matrix-org/matrix-react-sdk#develop",
73+
"matrix-js-sdk": "0.12.1",
74+
"matrix-react-sdk": "0.14.2",
7575
"modernizr": "^3.6.0",
7676
"prop-types": "^15.6.2",
7777
"react": "^15.6.0",

0 commit comments

Comments
 (0)