From 3888c381b81ac1d6546f37505c7b965e6b09d6ed Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 1 Aug 2016 16:43:30 -0300 Subject: [PATCH 1/6] v0.4.1 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a595aa5..f11670e7 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,13 @@ Zinc FreeNode MightyText +Zoho Email +Zoho Chat +Roundcube +Horde +SquirrelMail -















+

















## Features @@ -84,11 +89,17 @@ - [x] Minimize to tray. - [x] Mute audio to specific service. - [x] Separate tabs floating to the right. +- [x] Go Offline on specific service. +- [x] Start automatically on system startup. +- [x] Custom Code Injection. +- [x] Keyboard Shortcuts. ## Privacy No personal information will be saved +Sessions will persist using the [partition:persist](http://electron.atom.io/docs/api/web-view-tag/#partition) attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service. + Sync feature use Auth0 for Single Sign On & Token Based Authentication with the integration with Firebase to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;) ## [Install on Linux - Steps](https://github.com/saenzramiro/rambox/wiki/Install-on-Linux) From e62fc718834c0697bd3a886ddc99af624d8bb048 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 1 Aug 2016 16:43:56 -0300 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11670e7..2121f5bb 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Horde SquirrelMail -

















+





















## Features From eac17e2646e34912ef101020c608f519f30bbf0d Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 1 Aug 2016 16:44:59 -0300 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2121f5bb..2db13eb1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 33 +## Services available - 44 WhatsApp Messenger From 57949ee56e88f89264ddca18032be8618bfd3af8 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 4 Aug 2016 16:08:29 -0300 Subject: [PATCH 4/6] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..59691823 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ + + +### Steps to reproduce + +1. +2. +3. + +### Expected behaviour + + + +### Actual behaviour + + + +### ENVIRONMENT + + + +> Rambox: v0.X.X + +> OS: XXXX + +> Arch: x64 or ia32 From 6d98f51f028921813071d432b315ed9bfd5687ca Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 4 Aug 2016 16:36:31 -0300 Subject: [PATCH 5/6] Create CONTRIBUTING.md --- .github/CONTRIBUTING.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..a1bcd202 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,32 @@ +## Submitting issues + +* Please search the existing issues first, it's likely that your issue was already reported or even fixed. + - Go to "Issues" and type any word in the top search/command bar. + - Consider to search on closed issues. To do that just remove "is:open" from the search field. + - More info on [search syntax within github](https://help.github.com/articles/searching-issues) +* Report the issue using our [template][template], it includes all the information we need to track down the issue. + +Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues. + +[template]: https://github.com/saenzramiro/rambox/blob/master/.github/ISSUE_TEMPLATE.md + +## Share your Custom Services + +If you consider there are other users that can use your Custom Service, we have a repo for this: [Rambox Services Contrib][rambox-services-contrib]. + +[rambox-services-contrib]: https://github.com/saenzramiro/rambox-services-contrib + +## Ask for help + +We have a great community in [Gitter][gitter] that can help you with any doubt or problem. + +[gitter]: https://gitter.im/saenzramiro/rambox + +## Contributing to Source Code + +Feel free to create pull requests to help us offer a great and complete software. :wink: + +## Translations +Please submit translations via [Transifex][transifex]. + +[transifex]: https://www.transifex.com/rambox/rambox-app/ From 9532a8bdfb64daec4f6232b6b3372576fed0409a Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Fri, 5 Aug 2016 21:22:47 -0300 Subject: [PATCH 6/6] typo --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 59691823..b97779e0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ - + ### Steps to reproduce @@ -6,11 +6,11 @@ 2. 3. -### Expected behaviour +### Expected behavior -### Actual behaviour +### Actual behavior