From 3f3e0213a73709a5b0f6ea658c2001a320274bab Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Thu, 14 May 2020 16:22:05 +0100 Subject: [PATCH 1/6] Upgrade matrix-js-sdk to 6.1.0-rc.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6ae3ad..074e860 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "find-npm-prefix": "^1.0.2", "fs-extra": "^8.1.0", "glob": "^7.1.6", - "matrix-js-sdk": "6.0.0", + "matrix-js-sdk": "6.1.0-rc.1", "mkdirp": "^1.0.3", "needle": "^2.3.2", "node-pre-gyp": "^0.14.0", diff --git a/yarn.lock b/yarn.lock index cc26f65..6d249f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2862,10 +2862,10 @@ map-age-cleaner@^0.1.1: dependencies: p-defer "^1.0.0" -matrix-js-sdk@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.0.0.tgz#2374a583878073871a0202dc237691ef15540575" - integrity sha512-NBHb5JIKetCVhOdfETyhUL9lYs2M+v8W/uczTzW6IX9XFOtNaha8X82waXlRt6RJpZRm5aJveODkybvo9VOLtg== +matrix-js-sdk@6.1.0-rc.1: + version "6.1.0-rc.1" + resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.1.0-rc.1.tgz#521d5683d10e49bb437b2457d1f0c6696fc7a4e3" + integrity sha512-q3XScyroUwY3qTBglRgE1lldfrLlSML5nU4gJzXrEwn2gGpR1P4IU8aT8EcumyOmeZhrrysS2UEE9fWgUmhkBw== dependencies: "@babel/runtime" "^7.8.3" another-json "^0.2.0" From d71423181ec5bb81e9e2f18432d88e79123f911d Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Thu, 14 May 2020 16:22:36 +0100 Subject: [PATCH 2/6] Prepare changelog for v1.6.1-rc.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9514356..9984980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +Changes in [1.6.1-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.1-rc.1) (2020-05-14) +======================================================================================================== +[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0...v1.6.1-rc.1) + + * Add CI scripts to install and link JS SDK + [\#85](https://github.com/vector-im/riot-desktop/pull/85) + * Use Xenial as the build image's base distribution + [\#84](https://github.com/vector-im/riot-desktop/pull/84) + * Persist GPG keys for Linux builds via Docker + [\#83](https://github.com/vector-im/riot-desktop/pull/83) + * Update README to mention profile support + [\#81](https://github.com/vector-im/riot-desktop/pull/81) + * Remove Conflicts from riot-desktop + [\#82](https://github.com/vector-im/riot-desktop/pull/82) + * Add a default Linux distribution + [\#79](https://github.com/vector-im/riot-desktop/pull/79) + * Remove invite only padlocks feature flag config + [\#77](https://github.com/vector-im/riot-desktop/pull/77) + * package.json: Bump the Seshat dep. + [\#75](https://github.com/vector-im/riot-desktop/pull/75) + * Remove encrypted message search feature flag + [\#74](https://github.com/vector-im/riot-desktop/pull/74) + * Update readme now it's the real source + [\#73](https://github.com/vector-im/riot-desktop/pull/73) + Changes in [1.6.0](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0) (2020-05-05) ============================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.6...v1.6.0) From d391ce62020623337f05107950b839b26fcce9f4 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Thu, 14 May 2020 16:22:36 +0100 Subject: [PATCH 3/6] v1.6.1-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 074e860..48f2b3d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-desktop", "productName": "Riot", "main": "src/electron-main.js", - "version": "1.6.0", + "version": "1.6.1-rc.1", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": { From 89318e403ab13b37cdc896be90e167275c72a163 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 19 May 2020 11:11:17 +0100 Subject: [PATCH 4/6] Upgrade matrix-js-sdk to 6.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 48f2b3d..bc364cc 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "find-npm-prefix": "^1.0.2", "fs-extra": "^8.1.0", "glob": "^7.1.6", - "matrix-js-sdk": "6.1.0-rc.1", + "matrix-js-sdk": "6.1.0", "mkdirp": "^1.0.3", "needle": "^2.3.2", "node-pre-gyp": "^0.14.0", diff --git a/yarn.lock b/yarn.lock index 6d249f8..2d917fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2862,10 +2862,10 @@ map-age-cleaner@^0.1.1: dependencies: p-defer "^1.0.0" -matrix-js-sdk@6.1.0-rc.1: - version "6.1.0-rc.1" - resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.1.0-rc.1.tgz#521d5683d10e49bb437b2457d1f0c6696fc7a4e3" - integrity sha512-q3XScyroUwY3qTBglRgE1lldfrLlSML5nU4gJzXrEwn2gGpR1P4IU8aT8EcumyOmeZhrrysS2UEE9fWgUmhkBw== +matrix-js-sdk@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.1.0.tgz#c28ad67c113c4aa9c8bce409c7ba550170bdc2ee" + integrity sha512-N+vCgxWORvhh7AGyWZlU5Z2brojbbnHnWlMkBF6JjWe6a+pfpjmRKp5/jeQpOz6yfe56sIQvU7ikBZl3JjlMiw== dependencies: "@babel/runtime" "^7.8.3" another-json "^0.2.0" From 4069800a92ee36c7b368d0ecf92714458dcf1109 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 19 May 2020 11:14:58 +0100 Subject: [PATCH 5/6] Prepare changelog for v1.6.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9984980..de04300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [1.6.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.1) (2020-05-19) +============================================================================================== +[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.1-rc.1...v1.6.1) + + * No changes since rc.1 + Changes in [1.6.1-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.1-rc.1) (2020-05-14) ======================================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0...v1.6.1-rc.1) @@ -27,11 +33,13 @@ Changes in [1.6.0](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0 ============================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.6...v1.6.0) + * No changes since rc.6 Changes in [1.6.0-rc.6](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.6) (2020-05-01) ======================================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.5...v1.6.0-rc.6) + * No changes since rc.5 Changes in [1.6.0-rc.5](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.5) (2020-04-30) ======================================================================================================== @@ -46,6 +54,7 @@ Changes in [1.6.0-rc.4](https://github.com/vector-im/riot-desktop/releases/tag/v ======================================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.3...v1.6.0-rc.4) + * No changes since rc.3 Changes in [1.6.0-rc.3](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.3) (2020-04-17) ======================================================================================================== @@ -58,6 +67,7 @@ Changes in [1.6.0-rc.2](https://github.com/vector-im/riot-desktop/releases/tag/v ======================================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.1...v1.6.0-rc.2) + * No changes since rc.1 Changes in [1.6.0-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.1) (2020-04-15) ======================================================================================================== From defac64eff7c2cdf69eb6ece88090ea0517d0ece Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 19 May 2020 11:14:58 +0100 Subject: [PATCH 6/6] v1.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc364cc..cb72b09 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-desktop", "productName": "Riot", "main": "src/electron-main.js", - "version": "1.6.1-rc.1", + "version": "1.6.1", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": {