From 5dd155779f104113e24942b1dfeebc4fa92872c7 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 15 Nov 2018 12:01:00 +0000 Subject: [PATCH 1/9] released js-sdk --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2eb284a13..9a76821d91 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "linkifyjs": "^2.1.6", "lodash": "^4.13.1", "lolex": "2.3.2", - "matrix-js-sdk": "matrix-org/matrix-js-sdk#develop", + "matrix-js-sdk": "0.13.1", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", From f0fe1bd3a4193e637e1d45f23d851577e2faf059 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 15 Nov 2018 12:18:53 +0000 Subject: [PATCH 2/9] Prepare changelog for v0.14.5-rc.1 --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a98991e38..a5b4fc2f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,53 @@ +Changes in [0.14.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5-rc.1) (2018-11-15) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.4...v0.14.5-rc.1) + + * Update from Weblate. + [\#2278](https://github.com/matrix-org/matrix-react-sdk/pull/2278) + * Support room IDs and event permalinks in the join command + [\#2272](https://github.com/matrix-org/matrix-react-sdk/pull/2272) + * Align encrypted event buttons in Safari + [\#2274](https://github.com/matrix-org/matrix-react-sdk/pull/2274) + * Align buttons in encrypted event dialog + [\#2273](https://github.com/matrix-org/matrix-react-sdk/pull/2273) + * Add visible guest warning to encourage login + [\#2268](https://github.com/matrix-org/matrix-react-sdk/pull/2268) + * Regenerate the room list when m.fully_read is issued + [\#2266](https://github.com/matrix-org/matrix-react-sdk/pull/2266) + * Remove the request-only stuff we don't need anymore + [\#2263](https://github.com/matrix-org/matrix-react-sdk/pull/2263) + * Improve performance of room list and fix timestamp ordering when pinning + rooms + [\#2265](https://github.com/matrix-org/matrix-react-sdk/pull/2265) + * Add options to pin unread/mentioned rooms to the top of the room list + [\#1936](https://github.com/matrix-org/matrix-react-sdk/pull/1936) + * only run e2e tests on PRs targeted on develop + [\#2261](https://github.com/matrix-org/matrix-react-sdk/pull/2261) + * Fix and test matrix.to alias permalinks + [\#2254](https://github.com/matrix-org/matrix-react-sdk/pull/2254) + * click-through svg on tag tile context menu to make it less weird + [\#2257](https://github.com/matrix-org/matrix-react-sdk/pull/2257) + * Hide Matthew's Time Machine + [\#2256](https://github.com/matrix-org/matrix-react-sdk/pull/2256) + * Update babel-eslint to 8.1.1 + [\#2255](https://github.com/matrix-org/matrix-react-sdk/pull/2255) + * Support routing matrix.to links to joinable rooms + [\#2250](https://github.com/matrix-org/matrix-react-sdk/pull/2250) + * Fix autoreplacement of ascii emoji + [\#2253](https://github.com/matrix-org/matrix-react-sdk/pull/2253) + * Repair DevTools button padding by centralizing styles + [\#2252](https://github.com/matrix-org/matrix-react-sdk/pull/2252) + * Redirect widgets to another location before deleting them + [\#2232](https://github.com/matrix-org/matrix-react-sdk/pull/2232) + * disable e2e tests for PRs targeted at experimental (redesign) + [\#2251](https://github.com/matrix-org/matrix-react-sdk/pull/2251) + * Fix emoji replacement in composer + [\#2247](https://github.com/matrix-org/matrix-react-sdk/pull/2247) + * Add a devtools button to roomsettings + [\#2249](https://github.com/matrix-org/matrix-react-sdk/pull/2249) + * Add warning when administrator leaves community (#5724) + [\#2242](https://github.com/matrix-org/matrix-react-sdk/pull/2242) + Changes in [0.14.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.4) (2018-11-13) ===================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.3...v0.14.4) From fcf3172b18f99ca2d2626585eb0a758007cc4210 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 15 Nov 2018 12:18:53 +0000 Subject: [PATCH 3/9] v0.14.5-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a76821d91..6a69b1c23e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.14.4", + "version": "0.14.5-rc.1", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { From 96ed7b123b136b0e809f15ee95c3f367dde1107b Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 15 Nov 2018 15:19:59 +0000 Subject: [PATCH 4/9] js-sdk rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a69b1c23e..866d4654ce 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "linkifyjs": "^2.1.6", "lodash": "^4.13.1", "lolex": "2.3.2", - "matrix-js-sdk": "0.13.1", + "matrix-js-sdk": "0.14.0-rc.1", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", From 3f308c23820e32f0d3f7a2e6ed862d7ee1c5208f Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 15 Nov 2018 15:29:24 +0000 Subject: [PATCH 5/9] Prepare changelog for v0.14.5-rc.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b4fc2f55..b1281482fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [0.14.5-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5-rc.2) (2018-11-15) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.5-rc.1...v0.14.5-rc.2) + + * Update to js-sdk v0.14.0-rc.1 which uses the new Olm API + (v0.14.0-rc.1 was broken because of this). + Changes in [0.14.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5-rc.1) (2018-11-15) =============================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.4...v0.14.5-rc.1) From 8841108b6be9609667ebba0487b659968f323889 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 15 Nov 2018 15:29:24 +0000 Subject: [PATCH 6/9] v0.14.5-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 866d4654ce..9e0f515292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.14.5-rc.1", + "version": "0.14.5-rc.2", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { From 179b64d185e744566fe4e99ada8eb4830fe58c88 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 19 Nov 2018 15:16:18 +0000 Subject: [PATCH 7/9] released js-sdk --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e0f515292..43617a5db2 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "linkifyjs": "^2.1.6", "lodash": "^4.13.1", "lolex": "2.3.2", - "matrix-js-sdk": "0.14.0-rc.1", + "matrix-js-sdk": "0.14.0", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", From df928218d1a567318a570958ca3a4f4d62e3951e Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 19 Nov 2018 15:19:16 +0000 Subject: [PATCH 8/9] Prepare changelog for v0.14.5 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1281482fd..1486578025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [0.14.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5) (2018-11-19) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.5-rc.2...v0.14.5) + + * No changes since rc.1 + Changes in [0.14.5-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5-rc.2) (2018-11-15) =============================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.5-rc.1...v0.14.5-rc.2) From 0165a33f9f867409115a7421781b9fe59bd9945e Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 19 Nov 2018 15:19:17 +0000 Subject: [PATCH 9/9] v0.14.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43617a5db2..d2e54a2621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.14.5-rc.2", + "version": "0.14.5", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": {