File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changes in [ 1.5.12] ( https://github.com/vector-im/riot-web/releases/tag/v1.5.12 ) (2020-03-04)
2+ ============================================================================================
3+ [ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v1.5.11...v1.5.12 )
4+
5+ * Upgrade to React SDK 2.2.1
6+ * Revert to Electron 7.1.12 to fix Arch Linux tray icon
7+ * Fix image download links so they open in a new tab
8+
19Changes in [ 1.5.11] ( https://github.com/vector-im/riot-web/releases/tag/v1.5.11 ) (2020-03-02)
210============================================================================================
311[ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v1.5.11-rc.1...v1.5.11 )
Original file line number Diff line number Diff line change 22 "name" : " riot-web" ,
33 "productName" : " Riot" ,
44 "main" : " src/electron-main.js" ,
5- "version" : " 1.5.11 " ,
5+ "version" : " 1.5.12 " ,
66 "description" : " A feature-rich client for Matrix.org" ,
77 "author" : " New Vector Ltd." ,
88 "dependencies" : {
Original file line number Diff line number Diff line change 22 "name" : " riot-web" ,
33 "productName" : " Riot" ,
44 "main" : " electron_app/src/electron-main.js" ,
5- "version" : " 1.5.11 " ,
5+ "version" : " 1.5.12 " ,
66 "description" : " A feature-rich client for Matrix.org" ,
77 "author" : " New Vector Ltd." ,
88 "repository" : {
6666 "gemini-scrollbar" : " github:matrix-org/gemini-scrollbar#91e1e566" ,
6767 "gfm.css" : " ^1.1.2" ,
6868 "highlight.js" : " ^9.13.1" ,
69- "matrix-js-sdk" : " github:matrix-org/matrix-js-sdk#develop " ,
70- "matrix-react-sdk" : " github:matrix-org/matrix-react-sdk#develop " ,
69+ "matrix-js-sdk" : " 5.1.0 " ,
70+ "matrix-react-sdk" : " 2.2.1 " ,
7171 "olm" : " https://packages.matrix.org/npm/olm/olm-3.1.4.tgz" ,
7272 "postcss-easings" : " ^2.0.0" ,
7373 "prop-types" : " ^15.7.2" ,
153153 },
154154 "build" : {
155155 "appId" : " im.riot.app" ,
156- "electronVersion" : " 8.0.2 " ,
156+ "electronVersion" : " 7.1.12 " ,
157157 "files" : [
158158 " node_modules/**" ,
159159 " src/**"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ cd `dirname $0`
2020
2121for i in matrix-js-sdk matrix-react-sdk
2222do
23+ echo " Checking version of $i ..."
2324 depver=` cat package.json | jq -r .dependencies[\" $i \" ]`
2425 latestver=` yarn info -s $i dist-tags.next`
2526 if [ " $depver " != " $latestver " ]
Original file line number Diff line number Diff line change @@ -7519,9 +7519,10 @@ matrix-mock-request@^1.2.3:
75197519 bluebird "^3.5.0"
75207520 expect "^1.20.2"
75217521
7522- "matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7523- version "2.2.0"
7524- resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/00dc187f7165a0659ce1ae5bbd3fd491ba5650db"
7522+ matrix-react-sdk@2.2.1:
7523+ version "2.2.1"
7524+ resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.2.1.tgz#1f443d35bdcc46c7ef3dc3066adda59f7f43b348"
7525+ integrity sha512-zIgf/i9z2x+KHf0caQtFVc3JEFiIFd9MH36XnqXaPYyRSuS0zWRLY/tFTR51pMblMIb3DskTYlf9q7JLDAP/+A==
75257526 dependencies:
75267527 "@babel/runtime" "^7.8.3"
75277528 blueimp-canvas-to-blob "^3.5.0"
You can’t perform that action at this time.
0 commit comments