Skip to content

v0.0.19

Choose a tag to compare

@github-actions github-actions released this 23 Jul 21:55
· 31 commits to main since this release
aa0252c

What's Changed

  • fix: standings now show more cars for player's class when player is missing by @tariknz in #45
  • fix: hide FasterCarsFromBehind during Lone Qualify by @tariknz in #44
  • fix: relative performance with sorting by @tariknz in #46
  • feat: add settings for standings for displaying number of drivers by @tariknz in #47

New settings for Standings

  1. Drivers to show around player - how many drivers to show that are head/behind the player within standings
  2. Drivers to show in other classes - restricts to the top N drivers for classes outside the player's class. Defaults to just showing top 3 of each class
  3. Minimum drivers in player's class - always shows a minimum of N drivers, e.g. if there's 20 drivers in the class and you set this to 15 it will show you 15 drivers depending on the position of the player.
  4. Top drivers to always show in player's class - shows the top N drivers of the player's class if the player is outside those positions. e.g. you might want to always see the top 3 etc.
image

Full Changelog: v0.0.18...v0.0.19