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

be smarter when autoupdating #26

Open
Parth opened this issue May 22, 2017 · 2 comments
Open

be smarter when autoupdating #26

Parth opened this issue May 22, 2017 · 2 comments

Comments

@Parth
Copy link
Owner

Parth commented May 22, 2017

No description provided.

@Parth
Copy link
Owner Author

Parth commented May 11, 2018

Currently autoupdating talks to the network everytime a new tab is opened, it would be better to have an autoupdater running in the background and checking for updates periodically (or event based). And on new tab, we check if the autoupdater is running. Something like that

@dvdknaap
Copy link

@Parth Maybe create versions tags and version branch ?

Check the latest tag if this is different then the current branch then update ?

Get latest tag

git fetch && git describe --tags $(git rev-list --tags --max-count=1)

Check Current branch

git rev-parse --abbrev-ref HEAD

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

No branches or pull requests

2 participants