Skip to content

Release v3.4.1

Compare
Choose a tag to compare
@theOehrly theOehrly released this 16 Oct 19:19
· 7 commits to v3.4 since this release
9796f45

Bug Fixes

  • Fixed a bug that caused qualifying laps to be split incorrectly into Q1, Q2
    and Q3 laps. Mainly outlaps were incorrectly assigned to the previous
    session. (closes #605)

  • Fixed errors in tyre data (compound, tyre age, ...). (Massive thanks to
    user "TheBobba" on the MultiViewer Discord for noticing and helping me with
    this!)

  • Added error handling for a rare error caused by downgrading the
    requests-cache dependency or by reusing the cache with various versions
    of the dependency.

Other Changes

  • Bumped some DeprecationWarnings to FutureWarnings to make them more visible
    to users.