Skip to content

Commit b7f6d7b

Browse files
committed
Merge branch 'master' into develop
2 parents 7776b19 + cfb3258 commit b7f6d7b

File tree

4 files changed

+54
-5
lines changed

4 files changed

+54
-5
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
Changes in [1.5.6](https://github.com/vector-im/riot-web/releases/tag/v1.5.6) (2019-12-09)
2+
==========================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.5.6-rc.1...v1.5.6)
4+
5+
* No changes since rc.1
6+
7+
Changes in [1.5.6-rc.1](https://github.com/vector-im/riot-web/releases/tag/v1.5.6-rc.1) (2019-12-04)
8+
====================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.5.5...v1.5.6-rc.1)
10+
11+
* Update Lithuanian language name
12+
[\#11599](https://github.com/vector-im/riot-web/pull/11599)
13+
* Enable more languages
14+
[\#11592](https://github.com/vector-im/riot-web/pull/11592)
15+
* Fix Docker build for develop and publish a /version file
16+
[\#11588](https://github.com/vector-im/riot-web/pull/11588)
17+
* Remove unused translations
18+
[\#11540](https://github.com/vector-im/riot-web/pull/11540)
19+
* Update from Weblate
20+
[\#11591](https://github.com/vector-im/riot-web/pull/11591)
21+
* Update riot.im enable_presence_by_hs_url for new matrix.org client URL
22+
[\#11565](https://github.com/vector-im/riot-web/pull/11565)
23+
* Remove mention of vector.im as default identity server on mobile guide
24+
[\#11544](https://github.com/vector-im/riot-web/pull/11544)
25+
* Clean up and standardise app config
26+
[\#11549](https://github.com/vector-im/riot-web/pull/11549)
27+
* make it clear that seshat requires electron-build-env (at least on macOS)
28+
[\#11527](https://github.com/vector-im/riot-web/pull/11527)
29+
* Add postcss-easings
30+
[\#11521](https://github.com/vector-im/riot-web/pull/11521)
31+
* ElectronPlatform: Add support for a event index using Seshat.
32+
[\#11125](https://github.com/vector-im/riot-web/pull/11125)
33+
* Sign all of the Windows executable files
34+
[\#11516](https://github.com/vector-im/riot-web/pull/11516)
35+
* Clarify that cross-signing is in development
36+
[\#11493](https://github.com/vector-im/riot-web/pull/11493)
37+
* get rid of bluebird
38+
[\#11301](https://github.com/vector-im/riot-web/pull/11301)
39+
* Update from Weblate
40+
[\#11488](https://github.com/vector-im/riot-web/pull/11488)
41+
* Add note in README about self-hosted riot installs requiring custom caching
42+
headers
43+
[\#8702](https://github.com/vector-im/riot-web/pull/8702)
44+
* De-dup theming code
45+
[\#11445](https://github.com/vector-im/riot-web/pull/11445)
46+
* Add eslint-plugin-jest because we inherit js-sdk's eslintrc and it wants
47+
[\#11448](https://github.com/vector-im/riot-web/pull/11448)
48+
149
Changes in [1.5.5](https://github.com/vector-im/riot-web/releases/tag/v1.5.5) (2019-11-27)
250
==========================================================================================
351
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.5.4...v1.5.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": "1.5.5",
5+
"version": "1.5.6",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"dependencies": {

package.json

Lines changed: 4 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": "1.5.5",
5+
"version": "1.5.6",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -64,15 +64,16 @@
6464
"test-multi": "karma start"
6565
},
6666
"dependencies": {
67+
"babel-plugin-transform-async-to-bluebird": "^1.1.1",
6768
"babel-polyfill": "^6.26.0",
6869
"babel-runtime": "^6.26.0",
6970
"browser-request": "^0.3.3",
7071
"favico.js": "^0.3.10",
7172
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566",
7273
"gfm.css": "^1.1.2",
7374
"highlight.js": "^9.13.1",
74-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
75-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
75+
"matrix-js-sdk": "2.4.6",
76+
"matrix-react-sdk": "1.7.5",
7677
"modernizr": "^3.6.0",
7778
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
7879
"postcss-easings": "^2.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6094,7 +6094,7 @@ matrix-mock-request@^1.2.3:
60946094
linkifyjs "^2.1.6"
60956095
lodash "^4.17.14"
60966096
lolex "4.2"
6097-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
6097+
matrix-js-sdk "2.4.6"
60986098
optimist "^0.6.1"
60996099
pako "^1.0.5"
61006100
png-chunks-extract "^1.0.0"

0 commit comments

Comments
 (0)