atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Add discrepancy checking to version checking #97

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 2 years ago

Now highlights mods with local versions higher than remote versions, ie: the mod has been distributed with the correct version, but disagrees with the remote version file. This usually means the remote has not been updated correctly following an update, and so may not indicate to users that an update is available. Closes #58