File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1+ Changes in [ 0.17.2] ( https://github.com/vector-im/riot-web/releases/tag/v0.17.2 ) (2018-10-19)
2+ ============================================================================================
3+ [ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v0.17.1...v0.17.2 )
4+
5+ * Update react-sdk version to "Apply the user's tint once the MatrixClientPeg is moderately ready"
6+ * Electron: don't set tags on notifications
7+ [ \# 7518] ( https://github.com/vector-im/riot-web/pull/7518 )
8+
19Changes in [ 0.17.1] ( https://github.com/vector-im/riot-web/releases/tag/v0.17.1 ) (2018-10-18)
210============================================================================================
311[ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v0.17.0...v0.17.1 )
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" : " 0.17.1 " ,
5+ "version" : " 0.17.2 " ,
66 "description" : " A feature-rich client for Matrix.org" ,
77 "author" : " Vector Creations 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" : " 0.17.1 " ,
5+ "version" : " 0.17.2 " ,
66 "description" : " A feature-rich client for Matrix.org" ,
77 "author" : " New Vector Ltd." ,
88 "repository" : {
7171 "gfm.css" : " ^1.1.2" ,
7272 "highlight.js" : " ^9.0.0" ,
7373 "matrix-js-sdk" : " 0.12.0" ,
74- "matrix-react-sdk" : " 0.14.0 " ,
74+ "matrix-react-sdk" : " 0.14.1 " ,
7575 "modernizr" : " ^3.6.0" ,
7676 "prop-types" : " ^15.6.2" ,
7777 "react" : " ^15.6.0" ,
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ export default class ElectronPlatform extends VectorBasePlatform {
143143 {
144144 body : msg ,
145145 icon : avatarUrl ,
146- tag : 'vector' ,
147146 silent : true , // we play our own sounds
148147 } ,
149148 ) ;
@@ -169,11 +168,6 @@ export default class ElectronPlatform extends VectorBasePlatform {
169168 }
170169
171170 clearNotification ( notif : Notification ) {
172- // This crashes on windows under certain circumstances: can't find any
173- // workaround other than not closing notifs.
174- // https://github.com/electron/electron/issues/15251
175- // https://github.com/vector-im/riot-web/issues/7512
176- if ( window . process . platform === 'win32' ) return ;
177171 notif . close ( ) ;
178172 }
179173
You can’t perform that action at this time.
0 commit comments