Features
Pitlane Helper (by @23Kev)
Adds a new helper widget to assist with pit road entries and exits, ensuring you stay within speed limits and optimize your time in the pits.
- Speed Delta Display: Shows how far over/under the pit speed limit you are
- Green: Safe (more than 5 km/h under limit)
- Amber: Caution (0-5 km/h under limit)
- Red: Over limit
- Flashing Red Box: Severely over (more than 1.5 km/h over limit)
- Pitbox Distance: Countdown showing meters to your pitbox with progress bar
- Early Pitbox Warning: Alerts when your pitbox is near pit entry (last 10% of track)
- Pit Limiter Warning: Flashing warning when entering pit without limiter active
- Team Race Critical Warning: Extra urgent warning after pit stop completion in team races
- Pitlane Traffic: Shows count of cars ahead and behind in pitlane
Flat Track Map Overlay (by @sdcarter)
Introduces a new "Flat" track map orientation, providing an alternative top-down view of the circuit.
Compact Mode (by @LanceVShoot)
Adds a new "Compact Mode" setting for Standings and Relatives, allowing for a more streamlined UI that takes up less screen real estate while still providing essential information.
Session Visibility & Global UI Toggles
New options to control exactly when your overlays are visible:
- Session-specific visibility: Choose which widgets show during Practice, Qualy, or Race (by @Grollo13)
- Show only on track: Automatically hide widgets when you're in the garage or spectating for Fuel Calculator, Blind Spot Monitor, Rejoin Indicator, Faster Cars Behind widgets (by @BatMichoo)
- Global UI Toggle: Alt+H to quickly show/hide all overlays (by @RenatoCoicev)
- Always on Top: Toggle whether the overlay stays above all other windows (by @Xenon1)
Standings and Relatives Improvements
- Team Names: Added a new column to display team names in multi-driver events (by @23Kev)
- Highlight Player: Improved visibility by highlighting the player's line in the standings (by @RenatoCoicev)
- Laps Behind: Gaps in standings can now show the number of laps a driver is behind (by @BatMichoo)
- Full iRating: Option to display the full iRating value instead of just the badge (by @gui-seppe)
- Driver Status Badges: Integrated status badges into the Driver Name cell with a toggleable setting (by @djdiliberti)
Lap Counter Enhancements (by @Grollo13)
- Added Lap Counter to the Header and Footer bars.
- Improved display for fixed-lap races (removes unnecessary decimals).
System Autostart (by @creagel)
Adds a new configuration option to automatically start the application when your system boots up.
Telemetry Inspector (by @23Kev)
A tool for viewing raw telemetry and session data.
Find it under the Advanced menu
Track Map Improvements (by @Xenon1)
- Includes a new "Only on Track" option to declutter the map
- Now displays car race positions directly on the track map
Bug Fixes
- SOF Calculation: Fixed inaccuracies in Strength of Field calculations (by @gui-seppe)
- Live Position: Enhanced the accuracy of live position calculations (by @RenatoCoicev)
- YAML Parsing: Fixed issues with YAML sanitization and leading commas in configuration files (by @Grollo13)
- Session Timing: Fixed session time remaining and focus car lap logic (by @LanceVShoot)
- Track Fixes: Corrected the layout direction for Summit Point Jefferson (by @tariknz)
- UI Polish:
- Fixed humidity rounding to ensure integer values (by @Xenon1)
- Adjusted "breathing room" for rating badges (by @LanceVShoot)
- Increased size for Mercedes, Porsche, and Acura car logos (by @tariknz)
- Fixed Rejoin Indicator appearing in spectate mode (by @Xenon1)
Changelog
- feat: highlight player line by @RenatoCoicev in #224
- feat: add flat track map overlay by @sdcarter in #221
- feat: Add session-specific visiblity options by @Grollo13 in #206
- feat: implement global toggle for UI overlays by @RenatoCoicev in #211
- feat: add team name column to Standings and Relative overlays by @23Kev in #220
- feat: Add LapCounter to Header/Footer bars by @Grollo13 in #215
- feat: telemetry inspector by @23Kev in #230
- feat: add trackmap only on track option + track map unit tests by @Xenon1 in #233
- feat: overlay always on top toggle by @Xenon1 in #263
- feat: show lap counter in fixed lap races without decimals by @Grollo13 in #235
- feat: widgets show only on track by @BatMichoo in #245
- feat: option for autostart after system start by @creagel in #241
- feat: add car race position to trackmap by @Xenon1 in #237
- feat: Move driver status badges into DriverNameCell and add settings toggle by @djdiliberti in #236
- feat: pitlane helper by @23Kev in #232
- feat: compact mode by @LanceVShoot in #249
- feat: config for full irating displayed in the standings by @gui-seppe in #246
- feat: Standing's gap shows laps count behind by @BatMichoo in #244
- fix: rejoin indicator shows in spectate mode by @Xenon1 in #222
- fix: hide ui wrapper style fixes by @tariknz in #225
- fix: round humidity value to ensure its always a intiger by @Xenon1 in #229
- fix: tidy up defaults for session visibility by @tariknz in #231
- fix: regex to sanitize YAML input by @Grollo13 in #234
- fix: SOF calculation by @gui-seppe in #240
- fix: parsing of YAML values with leading commas by @Grollo13 in #238
- fix: breathing room for rating badge by @LanceVShoot in #256
- fix: session time remaining by @LanceVShoot in #248
- fix: widgets show only on track rejoin indicator and faster cars behind by @BatMichoo in #251
- fix: focus car for session laps by @LanceVShoot in #258
- fix: summit point jefferson layout direction by @tariknz in #259
- fix: move outlap badge to the pitcell by @tariknz in #260
- fix: out lap to have pit time but hide lap number by @tariknz in #261
- fix: enhance live position calculation. by @RenatoCoicev in #250
- fix: bigger logos for merc, porsche, acura by @tariknz in #266
- chore: update readme with updated feature list by @tariknz in #226
- chore: update deps by @tariknz in #227
- chore: refactor session visibility by @tariknz in #228
New Contributors
- @sdcarter made their first contribution in #221
- @Grollo13 made their first contribution in #206
- @gui-seppe made their first contribution in #240
- @BatMichoo made their first contribution in #245
- @djdiliberti made their first contribution in #236
Full Changelog: v0.0.36...v0.0.37