From c380e7566a03c9380a95827dc21aaec8de05fb44 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 22 Jun 2017 11:58:57 +0100 Subject: [PATCH 1/4] Released js-sdk & react-sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c03844871..d330a9f45a 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "gfm.css": "^1.1.1", "highlight.js": "^9.0.0", "linkifyjs": "^2.1.3", - "matrix-js-sdk": "0.7.12", - "matrix-react-sdk": "0.9.6", + "matrix-js-sdk": "0.7.13", + "matrix-react-sdk": "0.9.7", "modernizr": "^3.1.0", "pako": "^1.0.5", "q": "^1.4.1", From 27d83ba440457ad77c5f31153fc52564a64a697e Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 22 Jun 2017 12:01:05 +0100 Subject: [PATCH 2/4] v0.11.4 --- 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 8144c20904..2c6e62f2f5 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.11.3", + "version": "0.11.4", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { From 26ea8a7494b5cc1b218b14be46c329c8db68d1d0 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 22 Jun 2017 12:04:49 +0100 Subject: [PATCH 3/4] Prepare changelog for v0.11.4 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0586b97e0..cdba055144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Changes in [0.11.4](https://github.com/vector-im/riot-web/releases/tag/v0.11.4) (2017-06-22) +============================================================================================ +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.11.3...v0.11.4) + + * Update matrix-js-sdk and react-sdk to fix a regression where the + background indexedb worker was disabled, failures to open indexeddb + causing the app to fail to start, a race when starting that could break + switching to rooms, and the inability to to invite user with mixed case + usernames. + Changes in [0.11.3](https://github.com/vector-im/riot-web/releases/tag/v0.11.3) (2017-06-20) ============================================================================================ [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.11.2...v0.11.3) From cf5cf02529f95a094d88051c12fdb87a03d87335 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 22 Jun 2017 12:04:49 +0100 Subject: [PATCH 4/4] v0.11.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d330a9f45a..f51290061d 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.11.3", + "version": "0.11.4", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": {