-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Track new releases / updates? #124
Comments
Nice suggestion for next version |
Well, the usual ways is as follows:
This way the "stable/released code" is on the master branch, your users are supposed to use only that one. During your development you should checkout the dev branch and commit there frequently, even the half-baked code. Comment the commits extensively for the purpose of easing the content creation for the Release Notes. |
What I seek -and will implement- is that a user is informed by FortiusANT that a new version is available (without checking github himself). |
Ah I see, I would only ask that you don't make it into a pop-up, I usually find those annoying. And when I set up the trainer, I probably don't want to download an update right now, I will likely do it after training. The easiest way would probably be to add a VERSION file to the Github repo and download that on launch and compare it to the current version? Some of @orrmany 's suggestions, while good practice in general, may be unnecessary for a relatively small project. Still, at least tagging the releases in git (and creating Github releases for them) would be quite nice. |
Implemented in version 3.5, to be published shortly. |
Question: How can I keep track of new releases / updates?
I've installed version 3.3, and now I read 3.4 is out.
Is there a way to know this, and are there releasenotes somewhere?
As an IT-er I'd like to know what has changed and when to update.
Originally posted by @kwouters1 in #14 (comment)
The text was updated successfully, but these errors were encountered: