-
Notifications
You must be signed in to change notification settings - Fork 1
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
Try to implement update only on new versions #61
Comments
@mytja ! The way I did it... is I make release tags on my repository after every release & then I check for version tag of the latest tag (index 0 of the release tags array from GitHub) & compare that version tag with current version tag. If it is not equal, then I show update dialog. |
You can see it here. |
Awesome! |
Guinea pig 1.2.2 What's new in this version? - Removed updater on boot (now you can directly run python3 my.py in .bashrc) - Added releases API with description and new functions, that release provides Thanks to @alexmercerind for submitting GitHub API in #61
Merged, still have to do updating from other branches |
There is currently fully functional release Stable 1.2.2 |
The text was updated successfully, but these errors were encountered: