Skip to content

v1.1.0 - Filtering

Compare
Choose a tag to compare
@BadMagic100 BadMagic100 released this 31 May 04:17
· 15 commits to master since this release

This release introduces two new optional filtering arguments to hide information that's not always needed to improve the usability and readability of the data table.

  • --show-versions, -v: Displays the installed version and upgraded version of each mod. Previously, these were always visible, but are now hidden by default. Most users only care whether there is an upgrade. In addition, version upgrades to Beat Saber may not always come with an upgrade to mod versions. Removing these from the table allows additional space for the link column, which can simplify searching for upgrades in consoles that support clickable links as most links will now fit on one line.
  • --no-upgrade-only, -n: Hides mods that have an upgrade available. This simplifies the list to only the mods you need to find upgrades for, which can reduce clutter. Since one use cases of this program is a mod list, the original functionality of listing all mods will remain the default behavior for now.

This update also includes minor tweaks to documentation.