Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let users know when there is a new release #26

Closed
geekgonecrazy opened this issue Aug 26, 2015 · 8 comments
Closed

Let users know when there is a new release #26

geekgonecrazy opened this issue Aug 26, 2015 · 8 comments

Comments

@geekgonecrazy
Copy link
Contributor

I wouldn't think this would happen very often.

Could just have it check on start for a new release using github's api

https://api.github.com/repos/RocketChat/Rocket.Chat.Electron/releases

@rodrigok
Copy link
Member

@geekgonecrazy cool, do you have plans to start this issue?

@geekgonecrazy
Copy link
Contributor Author

If I can think of how to display it. Could always use a html prompt 😉

@rodrigok
Copy link
Member

Maybe we can wait for @sampaiodiego changes related to multiple servers. He is implementing view split using iframes, so we can move the iframe down to show one colored bar at the top almost like spotify.

@geekgonecrazy
Copy link
Contributor Author

Ah sweet! This is exactly as I invisioned doing multiple servers with electron. 👍 Sweet that works for me.

@rockneverdies55
Copy link

@geekgonecrazy - I don't know much about electron stuff. Is it also possible to push the update somehow?

Ideally, we push users a notification saying a new release is available and at the bottom of the dialog says "UPDATE" on a button? User clicks update to upgrade to the newer version available automatically...

Did I ask for too much? :-)

@geekgonecrazy
Copy link
Contributor Author

@rockneverdies55 I'm not aware of any push notification framework in place for it. But its possible there is.

The easiest would be to check every x amount of time.

Need to look into this.. But its possible the rocket.chat server could emit an event which could be received by the electron app. This might also be a way of effecting the app its self.

@engelgabriel
Copy link
Member

On the Mac version, it may all be taken care when we get the app into the Mac App Store
#19

But it would be good to have the app to check the url mentioned by @geekgonecrazy

@rodrigok
Copy link
Member

Duplicated of #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants