Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@0neGal 0neGal released this 28 Mar 15:54
· 526 commits to main since this release

NEW FEATURES

  • Mod search filters
    • This'll allow you to view just skins, just mods, just client mods excluding server mods, by default server-side mods aren't shown, as most users have no need to see them
  • --no-vp-updater option
    • This overwrites whatever setting is set inside your viper.json, this is useful for automation, or simply packaging the Viper AppImage inside another format, i.e Flatpak, Snap etc.

BUG FIXES

  • Fixed potential edge case with mods
    • If a mod had the same name as an element in our CSS, the mod element could be styled incorrectly, we now prepend mod- to all mod elements to ensure this doesn't happen. Notably the Northstar core mods would previously show up as red, because we used to have an element with that name.
  • Updates many dependencies to fix potential vulnerabilities
  • Fixed the gamepath auto detector sometimes not being able to find the game if installed through Steam
    • If contentstatsid wasn't inside your libraryfolders.vdf it would skip the first library, if you only had one, it'd skip all/that one.