From 47797f1fb1fd73a6c877dca0cf165ccc0345cc40 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 28 Feb 2021 21:30:54 +0000 Subject: [PATCH] Make it more clear that .conf will override release min/max vers --- app/templates/packages/release_new.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/templates/packages/release_new.html b/app/templates/packages/release_new.html index 428e4c60..a9c6763b 100644 --- a/app/templates/packages/release_new.html +++ b/app/templates/packages/release_new.html @@ -65,15 +65,19 @@ {{ render_field(form.max_rel, class_="col-sm-6") }} -

Maximum must be greater than or equal to the minimum!

+

+ + The .conf of your package can set this automatically, + which will override your selection. +

Set the minimum and maximum Minetest versions supported. - This release will be hidden to clients outside of that range.
+ This release will be hidden to clients outside of that range. Leave both as None if in doubt. - You can set this automatically in the .conf of your package.

You cannot select the oldest version for min or the newest version