From a991e8af9c60cd8866986789e58824b04983b86c Mon Sep 17 00:00:00 2001 From: Harald Schafer Date: Wed, 11 Nov 2020 20:45:36 -0800 Subject: [PATCH] a new dawn --- RELEASES.md | 6 +++++- selfdrive/common/version.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 943bf9a1f..b12459fa9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,8 +1,12 @@ -Version 0.7.11 (2020-XX-XX) +Version 0.8.0 (2020-XX-XX) ======================== + * New driving model: fully 3D and improved cut-in detection + * UI draws 2 road edges, 4 lanelines and paths in 3D * Grey panda is no longer supported, upgrade to comma two or black panda * Lexus NX 2018 support thanks to matt12eagles! * Kia Niro EV 2020 support thanks to nickn17! + * Improved lane positioning with uncertain lanelines, wide lanes and exits + * Improved lateral control for Prius and Subaru Version 0.7.10 (2020-10-29) ======================== diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index 6f360399c..678734448 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.7.11" +#define COMMA_VERSION "0.8.0"