From dff791d478cf9da7e8e7f25975f3a480ba81c317 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 15 Nov 2017 12:14:30 +0000 Subject: [PATCH 1/5] Add Slovak to included languages --- scripts/copy-res.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index b461d030fd..fe708d39c0 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -29,6 +29,7 @@ const INCLUDE_LANGS = [ {'value': 'pt_BR', 'label': 'Português do Brasil'}, {'value': 'ru', 'label': 'Русский'}, {'value': 'sv', 'label': 'Svenska'}, + {'value': 'sk', 'label': 'Slovenčina'}, {'value': 'th', 'label': 'ไทย'}, {'value': 'te', 'label': 'తెలుగు'}, {'value': 'tr', 'label': 'Türk'}, From 538e1d244680ad06493adf0169f53154a34a52e3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 17 Nov 2017 16:05:01 +0000 Subject: [PATCH 2/5] Released js-sdk & react-sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ce1713fd3..85019be1fa 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,8 @@ "gfm.css": "^1.1.1", "highlight.js": "^9.0.0", "linkifyjs": "^2.1.3", - "matrix-js-sdk": "0.9.0", - "matrix-react-sdk": "0.11.0", + "matrix-js-sdk": "0.9.1", + "matrix-react-sdk": "0.11.1", "modernizr": "^3.1.0", "pako": "^1.0.5", "prop-types": "^15.5.10", From 6ebab2cb8d66eabbdf8bb68ed31608a989e5601a Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 17 Nov 2017 16:05:26 +0000 Subject: [PATCH 3/5] v0.13.1 --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index 8bb544f95e..6c65f56cd6 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.13.0", + "version": "0.13.1", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { From bac8b34e267c146ee7848076eeca9bbbfec98e63 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 17 Nov 2017 16:09:48 +0000 Subject: [PATCH 4/5] Prepare changelog for v0.13.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3401fb0953..2e213f802d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Changes in [0.13.1](https://github.com/vector-im/riot-web/releases/tag/v0.13.1) (2017-11-17) +============================================================================================ +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.0...v0.13.1) + + * SECURITY UPDATE: Fix the force TURN option for inbound calls. This option forced the use + of TURN but only worked for outbound calls and not inbound calls. This means that if you + enabled this option expecting it to mask your IP address in calls, your IP would still + have been revealed to the room if you accepted an incoming call. + * Also adds the Slovak translation. + Changes in [0.13.0](https://github.com/vector-im/riot-web/releases/tag/v0.13.0) (2017-11-15) ============================================================================================ [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.13.0-rc.3...v0.13.0) From aad2069a519e047cb48448805017a780be95135e Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 17 Nov 2017 16:09:48 +0000 Subject: [PATCH 5/5] v0.13.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85019be1fa..638564e80c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.13.0", + "version": "0.13.1", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": {