diff --git a/RELEASES.md b/RELEASES.md index 67beec7795..08e08a9f17 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.7.6 (2020-xx-xx) +======================== +* 2019 Nissan X-Trail and 2018 Nissan Leaf support thanks to avolmensky! + Version 0.7.5 (2020-05-13) ======================== * Right-Hand Drive support for both driving and driver monitoring! @@ -5,7 +9,6 @@ Version 0.7.5 (2020-05-13) * New driver monitoring model: overall improvement on comma two * Driver camera preview in settings to improve mounting position * Added support for many Hyundai, Kia, Genesis models thanks to xx979xx! -* 2019 Nissan X-Trail and 2018 Nissan Leaf support thanks to avolmensky! * Improved lateral tuning for 2020 Toyota Rav 4 (hybrid) Version 0.7.4 (2020-03-20) diff --git a/release/files_common b/release/files_common index 1ca68db684..ca05fbf756 100644 --- a/release/files_common +++ b/release/files_common @@ -122,6 +122,13 @@ selfdrive/car/toyota/radar_interface.py selfdrive/car/toyota/values.py selfdrive/car/toyota/carcontroller.py selfdrive/car/toyota/toyotacan.py +selfdrive/car/nissan/__init__.py +selfdrive/car/nissan/carcontroller.py +selfdrive/car/nissan/carstate.py +selfdrive/car/nissan/interface.py +selfdrive/car/nissan/nissancan.py +selfdrive/car/nissan/radar_interface.py +selfdrive/car/nissan/values.py selfdrive/car/volkswagen/__init__.py selfdrive/car/volkswagen/carstate.py selfdrive/car/volkswagen/interface.py