Browse Source

0.5.15

0.5.15
pull/1518/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
84ba933080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/package.json
  2. 9
      app/store/ServicesList.js
  3. 2
      appveyor.yml
  4. 2
      electron/menu.js
  5. 2
      package.json
  6. BIN
      resources/icons/stride.png

2
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,

9
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);'
}
]
});

2
appveyor.yml

@ -1,4 +1,4 @@
version: 0.5.14
version: 0.5.15
pull_requests:
do_not_increment_build_number: true
branches:

2
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');
}
},
{

2
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",

BIN
resources/icons/stride.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Loading…
Cancel
Save