diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90e43d6f4..34d66dcd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +v34.5.0 (unreleased) +-------------------- + +- Display the current path location in the "Codebase" panel as a navigation breadcrumbs. + https://github.com/nexB/scancode.io/issues/1158 + v34.4.0 (2024-04-22) -------------------- diff --git a/scanpipe/templates/scanpipe/panels/project_codebase.html b/scanpipe/templates/scanpipe/panels/project_codebase.html index 66a229a9d..69a625182 100644 --- a/scanpipe/templates/scanpipe/panels/project_codebase.html +++ b/scanpipe/templates/scanpipe/panels/project_codebase.html @@ -1,10 +1,24 @@