It would be nice to have the ability to block or blacklist a given version of a mod so it is never downloaded or suggested for updates in the list command. Specifically this is coming up because https://mods.vintagestory.at/canjewelryxskill#tab-files released a newer version that requires another mod be present in order for the game to load. I would like to block that version but if a newer version is available be alerted to that so I can evaluate if it is a good addition to the server I'm hosting for friends.
Proposed functionality would be set as a config like the pinned version. Something like this to mimic the pin command
./rustique config set -w canjewelryxskill -B 0.1.5 and it would not flag as an available version when running ./rustique list -u. Presumably we would still want this to flag when running ./rustique info canjewelryxskill but that would be a user specifically asking about a mod rather than the program informing about an update being available.
It would be nice to have the ability to block or blacklist a given version of a mod so it is never downloaded or suggested for updates in the list command. Specifically this is coming up because https://mods.vintagestory.at/canjewelryxskill#tab-files released a newer version that requires another mod be present in order for the game to load. I would like to block that version but if a newer version is available be alerted to that so I can evaluate if it is a good addition to the server I'm hosting for friends.
Proposed functionality would be set as a config like the pinned version. Something like this to mimic the pin command
./rustique config set -w canjewelryxskill -B 0.1.5and it would not flag as an available version when running./rustique list -u. Presumably we would still want this to flag when running./rustique info canjewelryxskillbut that would be a user specifically asking about a mod rather than the program informing about an update being available.