From 57851cd508ce16916ff951eeeb7baf67192b9b53 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 19 Sep 2017 10:54:35 +0100 Subject: [PATCH 1/8] js-sdk & react-sdk rc.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6866799aaa..1638532419 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ "gfm.css": "^1.1.1", "highlight.js": "^9.0.0", "linkifyjs": "^2.1.3", - "matrix-js-sdk": "0.8.2", - "matrix-react-sdk": "0.10.3", + "matrix-js-sdk": "0.8.3-rc.1", + "matrix-react-sdk": "0.10.4-rc.1", "modernizr": "^3.1.0", "pako": "^1.0.5", "prop-types": "^15.5.10", From 8a4710b270fe7cc399bfddd9abde171b5be24f1e Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 19 Sep 2017 10:55:28 +0100 Subject: [PATCH 2/8] v0.12.4-rc.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 ea0932b6ee..e2b34eac05 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.12.3", + "version": "0.12.4-rc.1", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { From ab66833c45574d001ce170eefd9850ed4b67c68c Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 19 Sep 2017 10:57:01 +0100 Subject: [PATCH 3/8] Prepare changelog for v0.12.4-rc.1 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2541d190f..95eb07666d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +Changes in [0.12.4-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.12.4-rc.1) (2017-09-19) +====================================================================================================== +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.12.3...v0.12.4-rc.1) + + * Fix test for new behaviour of 'joining' flag + [\#5053](https://github.com/vector-im/riot-web/pull/5053) + * fix really dumb blunder/typo preventing system from going to sleep. + [\#5080](https://github.com/vector-im/riot-web/pull/5080) + * T3chguy/devtools + [\#4735](https://github.com/vector-im/riot-web/pull/4735) + * CSS for unignore button in UserSettings + [\#5042](https://github.com/vector-im/riot-web/pull/5042) + * Fix alias on home page for identity room + [\#5044](https://github.com/vector-im/riot-web/pull/5044) + * generic contextual menu for tooltip/responses + [\#4989](https://github.com/vector-im/riot-web/pull/4989) + * Update from Weblate. + [\#5018](https://github.com/vector-im/riot-web/pull/5018) + * Avoid re-rendering RoomList on room switch + [\#5015](https://github.com/vector-im/riot-web/pull/5015) + * Fix menu on change keyboard language issue #4345 + [\#4623](https://github.com/vector-im/riot-web/pull/4623) + * Make isInvite default to false + [\#4999](https://github.com/vector-im/riot-web/pull/4999) + * Revert "Implement sticky date separators" + [\#4991](https://github.com/vector-im/riot-web/pull/4991) + * Implement sticky date separators + [\#4939](https://github.com/vector-im/riot-web/pull/4939) + Changes in [0.12.3](https://github.com/vector-im/riot-web/releases/tag/v0.12.3) (2017-09-06) ============================================================================================ [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.12.3-rc.3...v0.12.3) From ca50d1f04ad1dab34b73e7b408c97e138a539b8d Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 19 Sep 2017 10:57:02 +0100 Subject: [PATCH 4/8] v0.12.4-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1638532419..828e649e23 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.12.3", + "version": "0.12.4-rc.1", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": { From d957f0cdd70cc9748d23f0b32f9712299bff5683 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 20 Sep 2017 15:16:42 +0100 Subject: [PATCH 5/8] released js-sdk & react-sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 828e649e23..b1cbe1100c 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ "gfm.css": "^1.1.1", "highlight.js": "^9.0.0", "linkifyjs": "^2.1.3", - "matrix-js-sdk": "0.8.3-rc.1", - "matrix-react-sdk": "0.10.4-rc.1", + "matrix-js-sdk": "0.8.3", + "matrix-react-sdk": "0.10.4", "modernizr": "^3.1.0", "pako": "^1.0.5", "prop-types": "^15.5.10", From e814eb4555b830f29cc053a0bfd6f26d08143eef Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 20 Sep 2017 15:18:17 +0100 Subject: [PATCH 6/8] v0.12.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 e2b34eac05..5f897136a3 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.12.4-rc.1", + "version": "0.12.4", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { From d96759b8ad0e16ee5a3716a1748adaf7a069fe2c Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 20 Sep 2017 15:19:10 +0100 Subject: [PATCH 7/8] Prepare changelog for v0.12.4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95eb07666d..9ab5a7ec6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [0.12.4](https://github.com/vector-im/riot-web/releases/tag/v0.12.4) (2017-09-20) +============================================================================================ +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.12.4-rc.1...v0.12.4) + + * No changes + Changes in [0.12.4-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.12.4-rc.1) (2017-09-19) ====================================================================================================== [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.12.3...v0.12.4-rc.1) From 2ea9fc3f9a20050b6eb4dbdbae6a62ac52f251d9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 20 Sep 2017 15:19:10 +0100 Subject: [PATCH 8/8] v0.12.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1cbe1100c..083bd9462a 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.12.4-rc.1", + "version": "0.12.4", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": {