Deli-Collective / Deli

Deli Eliminates Loader Intricacies with BepInEx plugins and custom content.
GNU General Public License v3.0
5 stars 0 forks source link

Automatic version checking for mods #6

Closed nrgill28 closed 3 years ago

nrgill28 commented 3 years ago

This is a QOL feature that would have Deli request the latest version of a mod from the mod's source (GitHub/Lab, Bonetome) and compare it against the installed version. No automatic updating would be performed but instead just a warning that you're not running the latest version. I have done some preliminary work on the feature/version-checker branch, but it's currently blocked by Unity not supporting TLSv1.3, making accessing APIs difficult.

nrgill28 commented 3 years ago

Feature implemented