From 229dccd428b8e9c500e1ccd279ea55f6731719ae Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 9 Jun 2024 00:00:12 -0400 Subject: [PATCH 1/2] GitLab Pipelines: Add script for syncing LFS between comma and sunnypilot This commit adds a new script, 'sync-lfs.sh'. This script assists by syncing the git large file storage (LFS) system. It backs up the current LFS configuration, uses the comma-separated configuration for operations like fetch and pull, and then restores the original configuration before pushing to the origin's main branch. --- release/ci/sync-lfs.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 release/ci/sync-lfs.sh diff --git a/release/ci/sync-lfs.sh b/release/ci/sync-lfs.sh new file mode 100644 index 0000000000..a328724351 --- /dev/null +++ b/release/ci/sync-lfs.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +mv .lfsconfig .lfsconfig.bak +mv .lfsconfig-comma .lfsconfig +git lfs fetch --all; git lfs pull +mv .lfsconfig .lfsconfig-comma +mv .lfsconfig.bak .lfsconfig +git lfs fetch --all; git lfs push origin main From 436bc369c1f8957436cbe20df33ba8c256533b0c Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 10 Jun 2024 21:32:15 -0400 Subject: [PATCH 2/2] Update CHANGELOGS.md --- CHANGELOGS.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 4eeeb94121..576a89aafa 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,15 +1,15 @@ -sunnypilot - 0.9.7.0 (2024-05-xx) +sunnypilot - 0.9.7.0 (2024-06-11) ======================== * New driving model * Adjust driving personality with the follow distance button -* Support for hybrid variants of supported Ford models * Added toggle to enable driver monitoring even when openpilot is not engaged +* Support for hybrid variants of supported Ford models * Fingerprinting without the OBD-II port on all cars ************************ * UPDATED: Synced with commaai's openpilot - * master commit 2e6b2ef (May 9, 2024) + * master commit ce2a686 (June 1, 2024) * NEW❗: sunnylink (Alpha early access) - * NEW❗: Config Backup + * NEW❗: Config/Settings Backup * Remotely back up and restore sunnypilot settings easily * Device registration with sunnylink ensures a secure, integrated experience across services * AES encryption derived from the device's RSA private key is used for utmost security @@ -27,6 +27,7 @@ sunnypilot - 0.9.7.0 (2024-05-xx) * NEW❗: Forced Offroad mode * Force sunnypilot in the offroad state even when the car is on * When Forced Offroad mode is on, allows changing offroad-only settings even when the car is turned on + * To engage/disengage Force Offroad, go to Settings -> Device panel * UPDATED: Auto Lane Change Timer -> Auto Lane Change by Blinker * NEW❗: New "Off" option to disable lane change by blinker * UPDATED: Pause Lateral Below Speed with Blinker @@ -38,7 +39,7 @@ sunnypilot - 0.9.7.0 (2024-05-xx) * NEW❗: Parse lead info for camera-based SCC platforms with longitudinal support * Improve lead tracking when using openpilot longitudinal * RE-ENABLED: Map-based Turn Speed Control (M-TSC) for supported platforms - * openpilot Longitudianl Control available cars + * openpilot Longitudinal Control available cars * Custom Stock Longitudinal Control available cars * UPDATED: Continued support for comma Pedal * In response to the official deprecation of support for comma Pedal in the upstream, sunnypilot will continue maintaining software support for comma Pedal