File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on `Keep a
66Changelog <https://keepachangelog.com/en/1.0.0/> `__
77
8- [Unreleased ( v4.0.1)]
8+ [v4.0.1] - 2024-01-22
99--------------------------
1010
1111**This ScanCode-Workbench release contains schema changes: scans will have to be re-imported **
@@ -17,6 +17,8 @@ New Features
1717
1818- Support for To-do items by @OmkarPh in #593
1919- Track & filter reviewed licenses by @OmkarPh in #571
20+ - Build filetree with missing directories to support `--only-findings ` scans by @OmkarPh #624
21+ - Sort the files in tableview by their depth in directory tree by @OmkarPh in #625
2022
2123Bug Fixes
2224~~~~~~~~~
@@ -25,7 +27,8 @@ Bug Fixes
2527- Fixed all vulnerabilities & updated packages by @OmkarPh in #611
2628- Restore old app name by @dotarjun in #615
2729- Fixed compund SPDX expression resolution in detection & clue matches by @OmkarPh in #619
28- - Reduce release build size by removing redundant `node_modules ` dependencies by @OmkarPh in #623
30+ - Reduce release build size by removing redundant `node_modules ` dependencies & include metadata in release archive by @OmkarPh in #623
31+ - Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
2932
3033
3134[v4.0.0] - 2023-10-26
Original file line number Diff line number Diff line change 22
33- Support for To-do items by @OmkarPh in #593
44- Track & filter reviewed licenses by @OmkarPh in #571
5+ - Build filetree with missing directories to support ` --only-findings ` scans by @OmkarPh #624
6+ - Sort the files in tableview by their depth in directory tree by @OmkarPh in #625
57
68## ScanCode Toolkit Compatibility
79
@@ -13,7 +15,8 @@ This v4.0.0 of ScanCode Workbench is compatible with scans from any [ScanCode To
1315- Fixed all vulnerabilities & updated packages by @OmkarPh in #611
1416- Restore old app name by @dotarjun in #615
1517- Fixed compund SPDX expression resolution in detection & clue matches by @OmkarPh in #619
16- - Reduce release build size by removing redundant ` node_modules ` dependencies by @OmkarPh in #623
18+ - Reduce release build size by removing redundant ` node_modules ` dependencies & include metadata in release archive by @OmkarPh in #623
19+ - Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
1720
1821## Framework
1922
You can’t perform that action at this time.
0 commit comments