v1.0.2
GENERAL:
  > Optimized how data from leaderboard is retrieved, getting about 25% faster.
    Previously to draw/update every app it took 1.62ms (on our end), now it takes 1.26ms (on our end).
  > Added startup animations to Leaderboard, Map, Tyres, Deltabar, Radar, Sectors and Gearbox.
    Animations plays only at game startup and when the window appears on screen.

PEDALS:
  > Optimized app rendering of telemetry, about 2x-3x speedup.
    Previously the app would take about 0.18ms-0.22ms to draw (on our end),
    now it takes about 0.07ms-0.11ms (on our end).
  > You can now choose to display the handbrake (default off, changeable in Settings).
  > Steering wheel indicator turns red if your steering wheel is turned more than
    270 degrees while you're standing still.

DELTABAR:
  > Added Minimized mode (default off, changeable in Settings).
    Hides the delta bar itself, leaving on screen the delta number.
  > Deltabar will now remeber the last mode you have across session.
    In other words, the next time you open the game you will have the same 
    barmode you had when you closed it, unless you set in settings that
    you want something else.
  > Fixed '*' on invalid laps sometimes not being displayed correctly,
    this was most common in the first we laps of races.
  > Laps starting from pitlane are now considered.
    With this it should take only 1 valid lap to start seeing data,
    instead of 2 (when you started from pitlane).

TYRES:
  > Fixed some "misconfigured" tyres.ini resulting in only half of the tyres being
    colored correctly, while the other half are always "cold".

LEADERBOARD:
  > Improved flag changing detection, resulting in even less quick flag changes

SECTORS:
  > Fixed purple/green gradient on best time not having the top right corner rounded


--------------------------------------------
v1.0.1
TYRES:
  > fixed app crashes when important data is missing, it should now be seen and tell you the data is missing.
  > improved how we get that data, it should be more stable now, even for cripted cars.

LEADERBOARD:
  > reduced possible flicker on flag changes.

SECTORS:
  > added symbols to indicate invalid current/last laps.
  > increased default notification time from 5 to 8 seconds

DELTABAR:
  > Added setting to save lap/sectors data only when the game closes instead of at the end of each sector.
    This should help you if you notice any stuttering near the end of each sector.
    WARNING: The data will be lost if the game crashes or closes unexpectedly (for example by using Alt+F4).
    In the next updates we will work to reduce the lag, so this setting might not be necessary in the future.

  > fixed notification time not being considered.
  > increased maximum notification time from 20 to 40 seconds.

PEDALS:
  > increased default window size when first opened to show the full telemetry + pedals


--------------------------------------------
v1.0.0
> initial release