Skip to content

Releases: kaiusl/KLPlugins.DynLeaderboards

v1.4.5

07 May 10:08
23d9bd9
Compare
Choose a tag to compare

Added

  • Support Ford Mustang GT3 which was added in ACC v1.10.2.

v1.4.4

30 Apr 11:03
092662c
Compare
Choose a tag to compare

Fixed

  • Missing properties after a fresh install of the plugin on first SimHub start.

v1.4.3

16 Apr 15:51
a73812b
Compare
Choose a tag to compare

Fixed

  • N24 wrong track id
  • Improve detection of in/out laps
  • First hotlap wrongly shown as out lap (in/out lap flags were sometimes not reset after actual out lap)
  • N24 short lap didn't start a new flying lap in non-race sessions

v1.4.3_beta.1

14 Apr 13:56
3d151fa
Compare
Choose a tag to compare
v1.4.3_beta.1 Pre-release
Pre-release

Fixed

  • N24 wrong track id
  • Improve detection of in/out laps
  • First hotlap wrongly shown as out lap (in/out lap flags were sometimes not reset after actual out lap)

v1.4.2

04 Apr 18:24
d35c17b
Compare
Choose a tag to compare

Small release to move from GitHub wikis to a new docs page.

Added

Changed

  • Updated links to point to new docs site.

v1.4.1

04 Apr 12:29
ba690d4
Compare
Choose a tag to compare

Fixed

  • Workaround for missing N24 track data

Added

  • N24 lap data for gap calculation

v1.4.0

25 Jan 09:57
Compare
Choose a tag to compare

Fixed

  • Relative leaderboards showing wrong car for one update after a position change.

Added

  • New Cup, RelativeCup, PartialRelativeCup leaderboard types (#24, #25).
    These are effectively Class, RelativeClass and PartialRelativeClass except they
    also filter by the focused car's cup category (Pro/Overall, Pro-Am, Am, National).
  • Few new properties related to new leaderboard types:
    • Laps.Best.Delta.ToCupBest
    • Laps.Best.Delta.ToCupLeaderBest
    • Laps.Best.Delta.ToAheadInCupBest
    • Laps.Last.Delta.ToCupBest
    • Laps.Last.Delta.ToCupLeaderBest
    • Laps.Last.Delta.ToAheadInCupBest
    • Laps.Last.Delta.ToCupLeaderLast
    • Laps.Last.Delta.ToAheadInCupLast
    • Gap.ToCupLeader
    • Gap.ToAhead.Cup
    • Position.Cup
    • Position.Cup.Start
    • IsCupBestLapCar
    • Dynamic properties have been updated to include cup specific properties.
  • Support GT2 class and 6 new cars in it.
  • An option to include Lamborghini Huracan ST EVO2 and Ferrari 488 Challenge Evo in GT2 class.
    The option is under the General settings tab.

Help wanted

Note that this update doesn't include the lap_data for Red Bull Ring and thus the gap calculation on that track is not the best. I need some help to fix this. If you are interested see #26.

v1.3.3

24 Oct 08:03
Compare
Choose a tag to compare

Fixed

  • Laps.Best.Sx was showing last lap sectors not the best lap sectors (#23)
  • Position.x.Start not updating after race restart (#23)

v1.3.2

26 May 16:47
Compare
Choose a tag to compare

Added

  • Support McLaren 720S GT3 Evo which was added in ACC v1.9.3.

    This also means that ACC v1.9.3 needs atleast the v1.3.2 version of this plugin to fully function properly.

v1.3.1

15 May 06:56
Compare
Choose a tag to compare

Added

  • An option to disable given dynamic leaderboard from being calculated. See the settings menu in SimHub (DynLeaderboards/Dynamic leaderboards)
    disable

Fixed

  • Typo which caused broadcasting.json not to be read properly.
  • Some potential NullReferenceExceptions.

Improvements

  • Cache more properties instead of calculating them from scratch on each update.
  • Remove bunch of unnecessary logging.

See CHANGELOG.md for detailed changes.