From 99a5989c03f84c88d113385a2d462315966185fe Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 27 Sep 2018 13:48:36 +0100 Subject: [PATCH 1/6] bump matrix-js-sdk --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20724b5910..dd241cf6c3 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.11.0", + "matrix-js-sdk": "0.11.1-rc.1", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", From bd88bf930350799bcaa6c7cb1cddb1adb4dff8c4 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 27 Sep 2018 13:51:11 +0100 Subject: [PATCH 2/6] Prepare changelog for v0.13.5-rc.1 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 390b90a41e..28960faff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +Changes in [0.13.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.5-rc.1) (2018-09-27) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4...v0.13.5-rc.1) + + * resync when LL is toggled, show message when enabled + [\#2178](https://github.com/matrix-org/matrix-react-sdk/pull/2178) + * Update from Weblate. + [\#2179](https://github.com/matrix-org/matrix-react-sdk/pull/2179) + * Split npm start into an init and watch script + [\#2175](https://github.com/matrix-org/matrix-react-sdk/pull/2175) + * show canonical aliases in timeline, and set/remove implicit ones + [\#2171](https://github.com/matrix-org/matrix-react-sdk/pull/2171) + * Fix stale RR and improve LL reliability in RoomView & MemberList. + [\#2168](https://github.com/matrix-org/matrix-react-sdk/pull/2168) + * pass --travis flag to e2e tests to disable tests known not to work Travis CI + [\#2170](https://github.com/matrix-org/matrix-react-sdk/pull/2170) + * Add m.room.aliases to the timeline + [\#2167](https://github.com/matrix-org/matrix-react-sdk/pull/2167) + * postpone loading the members until the user joined the room + [\#2165](https://github.com/matrix-org/matrix-react-sdk/pull/2165) + * Allow translation tags object to be a variable + [\#2166](https://github.com/matrix-org/matrix-react-sdk/pull/2166) + * Don't try to exit fullscreen if not fullscreen + [\#2164](https://github.com/matrix-org/matrix-react-sdk/pull/2164) + * avoid updating the memberlist while the spinner is shown + [\#2161](https://github.com/matrix-org/matrix-react-sdk/pull/2161) + * fix logging room id when LL members fail + [\#2163](https://github.com/matrix-org/matrix-react-sdk/pull/2163) + * dont keep the spinner in the memberlist when fetching /members fails + [\#2162](https://github.com/matrix-org/matrix-react-sdk/pull/2162) + * only dispatch an action for self-membership + [\#2160](https://github.com/matrix-org/matrix-react-sdk/pull/2160) + * avoid unneeded lookups in memberDict + [\#2153](https://github.com/matrix-org/matrix-react-sdk/pull/2153) + * Update from Weblate. + [\#2157](https://github.com/matrix-org/matrix-react-sdk/pull/2157) + * avoid memberlist refresh for events related to rooms other but the current + [\#2156](https://github.com/matrix-org/matrix-react-sdk/pull/2156) + Changes in [0.13.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.4) (2018-09-10) ===================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4-rc.1...v0.13.4) From 1b224c2205b1405ffb6aba925d04f267bab6ff5b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 27 Sep 2018 13:51:12 +0100 Subject: [PATCH 3/6] v0.13.5-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd241cf6c3..2ad5b84d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.13.4", + "version": "0.13.5-rc.1", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { From f8ffb155778ef25ca56fbc37a650a552bfc0d4f3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 1 Oct 2018 15:49:01 +0200 Subject: [PATCH 4/6] update matrix-js-sdk version to latest release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ad5b84d31..6d78827229 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.11.1-rc.1", + "matrix-js-sdk": "0.11.1", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", From d2d48a0b20e2214d0846915a4a9cd861177d24f8 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 1 Oct 2018 15:51:23 +0200 Subject: [PATCH 5/6] Prepare changelog for v0.13.5 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28960faff0..d007be0f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [0.13.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.5) (2018-10-01) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.5-rc.1...v0.13.5) + + * No changes since rc.1 + Changes in [0.13.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.5-rc.1) (2018-09-27) =============================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4...v0.13.5-rc.1) @@ -898,7 +904,7 @@ Changes in [0.12.0-rc.7](https://github.com/matrix-org/matrix-react-sdk/releases [\#1816](https://github.com/matrix-org/matrix-react-sdk/pull/1816) * Improve group joining/leaving feedback [\#1831](https://github.com/matrix-org/matrix-react-sdk/pull/1831) - + Changes in [0.12.0-rc.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.6) (2018-04-09) =============================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.5...v0.12.0-rc.6) From c4d39eebe7d514c70d187c50b0babf0c87111767 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 1 Oct 2018 16:07:31 +0200 Subject: [PATCH 6/6] v0.13.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d78827229..d8f44c0fb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.13.5-rc.1", + "version": "0.13.5", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": {