Features
New widget: Blind Spot Monitor
Displays visual indicators on the left and right sides of the screen when cars are detected in your blind spots. The indicator position dynamically adjusts based on the distance to the detected car.
- Left and right side detection
- Visual amber indicator bars that move vertically based on car distance
- Detection of single car or multiple cars (2 cars) on each side
- Configurable detection distances:
- Distance ahead (3-6 meters)
- Distance behind (3-6 meters)
- Adjustable indicator width (5-100px)
- Adjustable background opacity
- Only displays when on track
- Real-time position tracking based on lap distance
This is disabled by default, enable it via the settings page.
blindspot-monitor.mov
Bug Fixes
- Fix scrolling when window is too small in general settings
- Toggle to enable input traces only when on track
- Updated the session timer to default to time remaining, added an elapsed option, and refined the calculations/visibility so it behaves more intuitively during session transitions (e.g. hidden between practice and quali).
- Fixes the gap/int labels. If there isn't a valid gap/int because times aren't set, the gap/int labels would repeat for every driver row. Updated to only show gap/int label word if driver is first in the list.
- Fixes issue where lap time deltas would change from initial display (e.g., 0.2s → 0.1s) due to asynchronous lap time updates.
Changelog
- fix: add scrolling to general settings by @LanceVShoot in #157
- fix: enable show only on track for inputs by @LanceVShoot in #159
- fix time remaining by @LanceVShoot in #158
- fix: gap/int label by @LanceVShoot in #160
- feat: blind spot monitor by @tariknz in #161
- chore: tool for generating series mapping by @tariknz in #162
- fix: respect min class drivers in standings by @LanceVShoot in #163
- fix: delay in bsm triggering by @tariknz in #164
- chore: disable bsm by default by @tariknz in #166
- fix: prevent lap time deltas from changing retroactively. by @23Kev in #165
Full Changelog: v0.0.32...v0.0.33