Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
0.5.15
Browse files Browse the repository at this point in the history
0.5.15
  • Loading branch information
saenzramiro authored Feb 26, 2018
2 parents e3bdbb0 + b690e07 commit 84ba933
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rambox",
"productName": "Rambox",
"version": "0.5.14",
"version": "0.5.15",
"description": "Rambox",
"main": "electron/main.js",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions app/store/ServicesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.14
version: 0.5.15
pull_requests:
do_not_increment_build_number: true
branches:
Expand Down
2 changes: 1 addition & 1 deletion electron/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added resources/icons/stride.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84ba933

Please sign in to comment.