Bulk edit options for Versions #26
Andre601
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Right now you have to go to each separate version, press edit, edit something and confirm the changes to update something such as supported versions.
This is extremely tedious and time consuming.
Describe the solution you'd like
There should be an option to select multiple versions and perform bulk actions (Similar to how you can select multiple issues/PRs on GitHub and f.e. (un)label them).
This should allow a much faster and easier way of updating some common settings like the aforementioned supported versions, or changelog.
I believe it could be useful to allow editing all options in bulk. Maybe support a specific platform to inject info like the platform/loader defined for that release, so that as an example
1.0.0 - ${platform}
would become1.0.0 - Fabric, Quilt
when the release has Fabric and Quilt selected as supported loaders.Some other placeholder ideas for this feature:
${version}
- The release version. In case you edit different versions.${mcversions}
- The supported MC versions. Would render the same as in the version overview (i.e.1.19
,1.19.1
and1.19.2
as1.19—1.19.2
Describe alternatives you've considered
Just manually edit the versions, which can be extremely time-consuming depending on the amount.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions