-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Correct minversion for Scatterer #8700
Conversation
Have you confirmed this change with the mod author? |
Given the mod author's own thread on the forums says that this version is compatible with 1.9+, both in the title and in the OP's body, and based on what you did in the prior PR ( #8314 ) I figured it was just SpaceDock continuing to SpaceDock (i.e. list only a single compatible version, which has to be the most recent KSP version supported or users with that version of KSP, the normal use case, will not see it as supported when checking on SpaceDock). But I can certainly ask the author to confirm that their OP is still correct. |
How about a link or screenshot fragment so we don't have to go hunting? |
Should I still ask? I'm happy to do so and wait on a response, I was just surprised given the history and the forum OP. |
Cool, thanks! That works. I'm going to take a look at the validation script output and some of the intermediate versions, but no, you don't need to bother blackrack/LGhassen. |
Ok, cool. Thanks, and sorry for the confusion! |
OK, previous change was #8314, basically the same idea, the forum thread title also said 1.9 back then. 👍 |
Yeah I switched it to a >= because I presume blackrack will continue making releases, though it merely shifts the versioning burden from "presumptively not backwards compatible" to "presumptively compatible"--so if there ever is, indeed, a compat break this will need revisiting. |
Hi @HebaruSan, I'm about to upload a new version (v0.0824) which will only be compatible with 1.12. I'd modify the files myself and make a PR but didn't quite understand if I can keep |
Heh, it happened almost exactly as I was typing that, maybe 1 minute afterwards. 🎉 |
OK, it should be safe to make your new release now. I'll keep an eye on the metadata to make sure it works as expected. |
Thank you, I will get to it in a few hours. Cheers |
There is a netkan version override specifically for 723, but since that was done @LGhassen has released new versions of Scatterer. I believe the correct solution here -- since the forum OP and docs make clear that all these versions are compatible with 1.9+ -- is to apply this override to all versions going forward, until such time as there is a version that is not backwards compatible with 1.9 etc. The issue here appears to be that versioning from Spacedock has only the active KSP version, not a min/max, or such was done when new Scatterers were released, despite other sources maintaining that they are backwards compatible.