Releases: Soundsphere/iRacingDatabase
Releases · Soundsphere/iRacingDatabase
v 0.4
What's Changed
- Add DNF column derived from race results by @Soundsphere in #37
--> Column DnF now shows if the race has been finished or not. If DnFd then this is set to true
Full Changelog: v0.3...v0.4
v0.3 - usable version
It is all coming together slowly. This time we have a few improvements:
- Removed dependency on iracingdataapi by asondilworth56 by including the neccessary parts of code into irdata_client.py
- Improved the update_carlist.py to output logging info and save the config file directly into the path from where it is run via cron
- Added the column TrackConfiguration for a better overview of driven tracks to the database
v0.2 - usable version
Removed direct dependecy on iracingdataapi
v0.1 - usable version
First usable version.
Pulls data from the iRacing API via iracingdataapi by asondilworth56
and stores this information into a database.