-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Introduce straightforward, comprehensible version scheme #39
Comments
It might be worth starting a new numbered spec file for each major release and having a
This way implementors can quickly see what the spec used to look like for a particular version without having to trawl through the Git history, plus it saves you having to write "New in version X" all over the place. The system could be extended to minor versions too, though that might be more trouble than it's worth.
Caveat: now the Git history wouldn't show the difference between versions (since each version is in a new file) although the history of |
As per discussion with TheAssassin, we will simplify things as follows:
|
@shoogle have a look at https://github.com/AppImage/AppImageSpec/tree/next (still wip) |
Basically, this means whenever a new "type" (version) is released, all the tools will be switched to a new major version, same for the runtime. The old stuff will continue to work in theory, but we are going to cease support immediately since we are a small team anyway. |
Let's hope we won't end up like USB (in German but probably understandable even if you don't understand German) ;-) |
#34 suggests to just release a 1.0. In a recent discussion with @probonopd, I proposed an alternative scheme which I think is very much superior to just starting with a 1.x release with the current state for multiple reasons. Before a decision is made, I think it makes sense to thoroughly discuss the semantics of such versioning.
Yes, I know, another lengthy issue... but there is no point in rushing things either...
In my opinion, the spec version number should be equivalent to the current AppImage type, and should be extended to a full major.minor.patch number. We could use semantic versioning, a concept widely used and well understood by programmers.
As a result, the current specification would be released as a 2.0.0, marking the initial release.
Keeping the numbers in sync makes it very straightforward for people seeking to implement support for a specific type to find the correct document. It makes it easier for us to ensure some sane versioning semantics on either end. And, after all, it is close to what we have done so far with the spec.
Main Semantics
The AppImage community can expect the following semantics:
Challenges
.zip
in between the runtime and the payload, as described in some other issue.I'm sure there are more. Please add yours in a comment.
The text was updated successfully, but these errors were encountered: