Releases: GoktugOcal/LiveF1
Releases · GoktugOcal/LiveF1
1.1.105
1.1.104
- Minor fixes, small updates
1.1.103
- Fix in silver data processing
1.1.102
- updated requirements.txt
- auto decision of not using uvloop for Windows systems
1.1.101
- uvloop removed from the dependencies due to the incompatibility with Windows,
- Future development will involve integrating a Windows-compatible UVloop replacement.
1.1.100
- pytest implemented for testing the versions
- requirements.txt is updated with new versions of python packages
1.1.000
- DRS column in CarTemetry data was necessary. But since the 2026 regulations, DRS system is not present in the cars physically and therefore there is no data for that. That dependence to "DRS" data is removed and became optional, if DRS is present in the data you will see it in the CarTelemetry.
1.0.975
- Better session's "Results Table" parsing.
1.0.973
- schedule parsing fix
1.0.972
- Small bug in the session result source URL fixed. Thanks to @shamus-cunningham