diff --git a/app/package.json b/app/package.json index e16c5e91b..037977a3a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "Rambox", "productName": "Rambox", - "version": "0.5.14", + "version": "0.5.15", "description": "Rambox", "main": "electron/main.js", "private": true, diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 65e3d0278..6c0f83c13 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -880,5 +880,14 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,custom_domain: true }, + { + id: 'stride' + ,logo: 'stride.png' + ,name: 'Stride' + ,description: 'Stride is the complete team communication solution with group messaging, video meetings, and built-in collaboration tools.' + ,url: 'https://app.stride.com/___' + ,type: 'messaging' + ,js_unread: 'function checkUnread(){var t=0,e=!1;document.querySelectorAll(".conversations-nav .nav-item .activity-indicator").forEach(function(n){n.classList.contains("has-count")?t+=parseInt(n.innerHTML):e=!0}),updateBadge(t,e)}function updateBadge(t,e){var n=t>0?"("+t+") ":e?"(•) ":"";document.title=n+originalTitle}var originalTitle=document.title;setInterval(checkUnread,3e3);' + } ] }); diff --git a/appveyor.yml b/appveyor.yml index 482f0f946..624cc883a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.5.14 +version: 0.5.15 pull_requests: do_not_increment_build_number: true branches: diff --git a/electron/menu.js b/electron/menu.js index 033d481ce..ae47f71ae 100644 --- a/electron/menu.js +++ b/electron/menu.js @@ -66,7 +66,7 @@ module.exports = function(config) { { label: `&`+locale['menu.help[2]'], click() { - shell.openExternal('https://gitter.im/saenzramiro/rambox'); + shell.openExternal('https://rambox.typeform.com/to/t7jc4C'); } }, { diff --git a/package.json b/package.json index 93eac394f..cff3261f3 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "chai": "3.5.0", "crowdin": "1.0.0", "csvjson": "4.3.3", - "electron": "^1.7.8", + "electron": "^1.8.2", "electron-builder": "^17.10.0", "electron-builder-squirrel-windows": "15.0.0", "electron-squirrel-startup": "^1.0.0", diff --git a/resources/icons/stride.png b/resources/icons/stride.png new file mode 100644 index 000000000..9d3a1217c Binary files /dev/null and b/resources/icons/stride.png differ